.faq-system-shell {
  --faq-accent: #ff9e2a;
  --faq-accent-strong: #ff7d12;
  --faq-border: rgba(255, 156, 44, 0.34);
  --faq-card: rgba(6, 13, 23, 0.9);
  --faq-text: #f2f6fb;
  --faq-muted: rgba(236, 242, 250, 0.8);
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: clamp(14px, 2.05vw, 26px);
  border-radius: 26px;
  border: 0;
  background:
    linear-gradient(180deg, rgba(3, 6, 11, 0.2) 0%, rgba(3, 6, 11, 0.2) 100%),
    url("/media/fons_k/gl/gl2/7.webp") center 18% / cover no-repeat;
  background-color: transparent;
  box-shadow: none;
}

.page-home .faq-shell {
  display: block !important;
  position: relative;
  isolation: isolate;
  margin: 0;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(3, 6, 11, 0.22) 0%, rgba(3, 6, 11, 0.36) 100%),
    url("/media/fons_k/gl/gl2/7.webp") center center / cover no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.page-home .faq-shell.faq-system-shell {
  z-index: 10;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: clamp(14px, 2.05vw, 26px);
  background:
    linear-gradient(180deg, rgba(3, 6, 11, 0.22) 0%, rgba(3, 6, 11, 0.36) 100%),
    url("/media/fons_k/gl/gl2/7.webp") center 18% / cover no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: none !important;
}

.faq-system-shell::before {
  content: none;
  pointer-events: none;
}

.faq-system-shell .faq-system-head {
  text-align: center;
  margin-bottom: clamp(10px, 1.5vw, 18px);
}

.faq-system-shell .faq-system-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 170, 78, 0.62);
  background: linear-gradient(180deg, rgba(255, 152, 39, 0.2), rgba(255, 152, 39, 0.04));
  color: #ffd48d;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.faq-system-shell .faq-system-title {
  margin: 11px auto 0;
  max-width: 820px;
  color: var(--faq-text);
  font-size: clamp(29px, 3.27vw, 61px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.faq-system-shell .faq-system-title span {
  color: var(--faq-accent);
}

.faq-system-shell .faq-system-lead {
  margin: 8px auto 0;
  max-width: 688px;
  color: var(--faq-muted);
  font-size: clamp(14px, 1.1vw, 23px);
  line-height: 1.54;
}

.faq-system-shell .faq-system-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(256px, 36%) minmax(0, 1fr);
  align-items: start;
}

.faq-system-shell .faq-system-left,
.faq-system-shell .faq-system-right {
  position: relative;
  border: 1px solid rgba(255, 162, 60, 0.24);
  border-radius: 18px;
  background: linear-gradient(165deg, rgba(6, 13, 22, 0.95), rgba(3, 8, 15, 0.9));
  box-shadow:
    inset 0 0 0 1px rgba(255, 176, 81, 0.07),
    0 20px 44px rgba(0, 0, 0, 0.4);
}

.faq-system-shell .faq-system-left {
  padding: 9px;
}

.faq-system-shell .faq-system-right {
  padding: 9px;
  display: grid;
  gap: 8px;
}

.faq-system-shell .faq-system-panel-title {
  margin: 0;
  color: #ffc36d;
  font-size: 12px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 8px 4px;
}

.faq-system-shell .faq-system-question-list {
  display: grid;
  gap: 5px;
}

.faq-system-shell .faq-system-question {
  width: 100%;
  border: 1px solid rgba(255, 168, 68, 0.2);
  border-radius: 11px;
  background: rgba(5, 11, 20, 0.84);
  color: var(--faq-text);
  text-align: left;
  padding: 6px 8px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 13px;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.faq-system-shell .faq-system-question:hover {
  border-color: rgba(255, 176, 84, 0.58);
  transform: none;
  box-shadow:
    inset 0 0 0 1px rgba(255, 199, 118, 0.14),
    0 0 14px rgba(255, 146, 40, 0.18);
}

.faq-system-shell .faq-system-question.is-active {
  border-color: rgba(255, 173, 80, 0.82);
  background: linear-gradient(108deg, rgba(255, 127, 17, 0.32), rgba(255, 127, 17, 0.08) 56%, rgba(5, 12, 22, 0.9) 100%);
  box-shadow:
    0 0 24px rgba(255, 127, 20, 0.34),
    inset 0 0 0 1px rgba(255, 199, 120, 0.28);
}

.faq-system-shell .faq-system-question-icon {
  display: none;
}

.faq-system-shell .faq-system-question-icon img {
  display: none;
}

.faq-system-shell .faq-system-question-index {
  color: #ffb654;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.faq-system-shell .faq-system-question-text {
  margin: 0;
  color: rgba(244, 248, 252, 0.95);
  font-size: 16px;
  line-height: 1.33;
  font-weight: 500;
}

.faq-system-shell .faq-system-question-arrow {
  color: rgba(255, 183, 100, 0.84);
  font-size: 16px;
  line-height: 1;
  text-align: right;
}

.faq-system-shell .faq-system-answer-main {
  border: 1px solid rgba(255, 167, 69, 0.22);
  border-radius: 13px;
  background: linear-gradient(170deg, rgba(8, 14, 24, 0.95), rgba(4, 9, 17, 0.92));
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  padding: clamp(11px, 1.25vw, 18px);
}

.faq-system-shell .faq-system-answer-main.is-collapsed {
  display: none;
}

.faq-system-shell .faq-system-answer-visual {
  display: none;
}

.faq-system-shell .faq-system-answer-visual img {
  display: none;
}

.faq-system-shell .faq-system-answer-title {
  margin: 0;
  color: #f8fafd;
  font-size: clamp(22px, 1.91vw, 37px);
  line-height: 1.15;
  font-weight: 700;
}

.faq-system-shell .faq-system-answer-body {
  margin: 8px 0 0;
  color: rgba(235, 240, 247, 0.92);
  font-size: clamp(14px, 0.98vw, 16px);
  line-height: 1.62;
}

.faq-system-shell .faq-system-metrics {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.faq-system-shell .faq-system-metric {
  border: 1px solid rgba(255, 166, 66, 0.24);
  border-radius: 11px;
  background: var(--faq-card);
  min-height: 98px;
  padding: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  align-items: start;
}

.faq-system-shell .faq-system-metric img {
  display: none;
}

.faq-system-shell .faq-system-metric-copy {
  min-width: 0;
}

.faq-system-shell .faq-system-metric-title {
  margin: 0;
  color: #f6f9fd;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 650;
}

.faq-system-shell .faq-system-metric-body {
  margin: 6px 0 0;
  color: rgba(230, 237, 245, 0.8);
  font-size: 13px;
  line-height: 1.42;
}

.faq-system-shell .faq-system-cta {
  margin-top: 8px;
  border: 1px solid rgba(255, 165, 66, 0.28);
  border-radius: 13px;
  background: linear-gradient(165deg, rgba(7, 14, 25, 0.93), rgba(4, 9, 16, 0.93));
  padding: clamp(9px, 1.05vw, 13px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.faq-system-shell .faq-system-cta-text {
  margin: 0;
  color: rgba(244, 247, 252, 0.95);
  font-size: clamp(15px, 1.1vw, 20px);
  font-weight: 600;
}

.faq-system-shell .faq-system-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 177, 85, 0.72);
  border-radius: 999px;
  min-height: 40px;
  padding: 0 22px;
  background: linear-gradient(115deg, rgba(255, 136, 31, 0.34), rgba(255, 136, 31, 0.07));
  color: #ffe3b6;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.faq-system-shell .faq-system-cta-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 18px rgba(255, 139, 37, 0.36);
}

@media (max-width: 991px) {
  .faq-system-shell {
    background-position: center top;
  }
}

@media (max-width: 1399px) {
  .faq-system-shell .faq-system-question-text {
    font-size: 15px;
  }

  .faq-system-shell .faq-system-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) {
  .faq-system-shell {
    width: 100%;
  }

  .faq-system-shell .faq-system-grid {
    grid-template-columns: 1fr;
  }

  .faq-system-shell .faq-system-answer-main {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .faq-system-shell .faq-system-answer-body {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  .faq-system-shell {
    border-radius: 19px;
    padding: 14px 11px;
  }

  .faq-system-shell::before {
    content: none;
  }

  .faq-system-shell .faq-system-question {
    grid-template-columns: 24px minmax(0, 1fr) 11px;
    gap: 6px;
    padding: 6px 8px;
  }

  .faq-system-shell .faq-system-question-index {
    font-size: 15px;
  }

  .faq-system-shell .faq-system-question-text {
    font-size: 14px;
  }

  .faq-system-shell .faq-system-metric {
    min-height: 86px;
  }
}

@media (max-width: 767px) {
  .faq-system-shell .faq-system-badge {
    min-height: 24px;
    padding: 5px 11px;
    font-size: 9px;
  }

  .faq-system-shell .faq-system-title {
    font-size: clamp(24px, 6.44vw, 35px);
  }

  .faq-system-shell .faq-system-lead {
    font-size: 14px;
  }

  .faq-system-shell .faq-system-question {
    grid-template-columns: 22px minmax(0, 1fr) 10px;
    border-radius: 10px;
  }

  .faq-system-shell .faq-system-question-index {
    font-size: 14px;
  }

  .faq-system-shell .faq-system-question-text {
    font-size: 14px;
    line-height: 1.28;
  }

  .faq-system-shell .faq-system-answer-main {
    padding: 10px;
    border-radius: 11px;
  }

  .faq-system-shell .faq-system-answer-title {
    font-size: 21px;
  }

  .faq-system-shell .faq-system-answer-body {
    font-size: 14px;
  }

  .faq-system-shell .faq-system-metrics {
    grid-template-columns: 1fr;
  }

  .faq-system-shell .faq-system-metric {
    min-height: initial;
  }

  .faq-system-shell .faq-system-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .faq-system-shell .faq-system-cta-button {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .page-home .faq-shell.faq-system-shell {
    padding-top: 34px;
  }
}
