
:root {
  --sca-blue: #00377B;
  --sca-red: #b11116;
  --sca-white: #ffffff;
  --sca-bg-soft: #f2f5f8; /* Figma fill_1YCGB8 */
  --sca-gray-100: #edf2f7; /* Gray/100 */
}
.sca-container {
  max-width: 1366px;
}

.sca-navbar {
  height: 74px;
}

.sca-nav-inner {
  max-width: 1366px;
  padding-left: 0;
  padding-right: 0;
}

.sca-brand-mark {
  display: inline-flex;
  height: 42px;
  width: 84px;
  align-items: center;
  justify-content: center;
  background: var(--sca-gray-100);
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--sca-blue);
}

.sca-nav-list {
  gap: 24px;
}

.sca-nav-link {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px; /* style_BEWKZ8 */
  color: var(--sca-blue);
}

.sca-dropdown {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 10px;
}

.sca-dropdown .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  color: #1a2a3a;
  padding-top: 8px;
  padding-bottom: 8px;
}

.sca-cta-btn {
  background: var(--sca-red);
  border-radius: 8px;
  height: 33px; /* layout_1Y6KLC dimensions height */
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.sca-cta-text {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px; /* style_IJAGYT */
  color: #fff;
  letter-spacing: 0.02em;
}

.sca-main {
  background: transparent;
}

.sca-breadcrumb-wrap {
  width: 100%;
}

.sca-breadcrumb-title {
  font-weight: 700; /* style_F09Z34 */
  font-size: 40px;
  line-height: 1.219;
  text-transform: uppercase;
  color: var(--sca-blue);
}

.sca-breadcrumb-path {
  margin-top: 6px;
  font-size: 12px; /* style_IMAA2A */
  line-height: 1.219;
  color: rgba(17, 24, 39, 0.75);
}

.sca-blog-card {
  outline: none;
}

.sca-blog-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  text-decoration: none;
}

.sca-blog-card-inner {
  background: var(--sca-bg-soft); /* Figma fill_1YCGB8 */
  border-radius: 0px;
  padding: 16px;
}

.sca-blog-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 0px;
  display: block;
}

.sca-blog-body {
  margin-top: 22px;
}

.sca-blog-tag {
  font-weight: 500;
  font-size: .9rem;
  line-height: 1.1;
  color: var(--sca-red);
}

.sca-blog-title {
  margin-top: 10px;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--sca-blue);
}

.sca-blog-author {
  margin-top: 20px;
  font-family: Montserrat, Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica,
    Arial, sans-serif;
  font-weight: 400;
  font-size: .9rem;
  line-height: 1.2;
  color: var(--sca-red);
}

.sca-details-hero-image {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  display: block;
}

.sca-details-meta {
  margin-top: 28px;
}

.sca-details-tag {
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.219;
  color: var(--sca-red);
}

.sca-details-tag a {
  color: var(--sca-red) !important;
  text-decoration: none;
}
.sca-details-title {
  margin-top: 12px;
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.219;
  text-transform: uppercase;
  max-width: 75%;
  color: var(--sca-blue);
}

.sca-details-author {
  margin-top: 18px;
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.219;
  color: var(--sca-red);
}

.sca-details-article {
  margin-top: 22px;
}

.sca-details-article-inner {
  margin: 0 auto;
  display: flex;
  gap: 36px;
  align-items: flex-start;
  padding-bottom: 5rem;
  padding-right: 1.5rem;
}

.sca-details-article-body {
  flex: 1;
  min-width: 0;
}

.sca-details-article h2,
.sca-details-article h3 {
  scroll-margin-top: 96px; /* avoids hiding under the fixed navbar */
}

.sca-article-toc {
  width: 240px;
  position: sticky;
  top: 110px;
  align-self: flex-start;
  max-height: calc(100vh - 140px);
  overflow: auto;
}

.sca-article-toc-title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}

.sca-article-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sca-article-toc-link {
  display: block;
  text-decoration: none;
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif;
  font-size: 14px;
  line-height: 1.35;
  color: var(--sca-blue);
  padding: 2px 0;
  padding-left: 12px;
  border-left: 2px solid transparent;
}

.sca-article-toc-item--h3 .sca-article-toc-link {
  padding-left: 28px;
  color: rgba(0, 55, 123, 0.9);
}

.sca-article-toc-link:hover {
  color: var(--sca-red);
}

.sca-article-toc-link.is-active {
  color: var(--sca-red);
  border-left-color: var(--sca-red);
}

@media (max-width: 992px) {
  .sca-details-article-inner {
    flex-direction: column;
    gap: 0;
    max-width: 830px;
  }

  .sca-article-toc {
    display: none;
  }
}

.sca-details-article-body h2{
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif;
  color: var(--sca-blue);
  font-weight: 400;
  line-height: 1.219;
  margin-top: 18px;
}

.sca-details-article-body h3 {
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif;
  color: var(--sca-blue);
  font-weight: 400;
  line-height: 1.219;
  margin-top: 18px;
  font-size: 22px !important;
}

.sca-details-article-body h2 {
  font-size: 26px;
}

.sca-details-article-body h3 {
  font-size: 16px !important;
}

.sca-details-article-body p {
  font-weight: 400;
  margin-top: 12px;
}

.sca-details-article-body ul {
  margin-top: 12px;
  padding-left: 20px;
}


.sca-footer {
  background: var(--sca-white);
  padding-top: 0;
}

.sca-footer-inner {
  max-width: 1366px;
}

.sca-footer-brand {
  font-weight: 700;
  color: var(--sca-blue);
  font-size: 18px;
}

.sca-footer-lead {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #4b5563;
  max-width: 320px;
}

.sca-footer-col-title {
  font-size: 14px;
  font-weight: 700; /* style_YFKRMA */
  color: #1f2a37;
  margin-bottom: 10px;
}

.sca-footer-link {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 8px 0;
  color: #0f172a;
  text-decoration: none;
}

.sca-footer-link:hover {
  color: var(--sca-red);
}

.sca-footer-bottom {
  color: #6b7280;
  font-size: 12px;
}

.sca-footer-copy {
  color: #6b7280;
}

.sca-footer-legal {
  color: #6b7280;
}

.sca-footer-follow {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sca-footer-follow-label {
  font-size: 12px;
  color: #6b7280;
}

.sca-footer-follow-icons {
  display: flex;
  gap: 10px;
}

.sca-social-link {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--sca-gray-100);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.sca-social-icon {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: var(--sca-blue);
  font-size: 14px;
}


.banner-section {
    margin-bottom: 50px;
}
.post_banner {
    object-fit: cover;
    object-position: center;
    border-bottom: 5px #B11116 solid;
    width: 100%;
    height: auto;
}