
body.cho-faq-modern-active,
body.page-id-408 {
  background: #f6f9ff;
  overflow-x: hidden;
}
body.cho-faq-modern-active .site-main,
body.page-id-408 .site-main,
body.page-id-408 main,
body.cho-faq-modern-active main {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.page-id-408 .page-header,
body.page-id-408 .entry-title,
body.page-id-408 header.entry-header,
body.cho-faq-modern-active .page-header,
body.cho-faq-modern-active .entry-title,
body.cho-faq-modern-active header.entry-header {
  display: none !important;
}
.cho-faq-modern,
.cho-faq-modern * {
  box-sizing: border-box;
}
.cho-faq-modern {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 6%, rgba(34, 147, 255, 0.18), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(4, 91, 214, 0.14), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 42%, #eef6ff 100%);
  color: #102033;
  font-family: inherit;
}
.cho-faq-wrap {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}
.cho-faq-hero {
  position: relative;
  padding: clamp(64px, 8vw, 118px) 0 42px;
  border-bottom: 1px solid rgba(39, 111, 191, 0.16);
}
.cho-faq-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}
.cho-kicker {
  margin: 0 0 14px;
  color: #1169c8;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.cho-faq-hero h1 {
  margin: 0;
  max-width: 760px;
  color: #071a33;
  font-size: clamp(2.35rem, 5vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}
.cho-faq-lede {
  max-width: 720px;
  margin: 24px 0 0;
  color: #314761;
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.7;
}
.cho-faq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.cho-faq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.cho-faq-btn:hover {
  transform: translateY(-2px);
}
.cho-faq-btn-primary {
  background: #0569d7;
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(5, 105, 215, 0.24);
}
.cho-faq-btn-primary:hover {
  background: #044fa3;
}
.cho-faq-btn-secondary {
  background: #ffffff;
  color: #0c4582 !important;
  border: 1px solid rgba(7, 79, 163, 0.18);
}
.cho-faq-hero-card {
  padding: 26px;
  border: 1px solid rgba(7, 79, 163, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 70px rgba(22, 61, 104, 0.13);
  backdrop-filter: blur(12px);
}
.cho-card-label {
  margin: 0 0 14px;
  color: #526982;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.cho-faq-hero-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cho-faq-hero-card a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 15px;
  border-radius: 16px;
  background: #f4f8ff;
  color: #123557 !important;
  font-weight: 800;
  text-decoration: none !important;
}
.cho-faq-hero-card a::after {
  content: '→';
  color: #0569d7;
}
.cho-faq-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(39, 111, 191, 0.13);
  backdrop-filter: blur(14px);
}
.cho-faq-nav-inner {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 13px 0;
  scrollbar-width: none;
}
.cho-faq-nav-inner::-webkit-scrollbar {
  display: none;
}
.cho-faq-nav a {
  flex: 0 0 auto;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f0f6ff;
  color: #0e4f99 !important;
  font-size: 0.94rem;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
}
.cho-faq-sections {
  display: grid;
  gap: 26px;
  padding: clamp(40px, 6vw, 76px) 0;
}
.cho-faq-section {
  scroll-margin-top: 86px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(7, 79, 163, 0.13);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 54px rgba(21, 59, 100, 0.08);
}
.cho-faq-section-head {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-bottom: 24px;
}
.cho-section-number {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #0569d7, #33a1ff);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(5, 105, 215, 0.2);
}
.cho-faq-section h2 {
  margin: 0;
  color: #071a33;
  font-size: clamp(1.72rem, 3vw, 2.75rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
}
.cho-faq-section-head p:not(.cho-section-number) {
  max-width: 820px;
  margin: 10px 0 0;
  color: #4c6077;
  font-size: 1.02rem;
  line-height: 1.65;
}
.cho-faq-list {
  display: grid;
  gap: 12px;
}
.cho-faq-item {
  border: 1px solid rgba(12, 82, 155, 0.13);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(14, 45, 80, 0.055);
  overflow: hidden;
}
.cho-faq-item summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 19px 56px 19px 22px;
  color: #102033;
  font-size: 1.02rem;
  font-weight: 850;
  line-height: 1.35;
}
.cho-faq-item summary::-webkit-details-marker {
  display: none;
}
.cho-faq-item summary::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: #edf5ff;
  color: #0569d7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
.cho-faq-item[open] summary::after {
  content: '−';
}
.cho-faq-item div {
  border-top: 1px solid rgba(12, 82, 155, 0.1);
  padding: 0 22px 20px;
}
.cho-faq-item p {
  margin: 16px 0 0;
  color: #40566e;
  font-size: 0.99rem;
  line-height: 1.7;
}
.cho-faq-bottom-cta {
  padding: 0 0 clamp(54px, 7vw, 90px);
}
.cho-faq-bottom-card {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: clamp(26px, 4vw, 44px);
  border-radius: 34px;
  background: linear-gradient(135deg, #07214a, #055fc3);
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(6, 57, 119, 0.22);
}
.cho-faq-bottom-card h2 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.cho-faq-bottom-card p {
  max-width: 700px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
}
.cho-faq-bottom-card .cho-kicker {
  color: #b8ddff;
}
.cho-faq-bottom-card .cho-faq-btn-primary {
  flex: 0 0 auto;
  background: #ffffff;
  color: #064f9e !important;
  box-shadow: none;
}
@media (max-width: 860px) {
  .cho-faq-wrap {
    width: min(100% - 28px, 1160px);
  }
  .cho-faq-hero {
    padding-top: 46px;
  }
  .cho-faq-hero-grid,
  .cho-faq-section-head,
  .cho-faq-bottom-card {
    grid-template-columns: 1fr;
  }
  .cho-faq-bottom-card {
    display: grid;
    align-items: start;
  }
  .cho-faq-hero h1 {
    font-size: clamp(2.24rem, 12vw, 3.4rem);
    letter-spacing: -0.045em;
  }
  .cho-faq-hero-card {
    padding: 18px;
    border-radius: 24px;
  }
  .cho-faq-section {
    padding: 20px;
    border-radius: 26px;
  }
  .cho-section-number {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }
  .cho-faq-item summary {
    padding: 17px 50px 17px 17px;
  }
  .cho-faq-item div {
    padding: 0 17px 18px;
  }
}

body.page-id-408 .cho-faq-modern a,
body.page-id-408 .cho-faq-modern a *{text-decoration:none!important;}
body.page-id-408 .cho-faq-modern{isolation:isolate;}
