/*
Theme Name: Facebook Automation Kadence
Theme URI: https://facebookautomation.com/
Template: kadence
Author: Facebook Automation
Description: A Kadence child theme for Facebook automation, content creation, and monetization workflow articles.
Version: 1.0.0
*/

:root {
  --fa-ink: #14213d;
  --fa-muted: #5d6677;
  --fa-line: #dce4ef;
  --fa-paper: #ffffff;
  --fa-soft: #f4f8fb;
  --fa-blue: #1877f2;
  --fa-blue-dark: #0f55b7;
  --fa-green: #18a875;
  --fa-green-dark: #0d7f58;
  --fa-gold: #f3b23c;
  --fa-shadow: 0 22px 60px rgba(20, 33, 61, 0.12);
}

body {
  color: var(--fa-ink);
}

.site-branding .brand.has-logo-image .site-title-wrap,
.mobile-site-branding .brand.has-logo-image .site-title-wrap {
  display: none;
}

.site-branding .site-title,
.mobile-site-branding .site-title {
  max-width: 280px;
  font-size: 20px;
  letter-spacing: 0;
}

.content-style-unboxed .entry-content-wrap,
.content-style-boxed .entry-content-wrap {
  padding: 0;
}

.fa-front-page #primary,
.fa-front-page #main {
  margin: 0;
}

.fa-front-page .entry-hero {
  display: none;
}

.fa-front-page .content-container.site-container {
  max-width: none;
  padding: 0;
}

.fa-front-page .entry,
.fa-front-page .entry-content-wrap,
.fa-front-page .entry-content {
  margin: 0;
}

.fa-home {
  background: var(--fa-paper);
  font-size: 18px;
  line-height: 1.7;
}

.fa-home * {
  box-sizing: border-box;
}

.fa-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 0 24px;
}

.fa-section {
  padding: 74px 0;
}

.fa-section-soft {
  background: var(--fa-soft);
}

.fa-eyebrow {
  margin: 0 0 12px;
  color: var(--fa-blue-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fa-home h1,
.fa-home h2,
.fa-home h3 {
  color: var(--fa-ink);
  letter-spacing: 0;
  line-height: 1.08;
}

.fa-home h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 6vw, 72px);
}

.fa-home h2 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: clamp(32px, 4vw, 48px);
}

.fa-home h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.fa-lede {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--fa-muted);
  font-size: 21px;
  line-height: 1.55;
}

.fa-hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 38px;
  background:
    radial-gradient(circle at 15% 20%, rgba(24, 119, 242, 0.14), transparent 34%),
    linear-gradient(135deg, #f8fbff 0%, #edf6f7 58%, #ffffff 100%);
  border-bottom: 1px solid rgba(20, 33, 61, 0.08);
}

.fa-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  align-items: center;
  gap: 44px;
}

.fa-hero-copy {
  padding: 24px 0 44px;
}

.fa-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.fa-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: var(--fa-blue);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.fa-button:hover {
  background: var(--fa-blue-dark);
  color: #fff;
}

.fa-button-secondary {
  background: #fff;
  border-color: rgba(20, 33, 61, 0.18);
  color: var(--fa-ink);
}

.fa-button-secondary:hover {
  background: var(--fa-ink);
  color: #fff;
}

.fa-hero-media {
  position: relative;
}

.fa-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10.5;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--fa-shadow);
}

.fa-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid rgba(20, 33, 61, 0.1);
  border-radius: 8px;
  background: rgba(20, 33, 61, 0.1);
  box-shadow: 0 12px 34px rgba(20, 33, 61, 0.08);
}

.fa-stat {
  min-height: 92px;
  padding: 17px;
  background: rgba(255, 255, 255, 0.86);
}

.fa-stat strong {
  display: block;
  color: var(--fa-ink);
  font-size: 20px;
  line-height: 1.1;
}

.fa-stat span {
  display: block;
  margin-top: 6px;
  color: var(--fa-muted);
  font-size: 14px;
  line-height: 1.35;
}

.fa-grid {
  display: grid;
  gap: 22px;
}

.fa-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.fa-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.fa-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.fa-card,
.fa-pillar,
.fa-resource,
.fa-tool-card {
  height: 100%;
  padding: 26px;
  border: 1px solid var(--fa-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(20, 33, 61, 0.06);
}

.fa-card p,
.fa-pillar p,
.fa-resource p {
  margin: 0;
  color: var(--fa-muted);
}

.fa-tool-card {
  position: relative;
  overflow: hidden;
}

.fa-tool-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--fa-blue), var(--fa-green));
}

.fa-card-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 6px;
  background: rgba(24, 119, 242, 0.1);
  color: var(--fa-blue);
  font-weight: 900;
}

.fa-pillar a,
.fa-resource a {
  color: var(--fa-blue-dark);
  font-weight: 800;
  text-decoration: none;
}

.fa-pillar a:hover,
.fa-resource a:hover {
  text-decoration: underline;
}

.fa-workflow {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: start;
}

.fa-steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fa-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--fa-line);
  border-radius: 8px;
  background: #fff;
}

.fa-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: var(--fa-green);
  color: #fff;
  font-weight: 900;
}

.fa-step p {
  margin: 5px 0 0;
  color: var(--fa-muted);
  font-size: 16px;
}

.fa-eeat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}

.fa-note {
  padding: 30px;
  border-left: 6px solid var(--fa-gold);
  border-radius: 8px;
  background: #fff8e8;
}

.fa-note p {
  margin: 0;
  color: #5b4720;
}

.fa-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.fa-list li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 26px;
  color: var(--fa-muted);
}

.fa-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--fa-green);
}

.fa-blog-band {
  border-top: 1px solid var(--fa-line);
  border-bottom: 1px solid var(--fa-line);
  background: #fff;
}

.fa-highlight-box,
.fa-workflow-note {
  padding: 24px;
  border: 1px solid rgba(24, 119, 242, 0.22);
  border-radius: 8px;
  background: #f5fbff;
  color: var(--fa-ink);
}

.fa-highlight-box p,
.fa-workflow-note p {
  margin: 0;
}

.fa-step-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.fa-mini-step {
  min-height: 170px;
  padding: 18px;
  border: 1px solid var(--fa-line);
  border-radius: 8px;
  background: #fff;
}

.fa-mini-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 6px;
  background: var(--fa-ink);
  color: #fff;
  font-weight: 900;
}

.fa-mini-step h3 {
  font-size: 18px;
}

.fa-mini-step p {
  margin: 0;
  color: var(--fa-muted);
  font-size: 15px;
  line-height: 1.5;
}

.fa-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(24, 119, 242, 0.09);
  color: var(--fa-blue-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.fa-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.fa-article-card {
  overflow: hidden;
  border: 1px solid var(--fa-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(20, 33, 61, 0.07);
}

.fa-article-card-image {
  display: block;
  background: var(--fa-soft);
}

.fa-article-card-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.fa-article-card-body {
  padding: 22px;
}

.fa-article-card h2,
.fa-article-card h3 {
  margin: 12px 0 10px;
  font-size: 22px;
  line-height: 1.15;
}

.fa-article-card h2 a,
.fa-article-card h3 a {
  color: var(--fa-ink);
  text-decoration: none;
}

.fa-article-card h2 a:hover,
.fa-article-card h3 a:hover {
  color: var(--fa-blue-dark);
}

.fa-article-card p {
  margin: 0;
  color: var(--fa-muted);
  font-size: 16px;
  line-height: 1.55;
}

.fa-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 16px;
  color: var(--fa-muted);
  font-size: 13px;
}

.fa-newsletter {
  padding: 44px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(24, 119, 242, 0.95), rgba(13, 127, 88, 0.94)),
    var(--fa-blue);
  color: #fff;
}

.fa-newsletter h2,
.fa-newsletter p {
  color: #fff;
}

.fa-newsletter .fa-button {
  background: #fff;
  color: var(--fa-ink);
}

.fa-newsletter a.fa-button,
.fa-newsletter a.fa-button:visited {
  background: #ffffff;
  border-color: #ffffff;
  color: #14213d;
}

.fa-newsletter a.fa-button:hover,
.fa-newsletter a.fa-button:focus,
.fa-newsletter a.fa-button:active {
  background: #e8f1ff;
  border-color: #e8f1ff;
  color: #14213d;
}

.fa-newsletter a.fa-button:focus-visible {
  outline: 3px solid #f3b23c;
  outline-offset: 3px;
}

.fa-newsletter .fa-actions a.fa-button,
.fa-newsletter .fa-actions a.fa-button:link,
.fa-newsletter .fa-actions a.fa-button:visited,
.fa-newsletter .fa-actions a.fa-button:hover,
.fa-newsletter .fa-actions a.fa-button:focus,
.fa-newsletter .fa-actions a.fa-button:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #14213d !important;
  text-decoration: none !important;
}

.fa-post-main,
.fa-archive-main {
  background: #fff;
}

.fa-post-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 56px 24px 80px;
}

.fa-post-header {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.fa-post-kicker,
.fa-post-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
  color: var(--fa-muted);
  font-size: 14px;
}

.fa-post-header h1 {
  margin: 18px 0;
  color: var(--fa-ink);
  font-size: clamp(38px, 5vw, 64px);
  letter-spacing: 0;
  line-height: 1.05;
}

.fa-intro-box {
  margin-top: 26px;
  padding: 22px;
  border: 1px solid var(--fa-line);
  border-radius: 8px;
  background: var(--fa-soft);
  text-align: left;
}

.fa-intro-box p {
  margin: 0;
  color: var(--fa-ink);
  font-size: 19px;
}

.fa-featured-image {
  margin: 0 auto 44px;
}

.fa-featured-image img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--fa-shadow);
}

.fa-post-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 760px);
  gap: 48px;
  align-items: start;
}

.fa-post-sidebar {
  position: sticky;
  top: 32px;
}

.fa-toc {
  padding: 20px;
  border: 1px solid var(--fa-line);
  border-radius: 8px;
  background: var(--fa-soft);
}

.fa-toc h2 {
  margin: 0 0 12px;
  font-size: 16px;
}

.fa-toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fa-toc li {
  margin: 9px 0;
}

.fa-toc-level-3 {
  padding-left: 12px;
}

.fa-toc a {
  color: var(--fa-muted);
  font-size: 14px;
  text-decoration: none;
}

.fa-toc a:hover {
  color: var(--fa-blue-dark);
}

.fa-post-content {
  color: var(--fa-ink);
  font-size: 19px;
  line-height: 1.78;
}

.fa-post-content h2 {
  margin-top: 46px;
  color: var(--fa-ink);
  font-size: 34px;
  line-height: 1.15;
}

.fa-post-content h3 {
  margin-top: 30px;
  color: var(--fa-ink);
  font-size: 24px;
  line-height: 1.2;
}

.fa-post-content p,
.fa-post-content li {
  color: #344054;
}

.fa-post-content a {
  color: var(--fa-blue-dark);
  font-weight: 700;
}

.fa-post-content .wp-block-table {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.fa-post-content .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}

.fa-post-content .wp-block-table th,
.fa-post-content .wp-block-table td {
  padding: 12px;
  border: 1px solid var(--fa-line);
  vertical-align: top;
}

.fa-post-content .wp-block-table th {
  background: var(--fa-soft);
  color: var(--fa-ink);
}

.fa-format-table table {
  table-layout: auto;
}

.fa-format-table td:first-child,
.fa-format-table th:first-child {
  min-width: 110px;
}


.fa-post-content blockquote,
.fa-tip-box,
.fa-warning-box,
.fa-tool-mention,
.fa-post-cta,
.fa-author-box,
.fa-internal-links,
.fa-faq {
  margin: 36px 0;
  padding: 26px;
  border: 1px solid var(--fa-line);
  border-radius: 8px;
  background: var(--fa-soft);
}

.fa-tip-box {
  border-color: rgba(24, 119, 242, 0.26);
  background: #f5fbff;
}

.fa-tip-box strong,
.fa-warning-box strong {
  display: block;
  margin-bottom: 8px;
  color: var(--fa-ink);
  font-size: 18px;
  line-height: 1.25;
}

.fa-tip-box p,
.fa-warning-box p {
  margin: 0;
}

.fa-warning-box {
  border-color: rgba(243, 178, 60, 0.45);
  background: #fff8e8;
}

.fa-tool-mention {
  border-color: rgba(24, 119, 242, 0.28);
  background: #f5fbff;
}

.fa-post-cta {
  background: var(--fa-ink);
  color: #fff;
}

.fa-post-cta h2,
.fa-post-cta p {
  color: #fff;
}

.fa-post-cta a.fa-button,
.fa-post-cta a.fa-button:link,
.fa-post-cta a.fa-button:visited,
.fa-post-cta a.fa-button:hover,
.fa-post-cta a.fa-button:focus,
.fa-post-cta a.fa-button:active {
  background-color: #1877f2 !important;
  border-color: #1877f2 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.fa-post-cta a.fa-button:hover,
.fa-post-cta a.fa-button:focus {
  background-color: #0f55b7 !important;
  border-color: #0f55b7 !important;
}

.fa-author-box {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  align-items: start;
  background: #fff;
}

.fa-author-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--fa-blue);
  color: #fff;
  font-weight: 900;
}

.fa-author-box h2,
.fa-author-box h3,
.fa-internal-links h2,
.fa-faq h2,
.fa-related h2 {
  margin-top: 0;
}

.fa-internal-links ul {
  margin-bottom: 0;
}

.fa-related {
  margin-top: 44px;
}

.fa-article-grid-compact {
  grid-template-columns: repeat(3, 1fr);
}

.fa-archive-hero {
  padding: 70px 0;
  border-bottom: 1px solid var(--fa-line);
  background: linear-gradient(135deg, #f8fbff, #eef8f3);
}

.fa-archive-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--fa-ink);
  font-size: clamp(40px, 5vw, 64px);
  letter-spacing: 0;
  line-height: 1.05;
}

.fa-author-hero {
  padding: 72px 0 78px;
  background:
    radial-gradient(circle at 82% 18%, rgba(24, 119, 242, 0.12), transparent 32%),
    linear-gradient(135deg, #f8fbff 0%, #eef8f3 58%, #ffffff 100%);
}

.fa-author-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 54px;
  align-items: center;
}

.fa-author-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(52px, 7vw, 86px);
}

.fa-author-role {
  margin: 18px 0 0;
  color: var(--fa-blue-dark);
  font-size: clamp(22px, 3vw, 31px);
  font-weight: 800;
  line-height: 1.2;
}

.fa-author-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.fa-author-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid rgba(24, 119, 242, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--fa-ink);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(20, 33, 61, 0.06);
}

.fa-author-hero-card {
  justify-self: end;
  width: min(300px, 100%);
}

.fa-author-photo {
  display: block;
  width: min(260px, 100%);
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(20, 33, 61, 0.12);
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--fa-shadow);
}

.fa-author-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.fa-author-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 6px;
  background: var(--fa-ink);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(20, 33, 61, 0.14);
  transition: transform 160ms ease, background-color 160ms ease;
}

.fa-author-social:hover,
.fa-author-social:focus {
  transform: translateY(-2px);
  background: var(--fa-blue-dark);
  color: #fff;
}

.fa-author-social-linkedin {
  font-family: Arial, sans-serif;
  font-size: 28px;
}

.fa-author-social-website {
  font-size: 15px;
  letter-spacing: 0;
}

.fa-topic-link {
  display: block;
  padding: 18px;
  border: 1px solid var(--fa-line);
  border-radius: 8px;
  background: #fff;
  color: var(--fa-ink);
  font-weight: 800;
  text-decoration: none;
}

.fa-topic-link:hover {
  border-color: rgba(24, 119, 242, 0.36);
  color: var(--fa-blue-dark);
}

.fa-pagination {
  margin-top: 34px;
}

.fa-disclaimer {
  margin-top: 22px;
  color: var(--fa-muted);
  font-size: 14px;
}

@media (max-width: 1024px) {
  .fa-hero-grid,
  .fa-workflow,
  .fa-eeat,
  .fa-author-hero-grid {
    grid-template-columns: 1fr;
  }

  .fa-author-hero-card {
    justify-self: start;
    width: min(300px, 100%);
  }

  .fa-grid-4,
  .fa-grid-3,
  .fa-grid-2,
  .fa-step-grid,
  .fa-article-grid,
  .fa-article-grid-compact {
    grid-template-columns: repeat(2, 1fr);
  }

  .fa-post-layout {
    grid-template-columns: 1fr;
  }

  .fa-post-sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  .fa-shell {
    width: 100%;
    padding: 0 34px;
  }

  .fa-section {
    padding: 50px 0;
  }

  .fa-hero {
    padding-top: 44px;
  }

  .fa-home h1 {
    font-size: 36px;
    line-height: 1.12;
  }

  .fa-lede {
    font-size: 18px;
  }

  .fa-grid-4,
  .fa-grid-3,
  .fa-grid-2,
  .fa-step-grid,
  .fa-article-grid,
  .fa-article-grid-compact,
  .fa-stat-row {
    grid-template-columns: 1fr;
  }

  .fa-card,
  .fa-pillar,
  .fa-resource,
  .fa-tool-card,
  .fa-note {
    padding: 22px;
  }

  .fa-newsletter,
  .fa-post-cta,
  .fa-author-box,
  .fa-internal-links,
  .fa-faq,
  .fa-tool-mention {
    padding: 22px;
  }

  .fa-post-shell {
    padding: 38px 18px 58px;
  }

  .fa-post-header h1 {
    font-size: 36px;
  }

  .fa-post-content {
    font-size: 17px;
  }

  .fa-post-content h2 {
    font-size: 28px;
  }

  .fa-author-hero {
    padding: 48px 0 54px;
  }

  .fa-author-hero-grid {
    gap: 30px;
  }

  .fa-author-hero-copy h1 {
    font-size: 42px;
    line-height: 1.08;
  }

  .fa-author-role {
    font-size: 21px;
  }

  .fa-author-social {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }

  .fa-format-table table,
  .fa-format-table thead,
  .fa-format-table tbody,
  .fa-format-table tr,
  .fa-format-table th,
  .fa-format-table td {
    display: block;
    width: 100%;
  }

  .fa-format-table thead {
    display: none;
  }

  .fa-format-table table {
    min-width: 0;
  }

  .fa-format-table tr {
    margin: 0 0 18px;
    padding: 16px;
    border: 1px solid var(--fa-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(20, 33, 61, 0.06);
  }

  .fa-format-table td {
    display: grid;
    grid-template-columns: 128px 1fr;
    gap: 12px;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid rgba(20, 33, 61, 0.08);
    font-size: 15px;
    line-height: 1.45;
  }

  .fa-format-table td:last-child {
    border-bottom: 0;
  }

  .fa-format-table td::before {
    content: attr(data-label);
    color: var(--fa-ink);
    font-weight: 900;
  }

  .fa-author-box {
    grid-template-columns: 1fr;
  }
}

.fa-static-page {
  background: #fff;
  color: var(--fa-ink);
  font-size: 18px;
  line-height: 1.7;
}

.fa-static-page * {
  box-sizing: border-box;
}

.fa-static-hero,
.fa-blog-hero {
  padding: 66px 0 58px;
  background:
    linear-gradient(135deg, rgba(24, 119, 242, 0.1), rgba(24, 168, 117, 0.11)),
    #f7fbff;
  border-bottom: 1px solid rgba(20, 33, 61, 0.08);
}

.fa-static-hero h2,
.fa-blog-hero h1,
.fa-blog-intro-grid h2 {
  max-width: 880px;
  margin: 0;
  color: var(--fa-ink);
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.06;
  letter-spacing: 0;
}

.fa-updated-note {
  margin: 18px 0 0;
  color: var(--fa-muted);
  font-size: 15px;
  font-weight: 700;
}

.fa-static-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 0.66fr);
  gap: 46px;
  align-items: start;
}

.fa-static-sidebar {
  position: sticky;
  top: 110px;
  padding: 24px;
  border: 1px solid var(--fa-line);
  border-radius: 8px;
  background: var(--fa-soft);
}

.fa-sidebar-lede {
  margin: 0;
  color: var(--fa-muted);
  font-size: 18px;
  line-height: 1.6;
}

.fa-static-content {
  max-width: 820px;
}

.fa-static-content h3 {
  margin: 0 0 12px;
  color: var(--fa-ink);
  font-size: 28px;
  line-height: 1.18;
  letter-spacing: 0;
}

.fa-static-content h3:not(:first-child) {
  margin-top: 36px;
}

.fa-static-content h4 {
  margin: 0 0 8px;
  color: var(--fa-ink);
  font-size: 18px;
  line-height: 1.2;
}

.fa-static-content p,
.fa-static-content li {
  color: var(--fa-muted);
}

.fa-static-content p {
  margin: 0 0 18px;
}

.fa-static-content a {
  color: var(--fa-blue-dark);
  font-weight: 800;
}

.fa-trust-row,
.fa-blog-topic-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.fa-trust-row span,
.fa-blog-topic-row a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(24, 119, 242, 0.18);
  border-radius: 999px;
  background: #fff;
  color: var(--fa-blue-dark);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.fa-framework-box {
  margin: 34px 0;
  padding: 28px;
  border: 1px solid rgba(24, 119, 242, 0.18);
  border-radius: 8px;
  background: #f8fbff;
}

.fa-framework-box .fa-grid {
  margin-top: 18px;
}

.fa-framework-box .fa-mini-step {
  min-height: 0;
}

.fa-framework-box .fa-mini-step h4 {
  margin-bottom: 8px;
}

.fa-framework-box .fa-mini-step p {
  margin: 0;
  font-size: 15px;
}

.fa-checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0 30px;
}

.fa-check-card {
  padding: 20px;
  border: 1px solid var(--fa-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(20, 33, 61, 0.05);
}

.fa-check-card p {
  margin: 0;
  font-size: 16px;
}

.fa-blog-intro-band {
  border-bottom: 1px solid var(--fa-line);
  background: #fff;
}

.fa-blog-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.64fr) minmax(280px, 0.36fr);
  gap: 36px;
  align-items: center;
}

.fa-blog-intro-grid h2 {
  font-size: clamp(30px, 3.5vw, 44px);
}

.fa-blog-intro-grid p {
  color: var(--fa-muted);
}

@media (max-width: 1020px) {
  .fa-static-layout,
  .fa-blog-intro-grid {
    grid-template-columns: 1fr;
  }

  .fa-static-sidebar {
    position: static;
  }

  .fa-framework-box .fa-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .fa-static-hero,
  .fa-blog-hero {
    padding: 46px 0 40px;
  }

  .fa-static-content h3 {
    font-size: 24px;
  }

  .fa-framework-box,
  .fa-static-sidebar {
    padding: 20px;
  }

  .fa-framework-box .fa-grid-4,
  .fa-checklist-grid {
    grid-template-columns: 1fr;
  }
}
