.faq-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 4%, rgba(255, 255, 255, 0.96), transparent 32%),
    radial-gradient(circle at 84% 0%, rgba(226, 241, 255, 0.7), transparent 32%),
    linear-gradient(180deg, #f7fbff 0%, #f4f7fb 46%, #eef3f8 100%);
}

.faq-shell {
  width: min(1830px, calc(100% - 88px));
  margin: 0 auto;
  padding: 24px 0 34px;
}

.faq-main {
  width: 100%;
  margin: 0;
}

.faq-header {
  display: grid;
  grid-template-columns: 430px 1fr 270px;
  align-items: center;
  height: 66px;
  padding: 0 12px 0 14px;
  border: 1px solid rgba(218, 228, 242, 0.8);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 32px rgba(52, 75, 111, 0.08);
  backdrop-filter: blur(18px);
}

.faq-nav {
  gap: 51px;
}

.faq-hero {
  position: relative;
  display: grid;
  grid-template-columns: 560px minmax(0, 1fr) 278px;
  align-items: center;
  min-height: 286px;
  margin-top: 17px;
  overflow: hidden;
  padding: 0 20px 0 39px;
  border: 1px solid rgba(217, 229, 244, 0.9);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 255, 0.95) 54%, rgba(231, 244, 255, 0.88) 100%);
  box-shadow: 0 16px 40px rgba(54, 87, 134, 0.08);
}

.faq-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(145deg, transparent 72%, rgba(116, 187, 255, 0.1) 72.25%, transparent 72.85%),
    radial-gradient(circle at 48% 29%, rgba(218, 234, 255, 0.9) 0 7px, transparent 8px),
    radial-gradient(circle at 70% 48%, rgba(218, 234, 255, 0.9) 0 6px, transparent 7px);
}

.faq-hero-copy {
  position: relative;
  z-index: 1;
}

.faq-hero h1 {
  margin: 0 0 22px;
  color: #07142f;
  font-size: 46px;
  line-height: 1;
  font-weight: 950;
}

.faq-hero p {
  margin: 0 0 28px;
  color: #52637d;
  font-size: 20px;
  font-weight: 850;
}

.faq-search {
  display: grid;
  grid-template-columns: minmax(0, 360px) 66px;
  gap: 10px;
}

.faq-search input {
  height: 39px;
  padding: 0 16px;
  border: 1px solid #dbe5f1;
  border-radius: 6px;
  background: white;
  color: #10213d;
  font-size: 14px;
  font-weight: 700;
}

.faq-search button {
  height: 39px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(180deg, #2379ff, #1263ee);
  color: white;
  font-weight: 950;
}

.faq-art {
  position: relative;
  z-index: 1;
  min-height: 286px;
}

.faq-stage {
  position: absolute;
  left: 50%;
  bottom: 17px;
  width: 322px;
  height: 82px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(209, 227, 255, 0.78));
  box-shadow: 0 18px 34px rgba(35, 101, 222, 0.13);
  transform: translateX(-50%);
}

.question-board {
  position: absolute;
  left: 50%;
  top: 67px;
  width: 208px;
  height: 144px;
  border-radius: 22px 22px 22px 8px;
  background: linear-gradient(150deg, #66a4ff, #236ff3);
  box-shadow: 0 24px 42px rgba(26, 98, 224, 0.24);
  transform: translateX(-50%);
}

.question-board::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: -24px;
  border-width: 25px 22px 0 0;
  border-style: solid;
  border-color: #236ff3 transparent transparent transparent;
}

.question-board b {
  position: absolute;
  left: 36px;
  top: 22px;
  color: white;
  font-size: 68px;
  line-height: 1;
  font-weight: 950;
}

.question-board i {
  position: absolute;
  right: 35px;
  width: 74px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
}

.question-board i:nth-of-type(1) {
  top: 48px;
}

.question-board i:nth-of-type(2) {
  top: 74px;
}

.question-board i:nth-of-type(3) {
  top: 100px;
  width: 56px;
}

.message-card {
  position: absolute;
  left: calc(50% + 62px);
  top: 35px;
  width: 140px;
  height: 66px;
  border-radius: 9px;
  background: linear-gradient(180deg, white, #e5f0ff);
  box-shadow: 0 15px 30px rgba(54, 85, 130, 0.12);
  transform: rotate(3deg);
}

.message-card::before,
.message-card::after {
  content: "";
  position: absolute;
  left: 24px;
  height: 8px;
  border-radius: 999px;
  background: #bdd2f4;
}

.message-card::before {
  top: 22px;
  width: 65px;
}

.message-card::after {
  top: 41px;
  width: 86px;
}

.plant {
  position: absolute;
  left: 23%;
  bottom: 50px;
  width: 24px;
  height: 48px;
  border-radius: 0 0 9px 9px;
  background: #9fc4ff;
}

.plant::before,
.plant::after {
  content: "";
  position: absolute;
  top: -20px;
  width: 18px;
  height: 30px;
  border-radius: 18px 18px 2px 18px;
  background: #69a0ff;
}

.plant::before {
  left: -12px;
  transform: rotate(-35deg);
}

.plant::after {
  right: -12px;
  transform: rotate(35deg);
}

.faq-dot {
  position: absolute;
  border-radius: 50%;
  background: #79abff;
}

.dot-one {
  left: 22%;
  top: 126px;
  width: 15px;
  height: 15px;
}

.dot-two {
  right: 25%;
  top: 48px;
  width: 26px;
  height: 26px;
}

.dot-three {
  right: 19%;
  top: 126px;
  width: 10px;
  height: 10px;
}

.hot-card {
  position: relative;
  z-index: 1;
  min-height: 257px;
  padding: 24px 23px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 30px rgba(54, 85, 130, 0.09);
}

.hot-card h2 {
  margin: 0 0 18px;
  color: #111b31;
  font-size: 18px;
  font-weight: 950;
}

.hot-card ol {
  display: grid;
  gap: 15px;
  margin: 0;
  padding-left: 18px;
  color: #1d2b44;
  font-size: 14px;
  font-weight: 850;
}

.hot-card a {
  display: grid;
  height: 39px;
  margin-top: 22px;
  place-items: center;
  border: 1px solid #dbe5f1;
  border-radius: 6px;
  color: #1769f2;
  font-size: 14px;
  font-weight: 950;
}

.faq-layout {
  display: grid;
  grid-template-columns: 244px minmax(0, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.faq-sidebar {
  display: grid;
  align-content: start;
  gap: 20px;
}

.faq-side-card,
.faq-main-card,
.faq-help-band,
.faq-footer {
  border: 1px solid rgba(219, 229, 243, 0.96);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 30px rgba(54, 80, 116, 0.06);
}

.faq-side-card {
  padding: 24px 18px;
}

.faq-side-card h2 {
  margin: 0 0 18px;
  color: #111b31;
  font-size: 18px;
  font-weight: 950;
}

#categoryNav {
  display: grid;
  gap: 2px;
}

.category-link {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr) 32px;
  align-items: center;
  height: 42px;
  padding: 0 12px;
  border-radius: 7px;
  color: #5c6d88;
  font-size: 14px;
  font-weight: 850;
}

.category-link.active {
  background: #eff5ff;
  color: #1769f2;
}

.category-link b {
  font-size: 13px;
  text-align: right;
}

.support-card-faq p {
  margin: -4px 0 18px;
  color: #74839d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
}

.support-option {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 56px;
  margin-bottom: 10px;
  padding: 9px 12px;
  border-radius: 7px;
  background: white;
  box-shadow: 0 8px 18px rgba(54, 80, 116, 0.04);
}

.support-option i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 8px;
  background: #edf5ff;
  color: #1769f2;
  font-style: normal;
  font-weight: 950;
}

.support-option strong {
  display: block;
  color: #111b31;
  font-size: 14px;
  font-weight: 950;
}

.support-option small {
  color: #74839d;
  font-size: 12px;
  font-weight: 700;
}

.support-card-faq button {
  width: 100%;
  height: 38px;
  margin-top: 8px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(180deg, #2379ff, #1263ee);
  color: white;
  font-weight: 950;
}

.faq-main-card {
  overflow: hidden;
}

.faq-tabs {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 60px;
  padding: 0 24px;
  border-bottom: 1px solid #e5ebf5;
}

.faq-tabs button {
  height: 36px;
  padding: 0 15px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #53637d;
  font-weight: 900;
}

.faq-tabs button.active {
  background: linear-gradient(180deg, #2379ff, #1263ee);
  color: white;
}

.faq-tabs b {
  font-size: 12px;
}

.faq-list {
  display: grid;
}

.faq-group {
  padding: 20px 24px 13px;
  border-bottom: 1px solid #e5ebf5;
}

.faq-group h2 {
  margin: 0 0 14px;
  color: #111b31;
  font-size: 17px;
  font-weight: 950;
}

.question-grid {
  display: grid;
  grid-template-columns: 1fr;
}

.faq-question {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 20px;
  align-items: center;
  min-height: 36px;
  border-top: 1px solid #edf1f7;
  color: #1b2a43;
  font-size: 14px;
  font-weight: 850;
}

.faq-question:nth-child(1) {
  border-top: 0;
}

.faq-question.wide {
  grid-template-columns: 24px minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr) 20px;
}

.q-icon {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 5px;
  background: #edf5ff;
  color: #1769f2;
  font-size: 11px;
  font-weight: 950;
}

.faq-question.green .q-icon {
  background: #e4f8f0;
  color: #20bd7d;
}

.faq-question.purple .q-icon {
  background: #f1e9ff;
  color: #8a61f4;
}

.faq-question.orange .q-icon {
  background: #fff0dc;
  color: #f1a13a;
}

.faq-question.red .q-icon {
  background: #ffe9ec;
  color: #ff6170;
}

.chevron {
  color: #7586a2;
  text-align: right;
}

.faq-answer {
  display: none;
  grid-column: 2 / -1;
  padding: 8px 0 14px;
  color: #74839d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
}

.faq-question.open .faq-answer {
  display: block;
}

.faq-help-band {
  display: grid;
  grid-template-columns: 220px 140px repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 42px;
  min-height: 114px;
  margin-top: 22px;
  padding: 0 32px;
}

.faq-help-band h2 {
  margin: 0 0 10px;
  color: #111b31;
  font-size: 22px;
  font-weight: 950;
}

.faq-help-band p {
  margin: 0;
  color: #74839d;
  font-size: 14px;
  font-weight: 750;
}

.faq-help-band > button {
  height: 38px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(180deg, #2379ff, #1263ee);
  color: white;
  font-weight: 950;
}

.help-metric {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.help-metric i {
  display: grid;
  grid-row: span 2;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: #edf5ff;
  color: #1769f2;
  font-style: normal;
  font-weight: 950;
}

.help-metric strong {
  color: #111b31;
  font-weight: 950;
}

.help-metric small {
  color: #74839d;
  font-size: 12px;
  font-weight: 700;
}

.faq-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 34px;
  min-height: 56px;
  margin-top: 24px;
  padding: 0 24px;
  color: #7b89a2;
  font-size: 13px;
  font-weight: 700;
}

.faq-footer nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.faq-footer p {
  margin: 0;
}

@media (max-width: 1200px) {
  .faq-shell {
    width: min(100% - 32px, 1830px);
  }

  .faq-header,
  .faq-hero,
  .faq-layout,
  .faq-help-band {
    grid-template-columns: 1fr;
    height: auto;
    gap: 18px;
    padding: 18px;
  }

  .faq-nav {
    justify-content: flex-start;
    gap: 24px;
    overflow-x: auto;
  }

  .faq-art {
    display: none;
  }
}

@media (max-width: 720px) {
  .faq-shell {
    width: min(100% - 24px, 1830px);
    padding-top: 12px;
  }

  .faq-hero h1 {
    font-size: 36px;
  }

  .faq-search,
  .faq-question.wide,
  .faq-footer {
    grid-template-columns: 1fr;
  }

  .faq-tabs {
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    gap: 8px;
    padding: 18px;
  }

  .faq-help-band {
    margin-left: 0;
    margin-right: 0;
  }

  .faq-footer {
    padding: 20px;
    text-align: center;
  }

  .faq-footer nav {
    justify-content: center;
    flex-wrap: wrap;
  }
}
