/* ==================================================
   Sidify FAQ Page Styles
   Extracted from faq-jojo模板(2).html
================================================== */
/* ==================================================
   1. Product Secondary Navigation, FAQ Hero & Accordion
================================================== */
/* Product sub-navigation bar: same sticky/platform-toggle behavior as
     the online-help page's #sub-nav-bar (figma-content.css), scoped to
     .faq-page instead of .online-help-page so the FAQ page gets the
     working nav without pulling in the online-help two-column/sidebar layout. */
  .faq-page {
    --faq-ink: #10183d;
    --faq-muted: #667085;
    --faq-line: #d9e3ee;
    --faq-page-bg: #eef5fb;
    --faq-card-bg: #ffffff;
    --faq-soft-blue: #f4f8fc;
    --faq-soft-mint: #e9f8f2;
    --faq-accent-dark: #07936f;
  }

  .faq-page #sub-nav-bar {
    display: block !important;
    position: sticky !important;
    top: var(--oh-site-header-height, 0px) !important;
    z-index: 11;
    padding: 14px 0 !important;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(217, 227, 238, .78);
    box-shadow: 0 10px 28px rgba(16, 24, 61, .05);
    backdrop-filter: blur(12px);
  }

  .faq-page #sub-nav-bar .btn-groups {
    display: none;
  }

  .faq-page #sub-nav-bar .btn-groups.show {
    display: block;
    margin: 0;
  }

  .faq-page #sub-nav-bar .sub-nav-mobile.d-block {
    display: block !important;
  }

  .faq-page #sub-nav-bar .sub-nav-logo a {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    line-height: 34px;
  }

  .faq-page #sub-nav-bar .sub-nav-logo img {
    display: inline-block !important;
    width: auto !important;
    height: 34px !important;
    margin: 0 !important;
  }

  /* FAQ only: full-width single column, centered and isolated from theme grid rules */
  #faq-sec {
    box-sizing: border-box;
    width: 100%;
    padding: 66px 32px 86px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .72) 0%, rgba(255, 255, 255, 0) 18%),
      linear-gradient(180deg, #eef5fb 0%, #f6f9fc 58%, #ffffff 100%);
  }

  #faq-sec *,
  #faq-sec *::before,
  #faq-sec *::after {
    box-sizing: border-box;
  }

  #faq-sec .faq-single-shell {
    width: 100% !important;
    max-width: 1272px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  #faq-sec .faq-single-list {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    column-count: 1 !important;
    counter-reset: faq-number;
  }

  #faq-sec .faq-single-card {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
    border: 1px solid var(--faq-line);
    border-radius: 10px;
    overflow: hidden;
    background: var(--faq-card-bg);
    box-shadow: 0 16px 38px rgba(16, 24, 61, .06);
    counter-increment: faq-number;
  }

  #faq-sec .faq-single-card:hover {
    border-color: #c9d7e6;
    box-shadow: 0 18px 42px rgba(16, 24, 61, .075);
  }

  #faq-sec .faq-single-card:last-child {
    margin-bottom: 0 !important;
  }

  #faq-sec .faq-single-header {
    margin: 0 !important;
    padding: 0 !important;
    font-size: inherit !important;
    line-height: inherit !important;
  }

  #faq-sec .faq-single-button {
    appearance: none;
    position: relative;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 84px !important;
    margin: 0 !important;
    padding: 20px 72px 20px 28px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
    color: #074f2e !important;
    font-family: inherit;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    text-align: left !important;
    cursor: pointer;
    box-shadow: none !important;
  }

  #faq-sec .faq-single-button::before {
    content: counter(faq-number) !important;
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 44px !important;
    margin-right: 20px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: var(--faq-soft-mint) !important;
    color: var(--faq-accent-dark) !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  #faq-sec .faq-single-button::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    color: var(--faq-ink);
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
  }

  #faq-sec .faq-single-button:not(.collapsed) {
    background:
      linear-gradient(90deg, rgba(22, 199, 132, .08) 0%, rgba(22, 199, 132, 0) 34%),
      linear-gradient(180deg, #ffffff 0%, #f2f4f3 100%) !important;
    color: #074f2e !important;
  }

  #faq-sec .faq-single-button:not(.collapsed)::after {
    content: "−";
    color: var(--faq-ink);
  }

  #faq-sec .faq-single-button:not(.collapsed)::after {
    content: "\f077";
  }

  #faq-sec .faq-single-collapse {
    width: 100%;
    border-top: 1px solid #edf1f5;
  }

  #faq-sec .faq-single-body {
    width: 100%;
    padding: 28px 32px 32px;
    background: #ffffff;
  }

  #faq-sec .faq-single-body p,
  #faq-sec .faq-single-body .faq-text {
    margin: 0 !important;
    color: #484e60 !important;
    font-family: inherit;
    font-size: 19px !important;
    font-weight: 400 !important;
    line-height: 1.9 !important;
    text-align: left !important;
  }



  /* FAQ page title area */
  .faq-page-hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0 24px 72px;
    background:
      linear-gradient(180deg, #f4fbff 0%, #eaf6fc 100%);
    border-bottom: 1px solid rgba(217, 227, 238, .78);
  }

  .faq-page-hero::before,
  .faq-page-hero::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
    border-radius: 50%;
  }

  .faq-page-hero::before {
    left: -118px;
    bottom: -142px;
    width: 380px;
    height: 330px;
    background: rgba(182, 238, 226, .42);
  }

  .faq-page-hero::after {
    right: -112px;
    top: -78px;
    width: 330px;
    height: 390px;
    background: rgba(206, 231, 246, .62);
    box-shadow: -170px 205px 0 rgba(194, 241, 226, .28);
  }

  .faq-page-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    text-align: center;
    padding-top: 82px;
  }

  .faq-page-hero .article-breadcrumb {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 18px 0 0;
    background: transparent !important;
    border: 0 !important;
  }

  .faq-page-hero .article-breadcrumb ol {
    margin: 0;
  }

  .faq-page-hero .article-breadcrumb a,
  .faq-page-hero .article-breadcrumb li {
    color: #65718a;
  }

  .faq-page-hero .article-breadcrumb li[aria-current="page"] {
    color: var(--faq-ink);
    font-weight: 700;
  }

  .faq-page-hero h1 {
    margin: 0 0 18px;
    color: var(--faq-ink);
    font-size: clamp(44px, 4.2vw, 58px) !important;
    font-weight: 800;
    line-height: 1.15;
  }

  .faq-page-hero p {
    max-width: 860px;
    margin: 0 auto;
    color: #65718a;
    font-size: clamp(18px, 1.55vw, 22px) !important;
    line-height: 1.65;
  }

  .faq-page-hero-inner::after {
    content: "";
    display: block;
    width: 44px;
    height: 4px;
    margin: 34px auto 0;
    border-radius: 999px;
    background: var(--faq-accent);
  }

  @media (max-width: 767px) {
    .faq-page-hero {
      padding: 0 18px 56px;
    }

    .faq-page-hero::before {
      left: -128px;
      bottom: -118px;
      width: 250px;
      height: 230px;
    }

    .faq-page-hero::after {
      right: -138px;
      top: -70px;
      width: 240px;
      height: 300px;
      box-shadow: -116px 168px 0 rgba(194, 241, 226, .24);
    }

    .faq-page-hero h1 {
      margin-bottom: 14px;
      font-size: 34px;
    }

    .faq-page-hero-inner {
      padding-top: 50px;
    }

    .faq-page-hero p {
      font-size: 16px;
      line-height: 1.6;
    }

    #faq-sec {
      padding: 44px 15px 54px;
    }

    #faq-sec .faq-single-card {
      margin-bottom: 18px !important;
      border-radius: 11px;
    }

    #faq-sec .faq-single-button {
      min-height: 70px;
      padding: 17px 54px 17px 18px !important;
      font-size: 16px !important;
    }

    #faq-sec .faq-single-button::before {
      width: 34px;
      height: 34px;
      margin-right: 12px;
      font-size: 16px;
    }

    #faq-sec .faq-single-button::after {
      right: 18px;
      font-size: 16px;
    }

    #faq-sec .faq-single-body {
      padding: 19px 18px 22px;
    }

    #faq-sec .faq-single-body p,
    #faq-sec .faq-single-body .faq-text {
      font-size: 15px !important;
      line-height: 1.75 !important;
    }
  }

/* ==================================================
   2. Still Need Help
================================================== */
/* Self-contained Still Need Help block: does not depend on /css-new/Support.css */
.sidify-support-v2 {
  --contact-green: #16c784;
  --contact-green-dark: #07936f;
  width: 100%;
  padding: 0 24px 64px;
  background: #ffffff;
  box-sizing: border-box;
}
.sidify-support-v2 *,
.sidify-support-v2 *::before,
.sidify-support-v2 *::after { box-sizing: border-box; }
.sidify-support-v2 .support-shell {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0;
}
.sidify-support-v2 .contact-card {
  position: relative;
  overflow: hidden;
  display: grid !important;
  grid-template-columns: minmax(420px, 1.02fr) minmax(520px, 1.18fr) !important;
  gap: 42px !important;
  align-items: center !important;
  width: 100%;
  min-height: 520px;
  padding: 46px 58px !important;
  border: 1px solid rgba(32, 48, 84, .12) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 16% 18%, rgba(22, 199, 132, .20) 0%, rgba(22, 199, 132, 0) 28%),
    linear-gradient(120deg, #15213f 0%, #12304a 54%, #0f7f6b 100%) !important;
  box-shadow: 0 24px 54px rgba(16, 24, 61, .14) !important;
}
.sidify-support-v2 .contact-card::before,
.sidify-support-v2 .contact-card::after {
  content: "";
  position: absolute;
  opacity: .11;
  background-image: radial-gradient(rgba(255,255,255,.72) 2px, transparent 2px);
  background-size: 24px 24px;
  pointer-events: none;
}
.sidify-support-v2 .contact-card::before { left: 40px; top: 34px; width: 110px; height: 130px; }
.sidify-support-v2 .contact-card::after { right: 60px; bottom: 42px; width: 150px; height: 90px; }
.sidify-support-v2 .contact-visual {
  position: relative;
  min-height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidify-support-v2 .contact-visual::before,
.sidify-support-v2 .contact-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.25);
}
.sidify-support-v2 .contact-visual::before { width: 430px; height: 430px; }
.sidify-support-v2 .contact-visual::after { width: 320px; height: 320px; border-color: rgba(255,255,255,.16); }
.sidify-support-v2 .contact-platform {
  position: absolute;
  bottom: 34px;
  width: 350px;
  height: 66px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.34), rgba(255,255,255,.12));
  box-shadow: inset 0 2px 8px rgba(255,255,255,.2), 0 10px 28px rgba(23,131,77,.28);
}
.sidify-support-v2 .contact-icon {
  position: relative;
  z-index: 2;
  width: 236px;
  height: 236px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 35% 30%, #fff 0%, #edf9ef 72%, #e0f7e6 100%);
  color: var(--contact-green);
  font-size: 116px;
  box-shadow: 0 0 0 18px rgba(255,255,255,.40), 0 0 0 42px rgba(255,255,255,.14), 0 24px 54px rgba(10,95,59,.20);
}
.sidify-support-v2 .contact-float {
  position: absolute;
  z-index: 3;
  width: 76px;
  height: 76px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--contact-green);
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.38));
  box-shadow: inset 0 2px 2px rgba(255,255,255,.4), 0 14px 28px rgba(12,108,63,.16);
  font-size: 31px;
}
.sidify-support-v2 .float-chat { left: 50px; top: 68px; }
.sidify-support-v2 .float-music { right: 52px; top: 88px; }
.sidify-support-v2 .float-note { left: 18px; bottom: 104px; }
.sidify-support-v2 .float-shield { right: 38px; bottom: 90px; }
.sidify-support-v2 .contact-spark {
  position: absolute;
  z-index: 3;
  color: rgba(255,255,255,.96);
  font-size: 28px;
  line-height: 1;
}
.sidify-support-v2 .spark-a { left: 58px; top: 170px; }
.sidify-support-v2 .spark-b { right: 24px; top: 230px; font-size: 36px; }
.sidify-support-v2 .contact-content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.sidify-support-v2 .contact-content h2 {
  margin: 0 0 14px !important;
  color: #fff !important;
  font-size: clamp(42px, 3.2vw, 58px) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
}
.sidify-support-v2 .contact-content p {
  margin: 0 0 24px !important;
  color: rgba(255,255,255,.92) !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
}
.sidify-support-v2 .contact-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.sidify-support-v2 .contact-badge {
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.10);
  font-size: 16px;
  font-weight: 700;
}
.sidify-support-v2 .contact-badge i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--contact-green) !important;
  background: #fff;
  font-size: 14px;
}
.sidify-support-v2 .contact-cta { width: 100%; text-align: left; }
.sidify-support-v2 .contact-btn {
  display: grid !important;
  grid-template-columns: auto minmax(0,1fr) 46px;
  align-items: center;
  column-gap: 20px;
  width: 100%;
  max-width: 680px;
  min-height: 84px;
  padding: 0 34px;
  border-radius: 26px;
  background: #fff;
  color: var(--contact-green) !important;
  text-decoration: none !important;
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(8,83,57,.18);
}
.sidify-support-v2 .contact-btn-title { white-space: nowrap; }
.sidify-support-v2 .contact-btn-email {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border-radius: 999px;
  background: #eefaf2;
  color: #667085;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}
.sidify-support-v2 .contact-btn-email i { color: var(--contact-green); }
.sidify-support-v2 .contact-btn-arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--contact-green);
  color: #fff;
}
.sidify-support-v2 .contact-meta {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.90);
  font-size: 16px;
}
.sidify-support-v2 .contact-meta strong { color: #fff; }
.sidify-support-v2 .contact-meta i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255,255,255,.48);
}
@media (max-width: 1199px) {
  .sidify-support-v2 .contact-card {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .sidify-support-v2 .contact-visual { min-height: 350px; }
}
@media (max-width: 767px) {
  .sidify-support-v2 { padding: 0 14px 36px; }
  .sidify-support-v2 .contact-card {
    min-height: 0;
    padding: 28px 20px !important;
    border-radius: 24px !important;
  }
  .sidify-support-v2 .contact-visual { min-height: 250px; }
  .sidify-support-v2 .contact-visual::before { width: 250px; height: 250px; }
  .sidify-support-v2 .contact-visual::after { width: 190px; height: 190px; }
  .sidify-support-v2 .contact-platform { width: 210px; height: 42px; bottom: 24px; }
  .sidify-support-v2 .contact-icon { width: 150px; height: 150px; font-size: 76px; }
  .sidify-support-v2 .contact-float { width: 54px; height: 54px; border-radius: 16px; font-size: 22px; }
  .sidify-support-v2 .float-chat { left: 24px; top: 36px; }
  .sidify-support-v2 .float-music { right: 24px; top: 48px; }
  .sidify-support-v2 .float-note { left: 8px; bottom: 76px; }
  .sidify-support-v2 .float-shield { right: 10px; bottom: 70px; }
  .sidify-support-v2 .contact-content h2 { font-size: 36px !important; }
  .sidify-support-v2 .contact-content p { font-size: 16px !important; }
  .sidify-support-v2 .contact-badge { width: 100%; justify-content: center; font-size: 15px; }
  .sidify-support-v2 .contact-btn {
    grid-template-columns: 1fr 40px;
    min-height: 68px;
    padding: 0 22px;
    font-size: 20px;
  }
  .sidify-support-v2 .contact-btn-email { display: none; }
  .sidify-support-v2 .contact-btn-arrow { width: 40px; height: 40px; }
  .sidify-support-v2 .contact-meta { font-size: 14px; }
}

/* ==================================================
   3. FAQ Answer Content
================================================== */
#faq-sec .faq-single-body p + p { margin-top: 10px !important; }
#faq-sec .faq-single-body a { color: #00b873 !important; text-decoration: underline; }
#faq-sec .faq-single-body .title-green { color: #07936f; font-weight: 700; }
#faq-sec .faq-answer-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 22px auto 0;
  border-radius: 10px;
}
#faq-sec .faq-inline-icon {
  display: inline-block;
  width: auto;
  max-width: 34px;
  max-height: 26px;
  height: auto;
  margin: 0 4px;
  vertical-align: middle;
  border-radius: 3px;
}
#faq-sec .faq-answer-list {
  margin: 16px 0 0;
  padding-left: 24px;
  color: #484e60;
  font-size: 18px;
  line-height: 1.8;
}
#faq-sec .faq-answer-list li + li { margin-top: 8px; }
#faq-sec .faq-error-item {
  padding: 18px 0;
  border-bottom: 1px solid #edf1f5;
}
#faq-sec .faq-error-item:first-child { padding-top: 0; }
#faq-sec .faq-error-item:last-child { padding-bottom: 0; border-bottom: 0; }
#faq-sec .faq-error-item p:first-child { color: #111827 !important; font-weight: 700 !important; }
@media (max-width: 767px) {
  #faq-sec .faq-answer-list { font-size: 15px; padding-left: 20px; }
  #faq-sec .faq-error-item { padding: 15px 0; }
}

/* ==================================================
   4. Small Page Utilities
================================================== */
.faq-page .catalog-title {
  margin-bottom: 5px;
}

.faq-page .support-email {
  color: #84c754;
}

.faq-page .dropdown-menu-compact {
  padding: 5px 10px;
}
.audio-comparison-table {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 18px;
    min-width: 600px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.audio-comparison-table th {
    background-color: #f2f2f2;
    text-align: left;
    padding: 10px 12px;
    border: 1px solid #ddd;
    font-weight: 600;
}

.audio-comparison-table td {
    padding: 10px 12px;
    border: 1px solid #ddd;
    vertical-align: middle;
	color: #141d38;
}

.audio-comparison-table tr.audio-alt-row {
    background-color: #fafafa;
}
.yes {
    color: #34c040;
    font-size: 32px;
    font-weight: bold;
}
.no {
    color: #c7c7c7;
    font-size: 32px;
}
.audio-comparison-table .btns {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
}
.audio-comparison-table .btns--center {
  display: flex;
  width: 100%;
  justify-content: center;
}
.audio-comparison-table .btn {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  border-radius: 999px;
  height: 52px;
  padding: 0 20px 0 24px;
  border: 0;
  cursor: pointer;
  font-family: var(--fc-font);
  text-decoration: none;
}
.audio-comparison-table .btn--green {
  background: var(--fc-grad-green);
  /*  width: 201px;*/
  justify-content: center;
}
.audio-comparison-table .btn--orange {
  background: linear-gradient(180deg, #e7a40d 0%, #feba3f 100%);
  /*  width: 201px;*/
  justify-content: center;
}
.audio-comparison-table .btn span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 22px;
}
.audio-comparison-table .btn img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}