/* FAQ Page - /faqs/ */
.ifkh-faq-page {
  width: 100%;
  display: block;
  background: linear-gradient(180deg, #f1efef 0%, #ffffff 18%, #ffffff 100%);
  color: #1e304e;
  padding: 20px 0 80px;
}

.ifkh-faq-shell {
  box-sizing: border-box;
  width: min(1180px, calc(100% - 32px));
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.ifkha-hero {
  padding: 28px 0 34px;
  text-align: center;
}

.ifkha-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1e304e;
}

.ifkha-hero-kicker::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: #ffcb05;
}

.ifkha-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.06;
  color: #1e304e;
}

.ifkha-hero-desc {
  max-width: 700px;
  margin: 0 auto 28px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #516274;
}

.kh-archive-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  max-width: 760px;
  margin: 0 auto;
  padding: 14px;
  background: #ffffff;
  border: 1px solid rgba(30, 48, 78, 0.1);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(30, 48, 78, 0.08);
}

.kh-archive-search-input {
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(144, 153, 168, 0.35);
  border-radius: 16px;
  background: #f1efef;
  color: #1e304e;
  font-size: 1rem;
}

.kh-archive-search-input:focus {
  outline: 2px solid rgba(49, 166, 210, 0.35);
  outline-offset: 2px;
  border-color: #31a6d2;
}

.kh-archive-search-button {
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 16px;
  background: #ffcb05;
  color: #1e304e;
  font-size: 0.98rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 12px 28px rgba(255, 203, 5, 0.24);
}

.kh-archive-search-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(255, 203, 5, 0.3);
}

.ifkha-filter-wrap {
  margin-bottom: 32px;
}

.ifkha-filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ifkha-filter-bar a {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  border: 2px solid rgba(30, 48, 78, 0.12);
  background: #ffffff;
  color: #1e304e;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.ifkha-filter-bar a:hover {
  background: #eef7fb;
  border-color: #31a6d2;
  color: #1e304e;
}

.ifkha-filter-bar a.ifkha-filter-active {
  background: #1e304e;
  border-color: #1e304e;
  color: #ffffff;
}

.ifkh-faq-topics-band {
  background: #f5f8fc;
  border: 1px solid rgba(30, 48, 78, 0.08);
  border-radius: 24px;
  padding: 18px 20px;
  margin-top: 28px;
  margin-bottom: 28px;
}

.ifkh-faq-topics-label {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: #1e304e;
  font-weight: 700;
  margin: 0 0 14px;
}

.ifkh-faq-tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0;
}

.ifkh-faq-a a,
.ifkh-resource-link,
.ifkh-faq-page #wpforms-105 a,
.ifkh-faq-intro-link {
  color: #31a6d2;
}

.ifkh-faq-intro {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #516274;
}

.ifkh-faq-tab-btn {
  padding: 10px 20px;
  border: 2px solid rgba(30,48,78,.14);
  border-radius: 999px;
  background: #fff;
  color: #1e304e;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.ifkh-faq-tab-btn:hover {
  background: #eef7fb;
  border-color: #31a6d2;
}

.ifkh-faq-tab-btn.ifkh-faq-tab-active {
  background: #1e304e;
  border-color: #1e304e;
  color: #fff;
}

.ifkh-faq-panel {
  display: block;
}

.ifkh-faq-panel.ifkh-panel-hidden {
  display: none;
}

.ifkh-faq-item {
  border-bottom: 1px solid rgba(30,48,78,.1);
}

.ifkh-faq-item:first-child {
  border-top: 1px solid rgba(30,48,78,.1);
}

.ifkh-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e304e;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.ifkh-faq-q::-webkit-details-marker {
  display: none;
}

.ifkh-faq-q::after {
  content: "+";
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(30,48,78,.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 400;
  color: #31a6d2;
}

.ifkh-faq-item[open] > .ifkh-faq-q::after {
  content: "-";
  background: #ffcb05;
  color: #1e304e;
}

.ifkh-faq-item[open] > .ifkh-faq-q {
  color: #31a6d2;
}

.ifkh-faq-a {
  padding: 0 0 20px 0;
  color: #516274;
  line-height: 1.75;
  font-size: .98rem;
}

.ifkh-faq-a p {
  margin: 0 0 .75em;
}

.ifkh-faq-a p:last-child {
  margin-bottom: 0;
}

.ifkh-faq-a ul,
.ifkh-faq-a ol {
  margin: 0 0 .75em 1.4em;
  padding: 0;
}

.ifkh-faq-a li {
  margin-bottom: .3em;
}

.ifkh-faq-resources {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 48px 0 0;
  padding: 20px 28px;
  border-radius: 14px;
  background: rgba(49,166,210,.06);
}

.ifkh-faq-resources-label {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #1e304e;
}

.ifkh-faq-resource-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ifkh-resource-link {
  padding: 7px 16px;
  border: 1.5px solid rgba(49,166,210,.4);
  border-radius: 999px;
  color: #31a6d2;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background .18s ease, color .18s ease;
}

.ifkh-resource-link:hover {
  background: #31a6d2;
  color: #fff;
}

.ifkh-faq-stuck {
  margin-top: 56px;
  border-radius: 26px;
  background: linear-gradient(135deg, #1e304e 0%, #23486d 100%);
  padding: clamp(28px, 4vw, 48px);
}

.ifkh-faq-stuck-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: start;
}

.ifkh-faq-stuck-h {
  margin: 0 0 10px;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1.15;
  color: #fff;
}

.ifkh-faq-stuck-p {
  margin: 0 0 20px;
  color: rgba(241,239,239,.82);
  line-height: 1.7;
}

.ifkh-faq-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 999px;
  background: #ffcb05;
  color: #1e304e;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
  box-shadow: 0 14px 28px rgba(255,203,5,.24);
}

.ifkh-faq-wa-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(255,203,5,.32);
  color: #1e304e;
}

.ifkh-faq-form-label {
  margin: 0 0 16px;
  color: rgba(241,239,239,.75);
  font-size: .92rem;
}

.ifkh-faq-page #wpforms-105 {
  --wpforms-label-color: rgba(255,255,255,0.92);
  --wpforms-label-sublabel-color: rgba(255,255,255,0.78);
  --wpforms-field-text-color: #ffffff;
  --wpforms-field-border-color: rgba(255,255,255,0.35);
}

.ifkh-faq-page #wpforms-105 .wpforms-field-label,
.ifkh-faq-page #wpforms-105 label,
.ifkh-faq-page #wpforms-105 legend {
  color: rgba(255,255,255,0.92) !important;
}

.ifkh-faq-page #wpforms-105 .wpforms-required-label {
  color: #ffcb05 !important;
}

.ifkh-faq-page #wpforms-105 .wpforms-field-description,
.ifkh-faq-page #wpforms-105 .wpforms-field-sublabel,
.ifkh-faq-page #wpforms-105 .wpforms-field-html,
.ifkh-faq-page #wpforms-105 .wpforms-field-checkbox label,
.ifkh-faq-page #wpforms-105 .wpforms-field-radio label {
  color: rgba(255,255,255,0.78) !important;
}

.ifkh-faq-page #wpforms-105 input,
.ifkh-faq-page #wpforms-105 textarea,
.ifkh-faq-page #wpforms-105 select {
  color: #ffffff !important;
  background-color: rgba(255,255,255,0.12) !important;
  border-color: rgba(255,255,255,0.35) !important;
}

.ifkh-faq-page #wpforms-105 input::placeholder,
.ifkh-faq-page #wpforms-105 textarea::placeholder {
  color: rgba(255,255,255,0.62) !important;
  opacity: 1 !important;
}

.ifkh-faq-page #wpforms-105 select option {
  color: #1e304e;
}

.ifkh-faq-page #wpforms-105 a {
  color: #31a6d2 !important;
}

.ifkh-faq-page #wpforms-105 .wpforms-submit-container .wpforms-submit,
.ifkh-faq-page #wpforms-105 ~ .wpforms-submit-container .wpforms-submit {
  background: #ffcb05 !important;
  color: #1e304e !important;
}

@media (max-width: 900px) {
  .ifkh-faq-stuck-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 680px) {
  .ifkh-faq-shell {
    width: min(100% - 20px, 1180px);
    max-width: 1180px;
  }

  .ifkha-hero {
    text-align: left;
    padding: 18px 0 24px;
  }

  .ifkha-hero-desc {
    margin: 0 0 22px;
  }

  .kh-archive-search-form {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .ifkha-filter-bar,
  .ifkh-faq-tab-nav {
    justify-content: flex-start;
  }
}
