:root {
  --faq-ink: #10143f;
  --faq-text: #2b3458;
  --faq-muted: #5c6683;
  --faq-line: #dce5ee;
  --faq-teal: #007c6d;
  --faq-teal-dark: #005f53;
  --faq-teal-soft: #e4f4ef;
  --faq-blue: #48537e;
  --faq-bg: #f8fbfc;
  --faq-shadow: 0 16px 34px rgba(20, 31, 64, 0.05);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #fff;
  color: var(--faq-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button,
input {
  font: inherit;
}

.faq-page {
  min-height: 100vh;
  background: #fff;
}

.faq-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 36%, rgba(0, 124, 109, 0.08), transparent 26%),
    linear-gradient(180deg, #fff 0%, #f8fbfc 100%);
}

.faq-hero-inner {
  min-height: 470px;
  display: grid;
  grid-template-columns: minmax(320px, 560px) minmax(300px, 1fr);
  align-items: center;
  gap: 70px;
  padding-top: 60px;
  padding-bottom: 56px;
}

.faq-eyebrow {
  width: fit-content;
  min-height: 28px;
  padding: 6px 13px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  color: var(--faq-teal-dark);
  background: #dff2ea;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.faq-hero-copy h1 {
  max-width: 540px;
  margin: 24px 0 24px;
  color: var(--faq-ink);
  font-size: clamp(3.2rem, 6vw, 5.25rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}

.faq-hero-copy p {
  max-width: 560px;
  margin: 0 0 28px;
  color: #414c6d;
  font-size: 1.12rem;
  line-height: 1.7;
}

.faq-search {
  width: min(100%, 500px);
  height: 58px;
  display: flex;
  align-items: center;
  border: 1px solid #cdd8e5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(20, 31, 64, 0.03);
}

.faq-search input {
  flex: 1;
  height: 100%;
  min-width: 0;
  padding: 0 20px;
  border: 0;
  outline: 0;
  color: var(--faq-ink);
  background: transparent;
}

.faq-search input::placeholder {
  color: #818ba3;
}

.faq-search button {
  width: 58px;
  height: 58px;
  border: 0;
  background: transparent;
  color: #465176;
  font-size: 1.35rem;
}

.faq-hero-art {
  min-height: 360px;
  position: relative;
  display: grid;
  place-items: center;
}

.faq-hero-art::before {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: #f0f4f6;
}

.faq-question-mark {
  position: relative;
  z-index: 2;
  color: var(--faq-teal);
  font-size: 14rem;
  font-weight: 900;
  line-height: 0.9;
  text-shadow: 0 18px 28px rgba(0, 124, 109, 0.18);
}

.faq-bubble {
  position: absolute;
  z-index: 3;
  min-width: 98px;
  min-height: 68px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #d8e0e8;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 30px rgba(20, 31, 64, 0.08);
}

.faq-bubble i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #86bdb2;
}

.faq-bubble-left {
  left: 80px;
  top: 72px;
}

.faq-bubble-right {
  right: 70px;
  bottom: 100px;
}

.faq-mini-question {
  position: absolute;
  z-index: 4;
  right: 128px;
  top: 74px;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border: 1px solid #d8e0e8;
  border-radius: 50%;
  background: #fff;
  color: var(--faq-teal);
  font-size: 2.3rem;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(20, 31, 64, 0.08);
}

.faq-main {
  padding: 22px 0 58px;
  background: #fff;
}

.faq-category-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 38px !important;
}

.faq-category-tabs .nav-item {
  min-width: 0;
}

.faq-tab-card {
  width: 100%;
  min-height: 138px;
  padding: 22px 12px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 7px;
  border: 1px solid var(--faq-line);
  border-radius: 8px;
  color: var(--faq-ink);
  background: #fff;
  box-shadow: 0 10px 24px rgba(20, 31, 64, 0.03);
}

.faq-tab-card i {
  color: #4f5a83;
  font-size: 2.1rem;
}

.faq-tab-card strong {
  color: var(--faq-ink);
  font-size: 0.95rem;
  font-weight: 900;
  text-align: center;
}

.faq-tab-card span {
  color: #4f5a78;
  font-size: 0.82rem;
  font-weight: 700;
}

.faq-tab-card.active {
  border-color: var(--faq-teal);
  background: linear-gradient(135deg, #f4fbf9, #fff);
  box-shadow: inset 0 0 0 1px rgba(0, 124, 109, 0.08), var(--faq-shadow);
}

.faq-tab-card.active i {
  color: var(--faq-teal);
}

.faq-panel,
.faq-help-card,
.faq-topic-card,
.faq-cta {
  border: 1px solid var(--faq-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--faq-shadow);
}

.faq-panel {
  padding: 24px 20px 20px;
}

.faq-panel h2 {
  margin: 0 0 22px;
  color: var(--faq-ink);
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: 0;
}

.faq-accordion {
  display: grid;
  gap: 10px;
}

.faq-accordion .accordion-item {
  overflow: hidden;
  border: 1px solid var(--faq-line);
  border-radius: 8px;
}

.faq-accordion .accordion-button {
  min-height: 58px;
  padding: 16px 20px;
  color: #111638;
  background: #fff;
  font-weight: 900;
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #111638;
  background: #f4faf8;
}

.faq-accordion .accordion-button::after {
  background-size: 1rem;
}

.faq-accordion .accordion-body {
  padding: 0 20px 22px;
  color: #3c4867;
  font-size: 0.98rem;
  line-height: 1.75;
  background: #f4faf8;
}

.faq-help-card {
  padding: 32px;
  margin-bottom: 22px;
  text-align: center;
  background: linear-gradient(135deg, #f3fbf8, #fff);
}

.faq-help-card > span,
.faq-cta > span {
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--faq-teal);
  background: var(--faq-teal-soft);
  font-size: 2rem;
}

.faq-help-card h2,
.faq-topic-card h2,
.faq-cta h2 {
  margin: 0 0 14px;
  color: var(--faq-ink);
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: 0;
}

.faq-help-card p {
  margin: 0 auto 20px;
  color: #4a5574;
  line-height: 1.65;
}

.faq-help-card small {
  display: block;
  margin-top: 20px;
  color: #4f5a78;
  font-size: 0.9rem;
}

.faq-primary-btn,
.faq-outline-btn {
  min-height: 44px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 6px;
  font-weight: 900;
}

.faq-primary-btn {
  color: #fff;
  border: 1px solid var(--faq-teal);
  background: linear-gradient(135deg, var(--faq-teal), var(--faq-teal-dark));
  box-shadow: 0 10px 22px rgba(0, 124, 109, 0.18);
}

.faq-primary-btn:hover {
  color: #fff;
  background: var(--faq-teal-dark);
}

.faq-outline-btn {
  color: var(--faq-teal-dark);
  border: 1px solid #91bdb5;
  background: #fff;
}

.faq-outline-btn:hover {
  color: var(--faq-teal-dark);
  border-color: var(--faq-teal);
  background: var(--faq-teal-soft);
}

.faq-topic-card {
  padding: 22px;
}

.faq-topic-card h2 {
  font-size: 1.1rem;
}

.faq-topic-card a {
  min-height: 42px;
  display: grid;
  grid-template-columns: 22px 1fr 18px;
  align-items: center;
  gap: 10px;
  color: #4a5574;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 800;
}

.faq-topic-card a:hover {
  color: var(--faq-teal);
}

.faq-cta {
  margin-top: 40px;
  padding: 36px 24px;
  text-align: center;
  background: linear-gradient(135deg, #edf8f5, #fbfdfd);
}

.faq-cta > span {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  font-size: 1.55rem;
}

.faq-cta p {
  margin: 0 0 22px;
  color: #56617d;
}

.faq-cta div {
  display: flex;
  justify-content: center;
  gap: 14px;
}

@media (max-width: 1199.98px) {
  .faq-category-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .faq-hero-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: left;
  }

  .faq-hero-art {
    min-height: 280px;
  }

  .faq-question-mark {
    font-size: 10rem;
  }
}

@media (max-width: 767.98px) {
  .faq-category-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-cta div {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .faq-hero-inner {
    min-height: auto;
    padding-top: 42px;
  }

  .faq-hero-copy h1 {
    font-size: 3rem;
  }

  .faq-category-tabs {
    grid-template-columns: 1fr;
  }

  .faq-bubble-left {
    left: 0;
  }

  .faq-bubble-right,
  .faq-mini-question {
    right: 0;
  }

  .faq-panel,
  .faq-help-card,
  .faq-topic-card {
    padding: 20px;
  }
}
