body.kad-faq-content {
  color: #1f2937;
}

.kad-faq-shell {
  width: min(100%, 1024px);
  margin: 0 auto;
  background-color: #ffffff;
  border-left: 1px solid #d1d5db;
  border-right: 1px solid #d1d5db;
  box-shadow: 0 22px 56px rgba(15, 23, 42, 0.14);
  box-sizing: border-box;
}

.kad-faq-content-wrap {
  padding: 22px 30px 36px;
  background:
    radial-gradient(circle at 8% 6%, rgba(249, 115, 22, 0.18), transparent 34%),
    radial-gradient(circle at 92% 0%, rgba(14, 165, 233, 0.14), transparent 28%),
    linear-gradient(180deg, #fff7ed 0%, #f8fafc 22%, #ffffff 100%);
}

.kad-faq-breadcrumb {
  margin: 4px 0 14px;
  font-size: 13px;
  color: #64748b;
  text-align: left;
  display: block;
}

.kad-faq-breadcrumb a {
  color: #2563eb;
  text-decoration: none;
}

.kad-faq-hero {
  border-radius: 18px;
  padding: 24px 24px 20px;
  background: linear-gradient(130deg, #0f172a 0%, #1d4ed8 42%, #2563eb 100%);
  color: #f8fafc;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.28);
}

.kad-faq-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #bfdbfe;
}

.kad-faq-hero h1 {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 900;
}

.kad-faq-hero p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #dbeafe;
}

.kad-faq-cta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.kad-faq-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 16px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  background: #f59e0b;
  color: #111827;
}

.kad-faq-cta.is-secondary {
  background: rgba(255, 255, 255, 0.16);
  color: #f8fafc;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.kad-faq-page-nav {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.kad-faq-page-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #cbd5e1;
  padding: 8px 14px;
  text-decoration: none;
  color: #334155;
  background: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.kad-faq-page-nav a.is-active {
  border-color: #2563eb;
  background: #2563eb;
  color: #ffffff;
}

.kad-faq-section {
  margin-top: 20px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
}

.kad-faq-section h2 {
  margin: 0 0 14px;
  font-size: 24px;
  color: #0f172a;
  letter-spacing: 0.3px;
}

.kad-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.kad-faq-card {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  padding: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.kad-faq-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #1d4ed8;
}

.kad-faq-card ul {
  margin: 0;
  padding-left: 18px;
}

.kad-faq-card li {
  margin: 5px 0;
  line-height: 1.6;
}

.kad-faq-qa-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.kad-faq-qa-item {
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid #dbe4f2;
  background: transparent;
  text-align: left;
}

.kad-faq-qa-item h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.5;
  text-align: left;
}

.kad-faq-qa-item p {
  margin: 0 0 6px;
  line-height: 1.82;
  color: #334155;
  text-align: left;
}

.kad-faq-qa-item p:last-child {
  margin-bottom: 0;
}

.kad-faq-qa-item:last-child {
  border-bottom: 0;
}

.qa-question-line,
.qa-answer-line {
  display: grid;
  grid-template-columns: 20px 10px 1fr;
  column-gap: 8px;
  align-items: start;
  text-align: left;
}

.qa-label {
  font-weight: 900;
  color: #1d4ed8;
}

.qa-separator {
  color: #1e293b;
  font-weight: 700;
}

.qa-text {
  display: block;
}

.kad-faq-trust ul {
  margin: 0;
  padding-left: 18px;
}

.kad-faq-trust li {
  margin: 8px 0;
  line-height: 1.7;
}

.kad-faq-body-card {
  overflow: hidden;
}

.kad-faq-legacy-content {
  border-radius: 12px;
  background: #ffffff;
}

.kad-faq-legacy-content .content-white {
  width: 100%;
}

.kad-faq-legacy-content img {
  max-width: 100%;
  height: auto;
}

.kad-faq-about {
  text-align: center;
}

.kad-faq-about img {
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.14);
}

.kad-faq-about-article {
  max-width: 72ch;
  margin: 0 auto;
  text-align: left;
}

.kad-article-header {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #dbe5f3;
}

.kad-article-eyebrow {
  margin: 0 0 8px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.kad-faq-about-article h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 38px);
  line-height: 1.35;
  color: #0f172a;
  letter-spacing: 0.2px;
}

.kad-article-lead {
  margin: 14px 0 0;
  color: #0f172a;
  font-size: clamp(18px, 2.2vw, 21px);
  line-height: 1.9;
  font-weight: 500;
}

.kad-article-section {
  margin-top: 18px;
}

.kad-article-section:first-of-type {
  margin-top: 0;
}

.kad-faq-about-article h3 {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.4vw, 27px);
  line-height: 1.45;
  color: #1d4ed8;
}

.kad-faq-about-article p {
  margin: 0 0 14px;
  color: #334155;
  line-height: 2;
  font-size: 18px;
}

.kad-faq-about-article ul {
  margin: 0;
  padding-left: 20px;
}

.kad-article-list li::marker {
  color: #2563eb;
}

.kad-faq-about-article li {
  margin: 12px 0;
  color: #334155;
  line-height: 1.95;
  font-size: 17px;
}

.kad-article-disclaimer {
  border-left: 4px solid #60a5fa;
  background: #eff6ff;
  border-radius: 10px;
  padding: 14px 16px;
}

.kad-article-disclaimer p {
  margin: 0;
}

.kad-faq-content .kad-contact-intro {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 14px 16px;
  border: 1px solid #dbe5f3;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.kad-faq-content .kad-contact-intro-icon {
  flex: 0 0 auto;
}

.kad-faq-content .kad-contact-intro-text h2 {
  margin: 0;
  color: #ea580c;
  font-size: 22px;
  line-height: 1.4;
}

.kad-faq-content .kad-contact-intro-text p {
  margin: 8px 0 0;
  color: #334155;
  line-height: 1.8;
}

.kad-faq-content .kad-contact-form {
  margin-top: 14px;
  border: 1px solid #dbe5f3;
  border-radius: 12px;
  background: #f8fafc;
  padding: 18px;
  text-align: left !important;
}

.kad-faq-content .kad-contact-section {
  border-bottom: 1px dashed #cdd8ea;
  padding: 14px 0;
}

.kad-faq-content .kad-contact-section:last-of-type {
  border-bottom: 0;
}

.kad-faq-content .kad-contact-label,
.kad-faq-content .kad-contact-field-row label {
  font-weight: 700;
  color: #0f172a;
  text-align: left !important;
  display: block;
}

.kad-faq-content .kad-contact-radio-row {
  margin-top: 8px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.kad-faq-content .kad-contact-radio-row label,
.kad-faq-content .kad-contact-radio-grid label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1e293b;
  text-align: left !important;
  font-weight: 600;
}

.kad-faq-content .kad-contact-field-row {
  margin-top: 12px;
  display: grid !important;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.kad-faq-content .kad-contact-recipient-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.kad-faq-content .kad-contact-form input[type="text"],
.kad-faq-content .kad-contact-form textarea {
  width: 100%;
  border: 1px solid #94a3b8 !important;
  border-radius: 10px !important;
  padding: 10px 12px !important;
  background: #ffffff !important;
  color: #0f172a !important;
  font-size: 15px;
  box-sizing: border-box;
  display: block !important;
  min-height: 42px;
}

.kad-faq-content .kad-contact-form textarea {
  min-height: 220px;
  resize: vertical;
  line-height: 1.7;
}

.kad-faq-content .kad-contact-radio-grid {
  margin-top: 6px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.kad-faq-content .kad-contact-help {
  margin: 6px 0 0;
  font-size: 13px;
  color: #64748b;
  grid-column: 2;
}

.kad-faq-content .kad-btn {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.kad-faq-content .kad-btn-primary {
  background: #1d4ed8;
  color: #ffffff;
}

.kad-faq-content .kad-btn-primary:hover {
  background: #1e40af;
}

.kad-faq-content .kad-btn-secondary {
  border-color: #93c5fd;
  background: #eff6ff;
  color: #1d4ed8;
  white-space: nowrap;
}

.kad-faq-content .kad-btn-secondary:hover {
  background: #dbeafe;
}

.kad-faq-content .kad-contact-captcha-wrap {
  display: grid;
  grid-template-columns: auto 32px 1fr;
  gap: 10px;
  align-items: center;
}

.kad-faq-content .kad-contact-captcha-wrap object {
  display: block;
}

.kad-faq-content .kad-contact-captcha-wrap #siimage {
  border: 1px solid #334155;
  border-radius: 6px;
  max-width: 100%;
  height: auto;
}

.kad-faq-content .kad-contact-captcha-input-wrap label {
  font-weight: 600;
  color: #1e293b;
}

.kad-faq-content .kad-contact-captcha-input-row {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.kad-faq-content .kad-contact-captcha-input-row input {
  width: 170px;
}

.kad-faq-content .kad-contact-captcha-input-row a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 700;
}

.kad-faq-content .kad-contact-actions {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

@media (max-width: 960px) {
  .kad-faq-shell {
    width: 100%;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
  }

  .kad-faq-content-wrap {
    padding: 18px 16px 26px;
  }

  .kad-faq-hero h1 {
    font-size: 26px;
  }

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

  .kad-faq-page-nav a {
    flex: 1 1 calc(50% - 8px);
  }

  .kad-faq-content .kad-contact-intro {
    flex-direction: column;
  }

  .kad-faq-content .kad-contact-intro-text h2 {
    font-size: 20px;
  }

  .kad-faq-about-article h2 {
    font-size: 27px;
  }

  .kad-faq-about-article h3 {
    font-size: 22px;
  }

  .kad-article-lead {
    font-size: 18px;
    line-height: 1.85;
  }

  .kad-faq-about-article p,
  .kad-faq-about-article li {
    font-size: 16px;
    line-height: 1.9;
  }

  .kad-faq-content .kad-contact-form {
    padding: 14px;
  }

  .kad-faq-content .kad-contact-field-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .kad-faq-content .kad-contact-recipient-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .kad-faq-content .kad-contact-recipient-wrap .kad-btn-secondary,
  .kad-faq-content .kad-contact-actions .kad-btn-primary {
    width: 100%;
    justify-content: center;
  }

  .kad-faq-content .kad-contact-radio-grid {
    grid-template-columns: 1fr;
  }

  .kad-faq-content .kad-contact-captcha-wrap {
    grid-template-columns: 1fr;
  }

  .kad-faq-content .kad-contact-captcha-wrap object {
    margin-top: 4px;
  }

  .kad-faq-content .kad-contact-captcha-input-wrap {
    min-width: 0;
  }

  .kad-faq-content .kad-contact-captcha-input-row input {
    width: 100%;
    max-width: none;
  }

  .kad-faq-content .kad-contact-help {
    grid-column: 1;
  }
}
