.faq-hero {
  background: url("../../img/bg-faq.png") center/cover no-repeat;
  position: relative;
  color: #fff;
  padding: 0;
  height: 190px;
}

.faq-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.faq-hero__inner {
  position: relative;
  z-index: 1;
  padding-top: 28px;
  padding-bottom: 36px;
}

.faq-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 13px;
  margin-bottom: 14px;
  opacity: 0.9;
}

.faq-breadcrumb__link {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.faq-breadcrumb__link:hover {
  color: #fde68a;
}

.faq-breadcrumb__sep {
  opacity: 0.7;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq-breadcrumb__current {
  color: #fde68a;
  font-weight: 500;
}

.faq-hero__title {
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 14px;
  line-height: 1.15;
}

@media (min-width: 768px) {
  .faq-hero__title {
    font-size: 34px;
  }
}

.faq-hero__line {
  width: 56px;
  height: 4px;
  background: #e36b24;
  border-radius: 2px;
}

.faq-main {
  padding-top: 40px;
  padding-bottom: 60px;
}

.faq-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 768px) {
  .faq-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}

.faq-sidebar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

@media (min-width: 768px) {
  .faq-sidebar {
    width: 260px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 88px;
  }
}

@media (min-width: 992px) {
  .faq-sidebar {
    width: 357px;
  }
}

.faq-cat {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-cat__head {
  background: #e36b24;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.faq-cat__head .icon {
  width: 16px;
  height: 16px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.faq-cat__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.faq-cat__link {
  display: block;
  padding: 9px 16px 9px 28px;
  font-size: 13px;
  color: #374151;
  text-decoration: none;
  border-bottom: 1px solid #f1f5f9;
  position: relative;
  -webkit-transition: background 0.15s, color 0.15s;
  transition: background 0.15s, color 0.15s;
}

.faq-cat__link::before {
  content: "\25CF";
  font-size: 15px;
  color: #e26b24;
  position: absolute;
  left: 12px;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq-cat__link:last-child {
  border-bottom: none;
}

.faq-cat__link:hover {
  background: #fff7ed;
  color: #e36b24;
}

.faq-cat__link:hover::before {
  color: #e36b24;
}

.faq-cat__link--active {
  color: #e36b24;
  font-weight: 600;
}

.faq-support {
  background: #fbe9d5;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 18px 16px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-support__title {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 16px;
}

.faq-support__title-link {
  color: inherit;
  text-decoration: none;
  color: #e36b24;
}

.faq-support__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.faq-support__item:last-child {
  margin-bottom: 0;
}

.faq-support__icon-wrap {
  width: 36px;
  height: 36px;
  background: #fff7ed;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq-support__icon {
  width: 16px;
  height: 16px;
  color: #e36b24;
}

.faq-support__label {
  margin: 0 0 2px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.faq-support__value {
  display: block;
  font-weight: 700;
  font-size: 13px;
  color: #1e293b;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.faq-support__value:hover {
  color: #e36b24;
}

.faq-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.faq-content__heading {
  margin-bottom: 20px;
}

.faq-content__title {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 6px;
}

.faq-content__desc {
  font-size: 13px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

.faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  border-radius: 8px;
  overflow: hidden;
  gap: 15px;
}

.faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.faq-item[open] {
  border-color: #e36b24;
}

.faq-item[open] .faq-item__question {
  color: #e36b24;
}

.faq-item[open] .faq-item__chevron {
  color: #e36b24;
}

.faq-item__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
  background: #fff;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}

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

.faq-item__summary:hover {
  background: #f8fafc;
}

.faq-item__question {
  font-size: 14px;
  font-weight: 500;
  color: #1e293b;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.faq-item__question:hover {
  color: #e36b24;
}

.faq-item__chevron {
  width: 16px;
  height: 16px;
  color: #94a3b8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: color 0.2s, -webkit-transform 0.25s ease;
  transition: color 0.2s, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, color 0.2s;
  transition: transform 0.25s ease, color 0.2s, -webkit-transform 0.25s ease;
}

.faq-item[open] .faq-item__chevron {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-item__answer {
  padding: 12px 18px 16px;
  font-size: 13px;
  color: #475569;
  line-height: 1.7;
  border-top: 1px solid #ffe8d6;
}

.faq-item__answer em {
  font-style: italic;
  color: #e36b24;
  font-weight: 500;
}

.faq-item__answer strong {
  color: #1e293b;
  font-weight: 700;
}

.faq-contact {
  margin-top: 40px;
  background: #eff6ff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 28px 28px 24px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.faq-contact__header {
  margin-bottom: 20px;
}

.faq-contact__title {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 6px;
}

.faq-contact__title-link {
  color: inherit;
  text-decoration: none;
}

.faq-contact__title-link:hover {
  color: #e36b24;
}

.faq-contact__desc {
  font-size: 13px;
  color: #64748b;
  margin: 0;
  line-height: 1.55;
}

.faq-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.faq-form__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 768px) {
  .faq-form__grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.faq-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.faq-form__input, .faq-form__select, .faq-form__textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  color: #1e293b;
  background: #fff;
  outline: none;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.faq-form__input::-webkit-input-placeholder, .faq-form__select::-webkit-input-placeholder, .faq-form__textarea::-webkit-input-placeholder {
  color: #94a3b8;
}

.faq-form__input:-ms-input-placeholder, .faq-form__select:-ms-input-placeholder, .faq-form__textarea:-ms-input-placeholder {
  color: #94a3b8;
}

.faq-form__input::-ms-input-placeholder, .faq-form__select::-ms-input-placeholder, .faq-form__textarea::-ms-input-placeholder {
  color: #94a3b8;
}

.faq-form__input::placeholder, .faq-form__select::placeholder, .faq-form__textarea::placeholder {
  color: #94a3b8;
}

.faq-form__input:focus, .faq-form__select:focus, .faq-form__textarea:focus {
  border-color: #e36b24;
  -webkit-box-shadow: 0 0 0 3px rgba(227, 107, 36, 0.12);
          box-shadow: 0 0 0 3px rgba(227, 107, 36, 0.12);
}

.faq-form__select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.faq-form__textarea {
  resize: vertical;
  min-height: 100px;
}

.faq-form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.faq-form__note {
  font-size: 12px;
  color: #94a3b8;
  font-style: italic;
  margin: 0;
}

.faq-form__submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  background: #e36b24;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  -webkit-transition: background 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, box-shadow 0.2s;
  transition: background 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  -webkit-box-shadow: 0 3px 10px rgba(227, 107, 36, 0.3);
          box-shadow: 0 3px 10px rgba(227, 107, 36, 0.3);
}

.faq-form__submit:hover {
  background: #c9601e;
  -webkit-box-shadow: 0 4px 14px rgba(227, 107, 36, 0.4);
          box-shadow: 0 4px 14px rgba(227, 107, 36, 0.4);
}

.faq-form__submit-icon {
  width: 14px;
  height: 14px;
}

.faq-backtop {
  position: fixed;
  bottom: 28px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e36b24;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 4px 14px rgba(227, 107, 36, 0.4);
          box-shadow: 0 4px 14px rgba(227, 107, 36, 0.4);
  z-index: 100;
  -webkit-transition: background 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, transform 0.2s;
  transition: background 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.faq-backtop .icon {
  width: 20px;
  height: 20px;
}

.faq-backtop:hover {
  background: #c9601e;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

@media (max-width: 575.98px) {
  .faq-hero__title {
    font-size: 22px;
  }
  .faq-main {
    padding-top: 24px;
    padding-bottom: 40px;
  }
  .faq-contact {
    padding: 20px 16px;
  }
  .faq-form__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .faq-form__submit {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=faq.css.map */