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

.kad-faq-shell {
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  background-color: transparent;
  box-sizing: border-box;
}

.kad-faq-content-wrap {
  padding: 22px 30px 36px;
  background: transparent;
}

.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: 14px;
  padding: 22px 26px 20px;
  background: linear-gradient(130deg, #0f172a 0%, #1d4ed8 42%, #2563eb 100%);
  color: #f8fafc;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.18);
}

.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 8px;
  font-size: 26px;
  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;
  padding: 24px 28px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
}

.kad-faq-section h2 {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 900;
  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 {
  padding: 0;
}

.kad-faq-legacy-content {
  background: transparent;
}

.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-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;
  }
}

/* ============================================================
   廣告分類說明頁（q=4）— Category Description Layout
   Palette: single blue accent (#1d4ed8), neutral slate for text/borders
   ============================================================ */

/* ── Jump nav ─────────────────────────────────────── */
.kad-catdesc-jumpnav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
}

.kad-catdesc-jumpnav-item {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: 999px;
  border: 1.5px solid #cbd5e1;
  background: #fff;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
  white-space: nowrap;
}

.kad-catdesc-jumpnav-item:hover {
  border-color: #1d4ed8;
  background: #eff6ff;
  color: #1d4ed8;
}

/* ── Main wrapper ─────────────────────────────────── */
.kad-catdesc-main {
  margin-top: 22px;
}

.kad-catdesc-lead {
  margin: 0 0 22px;
  color: #475569;
  font-size: 15px;
  line-height: 1.9;
}

/* ── Category group section ───────────────────────── */
.kad-catdesc-group {
  margin-bottom: 28px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  scroll-margin-top: 72px;
  background: #fff;
}

/* ── Group header ─────────────────────────────────── */
.kad-catdesc-group-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 22px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.kad-catdesc-group-meta {
  flex: 1;
  min-width: 0;
}

.kad-catdesc-group-name {
  margin: 0 0 3px;
  font-size: 20px;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.3;
}

.kad-catdesc-group-tagline {
  margin: 0;
  font-size: 13px;
  color: #64748b;
  line-height: 1.6;
}

.kad-catdesc-group-badge {
  flex-shrink: 0;
  padding: 4px 11px;
  border-radius: 999px;
  background: #e2e8f0;
  color: #475569;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

/* ── Sub-category cards ───────────────────────────── */
.kad-catdesc-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 18px 18px 6px;
}

.kad-catdesc-card {
  padding: 16px 18px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  border-top: 3px solid #1d4ed8;
  background: #fafbfc;
  transition: box-shadow 0.15s, background 0.15s;
}

.kad-catdesc-card:hover {
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
  background: #fff;
}

.kad-catdesc-card-title {
  margin: 0 0 9px;
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.4;
}

.kad-catdesc-card-body {
  margin: 0 0 6px;
  color: #475569;
  font-size: 13px;
  line-height: 1.9;
}

.kad-catdesc-card-body:last-of-type {
  margin-bottom: 0;
}

/* keyword pill tags */
.kad-catdesc-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f1f5f9;
}

.kad-catdesc-tag {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
}

/* ── CTA bar at bottom of each group ─────────────── */
.kad-catdesc-group-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 18px 16px;
}

.kad-catdesc-cta-btn {
  display: inline-flex;
  align-items: center;
  padding: 9px 20px;
  border-radius: 999px;
  background: #1d4ed8;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s;
  white-space: nowrap;
}

.kad-catdesc-cta-btn:hover {
  background: #1e40af;
}

.kad-catdesc-cta-link {
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.kad-catdesc-cta-link:hover {
  text-decoration: underline;
}

/* ── FAQ accordion ────────────────────────────────── */
.kad-catdesc-faq {
  margin-top: 28px;
  padding: 22px 22px 26px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
}

.kad-catdesc-faq-heading {
  margin: 0 0 16px;
  font-size: 19px;
  font-weight: 900;
  color: #0f172a;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
}

.kad-catdesc-accordion {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.kad-catdesc-accordion-item {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  background: #f8fafc;
}

.kad-catdesc-accordion-item[open] {
  background: #fff;
  border-color: #bfdbfe;
}

.kad-catdesc-accordion-q {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  cursor: pointer;
  list-style: none;
  line-height: 1.5;
  user-select: none;
}

.kad-catdesc-accordion-q::-webkit-details-marker {
  display: none;
}

.kad-catdesc-accordion-q::after {
  content: '+';
  margin-left: auto;
  font-size: 18px;
  font-weight: 400;
  color: #94a3b8;
  flex-shrink: 0;
}

.kad-catdesc-accordion-item[open] .kad-catdesc-accordion-q::after {
  content: '-';
  color: #1d4ed8;
}

.kad-catdesc-accordion-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: #1d4ed8;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  flex-shrink: 0;
}

.kad-catdesc-accordion-a {
  padding: 0 16px 14px 52px;
}

.kad-catdesc-accordion-a p {
  margin: 0;
  font-size: 14px;
  color: #475569;
  line-height: 1.9;
}

/* ── Responsive ───────────────────────────────────── */
@media (max-width: 768px) {
  .kad-catdesc-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 14px 14px 4px;
  }

  .kad-catdesc-group-name {
    font-size: 18px;
  }
}

@media (max-width: 540px) {
  .kad-catdesc-jumpnav-item {
    font-size: 12px;
    padding: 6px 12px;
  }

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

  .kad-catdesc-group-header {
    padding: 14px 16px;
  }

  .kad-catdesc-group-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 16px 14px;
  }

  .kad-catdesc-cta-btn {
    width: 100%;
    justify-content: center;
  }

  .kad-catdesc-accordion-a {
    padding-left: 16px;
  }
}

/* ============================================================
   關於我們頁（q=3）— kad-about-*
   Single blue accent: #1d4ed8 / Neutral text: #0f172a #334155
   ============================================================ */

.kad-about-page {
  margin-top: 18px;
}

/* ── Hero ─────────────────────────────────────────── */

.kad-about-hero {
  padding: 48px 36px 44px;
  border-radius: 18px;
  background: linear-gradient(145deg, #0f172a 0%, #1e3a8a 60%, #1d4ed8 100%);
  color: #f8fafc;
  text-align: center;
  margin-bottom: 30px;
}

.kad-about-hero-eyebrow {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #93c5fd;
}

.kad-about-hero-title {
  margin: 0 0 10px;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  letter-spacing: -1px;
}

.kad-about-hero-sub {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  color: #bfdbfe;
  line-height: 1.5;
}

/* ── Founding story ───────────────────────────────── */

.kad-about-story {
  margin-bottom: 28px;
  padding: 0 2px;
}

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

.kad-about-story p:last-child {
  margin-bottom: 0;
}

.kad-about-story-lead {
  font-size: 17px !important;
  color: #0f172a !important;
  font-weight: 500;
}

/* ── Shared section heading ───────────────────────── */

.kad-about-section-heading {
  margin: 0 0 16px;
  font-size: 17px;
  font-weight: 900;
  color: #0f172a;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
  letter-spacing: 0.2px;
}

/* ── Core services ────────────────────────────────── */

.kad-about-services {
  margin-bottom: 26px;
  padding: 22px 24px 20px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #f8fafc;
}

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

.kad-about-service-card {
  padding: 16px 18px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  border-top: 3px solid #1d4ed8;
  background: #fff;
}

.kad-about-service-label {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  color: #1d4ed8;
  line-height: 1.4;
}

.kad-about-service-desc {
  margin: 0;
  font-size: 13px;
  color: #475569;
  line-height: 1.85;
}

/* ── Trust signals ────────────────────────────────── */

.kad-about-trust {
  margin-bottom: 22px;
}

.kad-about-trust-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kad-about-trust-list li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-size: 14px;
  color: #475569;
  line-height: 1.8;
}

.kad-about-trust-list li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1d4ed8;
  flex-shrink: 0;
  margin-top: 9px;
}

/* ── Disclaimer ───────────────────────────────────── */

.kad-about-disclaimer {
  padding: 14px 18px;
  border-left: 3px solid #cbd5e1;
  background: #f8fafc;
  border-radius: 0 8px 8px 0;
}

.kad-about-disclaimer p {
  margin: 0;
  font-size: 13px;
  color: #64748b;
  line-height: 1.9;
}

/* ── Responsive ───────────────────────────────────── */

@media (max-width: 680px) {
  .kad-about-hero {
    padding: 36px 22px 32px;
  }

  .kad-about-hero-title {
    font-size: 48px;
  }

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

  .kad-about-services {
    padding: 18px 16px 16px;
  }
}

@media (max-width: 420px) {
  .kad-about-hero-title {
    font-size: 38px;
  }

  .kad-about-hero {
    padding: 28px 18px 26px;
  }
}

/* ============================================================
   FAQ Q&A Accordion (q=1, q=2)
   ============================================================ */

.kad-qa-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 720px;
}

.kad-qa-item {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
  overflow: hidden;
}

.kad-qa-item[open] {
  background: #fff;
  border-color: #bfdbfe;
}

.kad-qa-q {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 14px 18px;
  cursor: pointer;
  list-style: none;
  user-select: none;
  line-height: 1.55;
}

.kad-qa-q::-webkit-details-marker {
  display: none;
}

.kad-qa-q::after {
  content: '+';
  margin-left: auto;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 300;
  color: #94a3b8;
  line-height: 1;
}

.kad-qa-item[open] .kad-qa-q::after {
  content: '−';
  color: #1d4ed8;
}

.kad-qa-num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #1d4ed8;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2px;
}

.kad-qa-q-text {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}

.kad-qa-a {
  padding: 0 18px 16px 58px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.kad-qa-a p {
  margin: 0;
  font-size: 14px;
  color: #475569;
  line-height: 1.9;
}

@media (max-width: 640px) {
  .kad-qa-accordion {
    max-width: 100%;
  }

  .kad-qa-a {
    padding-left: 18px;
  }

  .kad-faq-section {
    padding: 18px 16px;
  }
}
