:root {
  --fct-ink: #172033;
  --fct-muted: #5e6878;
  --fct-line: #e4e9f0;
  --fct-blue: #165dff;
  --fct-blue-dark: #0c3fb5;
  --fct-soft: #f4f7fb;
  --fct-accent: #ffb703;
}

body { color: var(--fct-ink); }
.site-content { background: #f6f8fb; }
.ast-container { max-width: 1180px; }
.site-main { min-width: 0; }
.entry-content { font-size: 18px; line-height: 1.85; color: #263248; }
.entry-content p { margin-bottom: 1.4em; }
.entry-content h2 { margin: 2.2em 0 .7em; font-size: clamp(1.55rem, 3vw, 2rem); line-height: 1.35; color: #111a2b; }
.entry-content h3 { margin: 1.8em 0 .6em; font-size: clamp(1.25rem, 2.3vw, 1.55rem); line-height: 1.4; color: #1c2b46; }
.entry-content a { color: var(--fct-blue-dark); text-decoration-thickness: .08em; text-underline-offset: .18em; }
.entry-content ul, .entry-content ol { padding-left: 1.35em; }
.entry-content blockquote { margin: 1.6em 0; padding: 1.1em 1.3em; border-left: 4px solid var(--fct-blue); background: var(--fct-soft); }
.entry-content table { display: block; overflow-x: auto; border-collapse: collapse; width: 100%; }
.entry-content th { background: #edf3ff; }
.entry-content th, .entry-content td { padding: .75rem; border: 1px solid var(--fct-line); }

.fct-authority-hero { margin: 0 0 34px; padding: clamp(28px, 5vw, 58px); color: #fff; border-radius: 24px; background: linear-gradient(135deg,#0b1f4d 0%,#164dbd 58%,#1476d4 100%); box-shadow: 0 18px 55px rgba(22,57,117,.18); }
.fct-eyebrow { margin: 0 0 10px; font-size: 12px; font-weight: 800; letter-spacing: .13em; color: #8fc5ff; }
.fct-authority-hero h1 { max-width: 820px; margin: 0; color: #fff; font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.18; letter-spacing: -.04em; }
.fct-hero-copy { max-width: 740px; margin: 18px 0 28px; color: #dbe9ff; font-size: clamp(1rem, 2vw, 1.2rem); line-height: 1.75; }
.fct-pillar-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.fct-pillar-card { display: flex; min-height: 145px; padding: 20px; flex-direction: column; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(255,255,255,.1); text-decoration: none; transition: transform .18s ease,background .18s ease; }
.fct-pillar-card:hover { color: #fff; background: rgba(255,255,255,.17); transform: translateY(-2px); }
.fct-pillar-card strong { font-size: 1.12rem; }
.fct-pillar-card span { margin: 8px 0 14px; color: #dbe9ff; font-size: .9rem; line-height: 1.55; }
.fct-pillar-card small { margin-top: auto; color: #fff2b5; font-weight: 700; }
.fct-home-trust { display: grid; grid-template-columns: 120px 1fr; gap: 16px; margin-top: 22px; padding: 16px 18px; color: #dbe9ff; border-radius: 12px; background: rgba(2,15,46,.28); font-size: .9rem; line-height: 1.6; }
.fct-home-trust strong { color: #fff; }
.fct-section-heading { margin: 34px 0 18px; }
.fct-section-heading .fct-eyebrow { color: var(--fct-blue); }
.fct-section-heading h2 { margin: 0; font-size: clamp(1.55rem,3vw,2.15rem); }
.fct-home-faq { margin: 0 0 34px; padding: clamp(24px,4vw,38px); border: 1px solid var(--fct-line); border-radius: 20px; background: #fff; }
.fct-home-faq .fct-eyebrow { color: var(--fct-blue); }
.fct-home-faq h2 { margin: 0 0 16px; font-size: clamp(1.5rem,3vw,2rem); }
.fct-home-faq details { padding: 15px 0; border-top: 1px solid var(--fct-line); }
.fct-home-faq summary { cursor: pointer; color: #172033; font-weight: 750; }
.fct-home-faq details p { margin: 10px 0 0; color: var(--fct-muted); line-height: 1.7; }

.single-post .site-main > article { overflow: hidden; border-radius: 20px; box-shadow: 0 10px 35px rgba(27,39,66,.07); }
.fct-post-header { padding: clamp(24px,5vw,48px) clamp(22px,6vw,60px) 24px; background: #fff; }
.fct-breadcrumb { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin-bottom: 18px; color: var(--fct-muted); font-size: 13px; }
.fct-breadcrumb a { color: var(--fct-blue-dark); text-decoration: none; }
.fct-post-title { max-width: 900px; margin: 0; color: #111827; font-size: clamp(2rem,5vw,3.4rem); line-height: 1.18; letter-spacing: -.045em; word-break: keep-all; }
.fct-post-meta { display: flex; gap: 8px 18px; flex-wrap: wrap; margin-top: 18px; color: var(--fct-muted); font-size: 14px; }
.fct-post-meta span + span::before { content: '•'; margin-right: 18px; color: #aab2bf; }
.fct-featured-image { overflow: hidden; margin: 28px 0 0; border-radius: 15px; background: var(--fct-soft); aspect-ratio: 16/9; }
.fct-featured-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.single-post .entry-content { padding: 12px clamp(22px,6vw,60px) 40px; }
.fct-author-box { display: grid; grid-template-columns: 52px 1fr; gap: 16px; margin: 36px 0 10px; padding: 22px; border: 1px solid #dbe3ef; border-radius: 16px; background: var(--fct-soft); }
.fct-author-mark { display: grid; width: 52px; height: 52px; place-items: center; color: #fff; border-radius: 14px; background: var(--fct-blue); font-size: 24px; font-weight: 900; }
.fct-author-box strong { color: #111827; font-size: 1.05rem; }
.fct-author-box p { margin: 7px 0; color: #475569; font-size: .92rem; line-height: 1.65; }
.fct-author-box small { color: #6b7280; }
.fct-related-reading { border: 1px solid #dce5f3 !important; border-radius: 16px !important; background: #f7faff !important; }
.fct-archive-header { margin-bottom: 24px; padding: 28px; border-radius: 18px; background: linear-gradient(135deg,#0b1f4d,#165dff); color: #fff; }
.fct-archive-header h1 { margin: 0 0 10px; color: #fff; font-size: clamp(2rem,4vw,3rem); }
.fct-archive-header p:last-child { margin: 0; color: #dbe9ff; }
.adsbygoogle { margin: 18px auto !important; }
.fct-authority-footer { margin-top: 46px; padding: 42px max(20px,calc((100vw - 1140px)/2)); color: #dce7f8; background: #0c172a; }
.fct-footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 34px; }
.fct-authority-footer strong { color: #fff; font-size: 1rem; }
.fct-footer-brand > strong { font-size: 1.35rem; }
.fct-authority-footer p { max-width: 440px; margin: 10px 0 0; color: #aebbd0; line-height: 1.7; }
.fct-authority-footer ul { margin: 12px 0 0; padding: 0; list-style: none; }
.fct-authority-footer li { margin: 7px 0; }
.fct-authority-footer a { color: #dce7f8; text-decoration: none; }
.fct-authority-footer a:hover { color: #fff; text-decoration: underline; }
.fct-footer-note { max-width: none !important; margin-top: 30px !important; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }

@media (max-width: 780px) {
  .ast-container { padding-left: 14px; padding-right: 14px; }
  .fct-pillar-grid { grid-template-columns: 1fr 1fr; }
  .fct-home-trust { grid-template-columns: 1fr; gap: 5px; }
  .entry-content { font-size: 17px; }
  .fct-post-meta span + span::before { display: none; }
  .fct-footer-inner { grid-template-columns: 1fr 1fr; }
  .fct-footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  .fct-authority-hero { border-radius: 16px; }
  .fct-pillar-grid { grid-template-columns: 1fr; }
  .fct-pillar-card { min-height: 125px; }
  .fct-post-title { font-size: 2rem; }
  .fct-author-box { grid-template-columns: 1fr; }
}
