/* =========================================================
   RUMAPA FAQ — PREMIUM KNOWLEDGE EXPERIENCE
   Isolated FAQ layer. Does not modify homepage styles.
   ========================================================= */

body.faq-page {
  position: relative;
  min-height: 100vh;
}

body.faq-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 8%, rgba(8,121,255,.14), transparent 28%),
    radial-gradient(circle at 82% 32%, rgba(139,66,255,.08), transparent 25%),
    radial-gradient(circle at 12% 55%, rgba(3,215,202,.055), transparent 24%);
}

.faq-main {
  width: min(calc(100% - 48px), 1240px);
  margin: 0 auto;
  padding: 48px 0 110px;
}

/* HERO */

.faq-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 92px 40px 78px;
  text-align: center;
}

.faq-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  top: -150px;
  width: 760px;
  height: 500px;
  transform: translateX(-50%);
  border-radius: 50%;
  background:
    radial-gradient(
      ellipse,
      rgba(8,121,255,.22) 0%,
      rgba(75,67,255,.09) 42%,
      transparent 72%
    );
  filter: blur(18px);
  pointer-events: none;
}

.faq-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 76px;
  width: min(820px, 90%);
  height: 1px;
  transform: translateX(-50%);
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(3,215,202,.4),
      rgba(8,121,255,.52),
      rgba(139,66,255,.38),
      transparent
    );
  opacity: .55;
}

.faq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  padding: 8px 13px;
  border: 1px solid rgba(89,159,255,.22);
  border-radius: 999px;
  background: rgba(7,20,48,.48);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 12px 40px rgba(0,0,0,.14);
  color: #b8c9e8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.faq-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 15px rgba(3,215,202,.85);
}

.faq-hero h1 {
  max-width: 960px;
  margin: 0 auto;
  font-size: clamp(48px, 7vw, 86px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 820;
}

.faq-hero h1 span {
  background:
    linear-gradient(
      100deg,
      #ffffff 10%,
      #dff9ff 35%,
      #8ddcff 62%,
      #a999ff 92%
    );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.faq-intro {
  max-width: 760px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.7;
}

/* SECTION NAVIGATION */

.faq-jump-wrap {
  position: sticky;
  top: 14px;
  z-index: 20;
  margin: 4px auto 68px;
}

.faq-jump {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.105);
  border-radius: 20px;
  background:
    linear-gradient(
      135deg,
      rgba(11,25,56,.86),
      rgba(5,13,33,.78)
    );
  box-shadow:
    0 18px 55px rgba(0,0,0,.26),
    inset 0 1px 0 rgba(255,255,255,.055);
  backdrop-filter: blur(24px) saturate(135%);
  -webkit-backdrop-filter: blur(24px) saturate(135%);
  scrollbar-width: none;
}

.faq-jump::-webkit-scrollbar {
  display: none;
}

.faq-jump a {
  flex: 0 0 auto;
  padding: 11px 15px;
  border-radius: 13px;
  color: #aebbd4;
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
  transition:
    color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.faq-jump a:hover,
.faq-jump a.is-active {
  color: #fff;
  background:
    linear-gradient(
      135deg,
      rgba(8,121,255,.22),
      rgba(3,215,202,.09)
    );
  box-shadow: inset 0 0 0 1px rgba(90,170,255,.15);
}

/* FAQ SECTIONS */

.faq-section {
  scroll-margin-top: 120px;
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 62px;
  padding: 0 0 86px;
}

.faq-section-heading {
  position: relative;
}

.faq-section-heading-inner {
  position: sticky;
  top: 116px;
}

.faq-section-number {
  display: block;
  margin-bottom: 14px;
  color: #5c7aa9;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .14em;
}

.faq-section h2 {
  margin: 0;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.faq-section-description {
  margin: 15px 0 0;
  color: #8392af;
  font-size: 14px;
  line-height: 1.65;
}

/* ACCORDION */

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.095);
  border-radius: 20px;
  background:
    linear-gradient(
      135deg,
      rgba(13,28,61,.68),
      rgba(5,14,35,.58)
    );
  box-shadow:
    0 16px 48px rgba(0,0,0,.16),
    inset 0 1px 0 rgba(255,255,255,.035);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease,
    background 220ms ease;
}

.faq-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 2px;
  border-radius: 10px;
  background:
    linear-gradient(
      180deg,
      var(--cyan),
      var(--blue),
      var(--violet)
    );
  opacity: 0;
  transition: opacity 220ms ease;
}

.faq-item:hover {
  border-color: rgba(91,155,255,.2);
  box-shadow:
    0 20px 55px rgba(0,0,0,.2),
    inset 0 1px 0 rgba(255,255,255,.055);
  transform: translateY(-1px);
}

.faq-item.is-open {
  border-color: rgba(67,155,255,.27);
  background:
    linear-gradient(
      135deg,
      rgba(15,35,77,.78),
      rgba(6,16,40,.68)
    );
  box-shadow:
    0 22px 65px rgba(0,0,0,.23),
    0 0 45px rgba(8,121,255,.045),
    inset 0 1px 0 rgba(255,255,255,.065);
}

.faq-item.is-open::before {
  opacity: 1;
}

.faq-question {
  width: 100%;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.faq-question-text {
  font-size: 17px;
  line-height: 1.45;
  font-weight: 680;
  letter-spacing: -.012em;
}

.faq-toggle {
  position: relative;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  background: rgba(255,255,255,.035);
  transition:
    transform 260ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 1.5px;
  border-radius: 10px;
  background: #c9d8ef;
  transform: translate(-50%, -50%);
  transition: transform 240ms ease;
}

.faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .faq-toggle {
  border-color: rgba(3,215,202,.28);
  background: rgba(3,215,202,.07);
  transform: rotate(180deg);
}

.faq-item.is-open .faq-toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms cubic-bezier(.2,.7,.2,1);
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-answer-inner {
  overflow: hidden;
}

.faq-answer-content {
  padding: 0 70px 25px 24px;
  color: #aebbd3;
  font-size: 15.5px;
  line-height: 1.75;
}

.faq-answer-content p {
  margin: 0;
}

.faq-answer-content p + p {
  margin-top: 12px;
}

.faq-answer-content a {
  color: #82cfff;
  text-decoration: underline;
  text-decoration-color: rgba(130,207,255,.3);
  text-underline-offset: 4px;
}

/* CTA */

.faq-cta {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
  padding: 54px 44px;
  border: 1px solid rgba(106,115,255,.28);
  border-radius: 28px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(3,215,202,.09), transparent 36%),
    linear-gradient(
      120deg,
      rgba(7,24,70,.88),
      rgba(9,27,91,.82) 55%,
      rgba(74,28,128,.68)
    );
  box-shadow:
    0 30px 90px rgba(0,0,0,.27),
    inset 0 1px 0 rgba(255,255,255,.07);
}

.faq-cta h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: -.04em;
}

.faq-cta p {
  max-width: 620px;
  margin: 15px auto 0;
  color: #bdc8dc;
  line-height: 1.65;
}

.faq-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 27px;
}

.faq-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.055);
  color: #eef4ff;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.faq-cta-link:hover {
  transform: translateY(-2px);
  border-color: rgba(89,166,255,.35);
  background: rgba(255,255,255,.085);
}

.faq-cta-link.primary {
  border-color: rgba(3,215,202,.25);
  background:
    linear-gradient(
      110deg,
      rgba(3,215,202,.16),
      rgba(8,121,255,.2)
    );
}

/* ACCESSIBILITY */

.faq-question:focus-visible,
.faq-jump a:focus-visible,
.faq-cta-link:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

/* TABLET */

@media (max-width: 900px) {
  .faq-main {
    width: min(calc(100% - 36px), 760px);
    padding-top: 25px;
  }

  .faq-hero {
    padding: 68px 16px 58px;
  }

  .faq-jump-wrap {
    margin-bottom: 56px;
  }

  .faq-section {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-bottom: 70px;
  }

  .faq-section-heading-inner {
    position: static;
  }

  .faq-section-description {
    max-width: 620px;
  }
}

/* MOBILE */

@media (max-width: 720px) {
  .faq-main {
    width: calc(100% - 28px);
    padding: 14px 0 72px;
  }

  .faq-hero {
    padding: 58px 6px 48px;
  }

  .faq-hero h1 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .faq-intro {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.65;
  }

  .faq-jump-wrap {
    top: 8px;
    margin-bottom: 48px;
  }

  .faq-jump {
    margin-left: -2px;
    margin-right: -2px;
    border-radius: 17px;
  }

  .faq-jump a {
    padding: 10px 13px;
    font-size: 12px;
  }

  .faq-section {
    gap: 20px;
    padding-bottom: 58px;
  }

  .faq-section-number {
    margin-bottom: 10px;
  }

  .faq-section h2 {
    font-size: 27px;
  }

  .faq-item {
    border-radius: 17px;
  }

  .faq-question {
    min-height: 70px;
    gap: 16px;
    padding: 19px 17px;
  }

  .faq-question-text {
    font-size: 15.5px;
  }

  .faq-toggle {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }

  .faq-answer-content {
    padding: 0 17px 21px;
    font-size: 14.5px;
  }

  .faq-cta {
    padding: 38px 20px;
    border-radius: 22px;
  }

  .faq-cta-actions {
    flex-direction: column;
  }

  .faq-cta-link {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-item,
  .faq-toggle,
  .faq-answer,
  .faq-jump a,
  .faq-cta-link {
    transition: none !important;
  }
}


/* =========================================================
   RUMAPA FAQ — STAGE 2B-2C VISUAL POLISH
   Desktop category visibility + language switcher parity
   + deeper RUMAPA ambient background.
   ========================================================= */

/* ---------------------------------------------------------
   1. Bring FAQ atmosphere closer to the main RUMAPA site
   --------------------------------------------------------- */

body.faq-page {
  background:
    radial-gradient(
      circle at 50% 8%,
      rgba(8, 91, 255, 0.105),
      transparent 31%
    ),
    radial-gradient(
      circle at 91% 34%,
      rgba(124, 54, 255, 0.075),
      transparent 34%
    ),
    radial-gradient(
      circle at 7% 78%,
      rgba(0, 207, 255, 0.045),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #020817 0%,
      #030817 34%,
      #040814 100%
    );
}

/* Keep the knowledge page calm while retaining RUMAPA depth */
body.faq-page::before {
  opacity: .88;
}


/* ---------------------------------------------------------
   2. FAQ language switcher
   Keep real <a href> links for crawlable localized pages,
   while matching the segmented control used on Home.
   --------------------------------------------------------- */

.faq-page .language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  min-height: 42px;
  border: 1px solid rgba(105, 134, 255, .23);
  border-radius: 999px;
  background:
    linear-gradient(
      180deg,
      rgba(8, 18, 45, .88),
      rgba(5, 12, 31, .92)
    );
  box-shadow:
    0 10px 32px rgba(0, 0, 0, .20),
    inset 0 1px 0 rgba(255, 255, 255, .045);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.faq-page .language-switcher a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 34px;
  padding: 0 9px;
  border-radius: 999px;
  color: rgba(208, 218, 239, .78);
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: .02em;
  text-decoration: none;
  transition:
    color .22s ease,
    background .22s ease,
    box-shadow .22s ease,
    transform .22s ease;
}

.faq-page .language-switcher a:hover {
  color: #fff;
  background: rgba(58, 105, 255, .12);
}

.faq-page .language-switcher a:focus-visible {
  outline: 2px solid rgba(57, 215, 255, .9);
  outline-offset: 2px;
}

.faq-page .language-switcher a.active,
.faq-page .language-switcher a[aria-current="page"] {
  color: #fff;
  background:
    linear-gradient(
      135deg,
      rgba(0, 213, 218, .95),
      rgba(30, 137, 255, .95)
    );
  box-shadow:
    0 5px 18px rgba(0, 184, 255, .26),
    inset 0 1px 0 rgba(255, 255, 255, .24);
}


/* ---------------------------------------------------------
   3. Desktop FAQ section navigation
   Show the complete knowledge architecture at a glance.
   --------------------------------------------------------- */

@media (min-width: 901px) {
  .faq-jump-wrap {
    overflow: visible;
  }

  .faq-jump {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    overflow: visible;
    scrollbar-width: none;
  }

  .faq-jump::-webkit-scrollbar {
    display: none;
  }

  .faq-jump a {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}


/* ---------------------------------------------------------
   4. Laptop tuning
   Allow nine sections to form a balanced two-line index.
   --------------------------------------------------------- */

@media (min-width: 901px) and (max-width: 1450px) {
  .faq-jump {
    gap: 7px;
  }

  .faq-jump a {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
  }
}


/* ---------------------------------------------------------
   5. Mobile remains horizontally scrollable.
   This is more usable than squeezing nine categories.
   --------------------------------------------------------- */

@media (max-width: 900px) {
  .faq-jump-wrap {
    overflow: hidden;
  }

  .faq-jump {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .faq-jump::-webkit-scrollbar {
    display: none;
  }

  .faq-jump a {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}


/* ---------------------------------------------------------
   6. Small-screen language control
   Preserve comfortable tap targets.
   --------------------------------------------------------- */

@media (max-width: 720px) {
  .faq-page .language-switcher {
    gap: 1px;
    padding: 3px;
    min-height: 38px;
  }

  .faq-page .language-switcher a {
    min-width: 34px;
    height: 32px;
    padding: 0 7px;
    font-size: 13px;
  }
}


/* ---------------------------------------------------------
   7. Respect reduced motion
   --------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .faq-page .language-switcher a {
    transition: none;
  }
}

/* =========================================================
   RUMAPA FAQ — LARGE SECTION NUMBER SYSTEM
   Align 01–09 with the visual storytelling language of Home.
   ========================================================= */

.faq-section-number {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 18px;
  color: rgba(122, 145, 194, 0.30);
  background: transparent;
  font-size: clamp(72px, 7.2vw, 108px);
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: -0.055em;
  user-select: none;
}

@media (max-width: 900px) {
  .faq-section-number {
    margin-bottom: 16px;
    font-size: clamp(64px, 12vw, 88px);
  }
}

@media (max-width: 720px) {
  .faq-section-number {
    margin-bottom: 14px;
    font-size: clamp(58px, 18vw, 76px);
    line-height: 0.84;
  }
}

/* RUMAPA FAQ Language Switcher Exact Home Size V1 */
.faq-page .language-switcher {
  gap: 2px;
  padding: 5px;
  min-height: 0;
}

.faq-page .language-switcher a {
  min-width: 39px;
  height: auto;
  padding: 9px 11px;
  font-size: 12px;
  line-height: normal;
}

@media (max-width: 430px) {
  .faq-page .language-switcher {
    transform: scale(.96);
    transform-origin: right center;
  }
}

/* RUMAPA FAQ Final Premium Polish V1 */


/* ---------------------------------------------------------
   01. Global knowledge canvas
   --------------------------------------------------------- */

.faq-main {
  position: relative;
  isolation: isolate;
}

.faq-main::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(49, 203, 226, .028),
      transparent 34rem
    ),
    radial-gradient(
      circle at 88% 44%,
      rgba(103, 78, 255, .026),
      transparent 38rem
    );
}


/* ---------------------------------------------------------
   02. Premium hero
   --------------------------------------------------------- */

.faq-hero {
  position: relative;
  padding-top: 90px;
  padding-bottom: 74px;
}

.faq-hero::before {
  opacity: .92;
}

.faq-hero::after {
  opacity: .78;
}

@media (min-width: 1101px) {
  .faq-hero {
    width: min(1320px, calc(100% - 80px));
    max-width: 1320px;
    margin-inline: auto;
  }

  .faq-hero h1 {
    max-width: 1040px;
  }

  .faq-intro {
    max-width: 820px;
  }
}

@media (min-width: 1500px) {
  .faq-hero {
    width: min(1380px, calc(100% - 96px));
    max-width: 1380px;
  }

  .faq-hero h1 {
    max-width: 1080px;
  }
}


/* ---------------------------------------------------------
   03. Jump navigation
   --------------------------------------------------------- */

@media (min-width: 901px) {
  .faq-jump-wrap {
    width: min(1380px, calc(100% - 80px));
    max-width: 1380px;
    margin-inline: auto;
  }

  .faq-jump {
    padding: 10px;
    border: 1px solid rgba(91, 135, 225, .14);
    border-radius: 20px;
    background:
      linear-gradient(
        145deg,
        rgba(14, 29, 60, .76),
        rgba(8, 18, 42, .82)
      );
    box-shadow:
      0 22px 60px rgba(0,0,0,.14),
      inset 0 1px 0 rgba(255,255,255,.035);
  }

  .faq-jump a {
    border-radius: 13px;
  }
}


/* ---------------------------------------------------------
   04. Knowledge sections
   --------------------------------------------------------- */

@media (min-width: 1101px) {
  .faq-section {
    width: min(1380px, calc(100% - 80px));
    max-width: 1380px;
    margin-inline: auto;
    grid-template-columns:
      minmax(250px, 320px)
      minmax(0, 1fr);
    gap: 68px;
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .faq-section + .faq-section {
    border-top-color: rgba(255,255,255,.025);
  }

  .faq-section-heading-inner {
    max-width: 300px;
  }
}

@media (min-width: 1500px) {
  .faq-section {
    width: min(1440px, calc(100% - 96px));
    max-width: 1440px;
    grid-template-columns:
      minmax(270px, 340px)
      minmax(0, 1fr);
    gap: 76px;
  }
}


/* ---------------------------------------------------------
   05. Section headings
   --------------------------------------------------------- */

.faq-section-number {
  opacity: .50;
  text-shadow:
    0 0 36px rgba(80, 118, 255, .07);
}

.faq-section h2 {
  max-width: 300px;
}

.faq-section-description {
  line-height: 1.65;
}


/* ---------------------------------------------------------
   06. Accordion cards
   --------------------------------------------------------- */

.faq-list {
  gap: 12px;
}

.faq-item {
  border: 1px solid rgba(88, 132, 220, .14);
  border-radius: 18px;
  background:
    radial-gradient(
      circle at 96% 10%,
      rgba(84, 94, 220, .045),
      transparent 28%
    ),
    linear-gradient(
      145deg,
      rgba(13, 28, 58, .84),
      rgba(8, 18, 41, .90)
    );
  box-shadow:
    0 14px 38px rgba(0,0,0,.11),
    inset 0 1px 0 rgba(255,255,255,.028);
}

.faq-item:hover {
  border-color: rgba(88, 154, 235, .23);
  transform: translateY(-1px);
  box-shadow:
    0 18px 48px rgba(0,0,0,.15),
    inset 0 1px 0 rgba(255,255,255,.035);
}

.faq-item.is-open {
  border-color: rgba(77, 161, 232, .27);
  background:
    radial-gradient(
      circle at 92% 10%,
      rgba(53, 184, 210, .055),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      rgba(15, 32, 65, .92),
      rgba(8, 18, 42, .96)
    );
  box-shadow:
    0 22px 58px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.04);
}

.faq-question {
  min-height: 76px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.faq-question-text {
  max-width: 920px;
  line-height: 1.42;
}

.faq-answer-content {
  max-width: 940px;
  padding-bottom: 26px;
  line-height: 1.72;
}


/* ---------------------------------------------------------
   07. Toggle control
   --------------------------------------------------------- */

.faq-toggle {
  border-color: rgba(91, 143, 225, .18);
  background:
    linear-gradient(
      145deg,
      rgba(25, 48, 91, .62),
      rgba(15, 30, 62, .72)
    );
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.035);
}

.faq-item.is-open .faq-toggle {
  border-color: rgba(62, 189, 214, .24);
  background:
    linear-gradient(
      145deg,
      rgba(30, 102, 129, .34),
      rgba(44, 64, 146, .38)
    );
}


/* ---------------------------------------------------------
   08. Final CTA
   --------------------------------------------------------- */

.faq-cta {
  position: relative;
  width: min(1180px, calc(100% - 72px));
  max-width: 1180px;
  margin: 82px auto 110px;
  padding: 68px 72px;
  overflow: hidden;
  border: 1px solid rgba(89, 134, 230, .17);
  border-radius: 30px;
  background:
    radial-gradient(
      circle at 86% 18%,
      rgba(105, 82, 255, .09),
      transparent 31%
    ),
    radial-gradient(
      circle at 10% 90%,
      rgba(35, 199, 199, .055),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      rgba(14, 30, 63, .88),
      rgba(7, 17, 40, .94)
    );
  box-shadow:
    0 34px 90px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.04);
}

.faq-cta::after {
  content: "";
  position: absolute;
  right: 6%;
  top: 50%;
  width: 220px;
  height: 220px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid rgba(101, 119, 255, .08);
  box-shadow:
    0 0 0 36px rgba(91, 105, 255, .016),
    0 0 0 76px rgba(72, 119, 255, .010);
  pointer-events: none;
}

.faq-cta > * {
  position: relative;
  z-index: 2;
}


/* ---------------------------------------------------------
   09. Responsive refinement
   --------------------------------------------------------- */

@media (max-width: 900px) {
  .faq-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .faq-cta {
    width: min(100% - 40px, 1180px);
    margin-top: 68px;
    margin-bottom: 86px;
  }
}

@media (max-width: 720px) {
  .faq-hero {
    padding-top: 58px;
    padding-bottom: 48px;
  }

  .faq-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .faq-item {
    border-radius: 16px;
  }

  .faq-question {
    min-height: 68px;
  }

  .faq-cta {
    width: min(100% - 32px, 1180px);
    margin-top: 56px;
    margin-bottom: 72px;
    padding: 44px 26px;
  }

  .faq-cta::after {
    display: none;
  }
}
