/* Generated from blog.css with lightningcss selector AST. */
.sp-legacy-content .sp-blog-wrap {
  color: #1e293b;
  background-color: #fff;
  font-family: Inter, sans-serif;
}

.sp-legacy-content .blog-hero {
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #001f5c 0%, #003087 100%);
  border-bottom: 4px solid #0057d9;
  padding: clamp(60px, 8vw, 90px) 0;
}

.sp-legacy-content .blog-hero .section-tag {
  color: #f0a500;
  background: #f0a5001f;
  border: 1px solid #f0a50040;
  border-radius: 999px;
  margin-bottom: 16px;
  padding: 6px 16px;
  display: inline-block;
}

.sp-legacy-content .blog-hero__title {
  color: #fff;
  letter-spacing: -.03em;
  margin-bottom: 16px;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.15;
}

.sp-legacy-content .blog-hero__title span {
  color: #f0a500;
  background: linear-gradient(135deg, #f0a500 0%, #ffc107 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.sp-legacy-content .blog-hero__sub {
  color: #ffffffd9;
  max-width: 720px;
  margin: 0 auto;
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.7;
}

.sp-legacy-content .blog-section {
  background: #fff;
  padding: clamp(60px, 6vw, 80px) 0;
}

.sp-legacy-content .blog-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 24px;
  display: grid;
}

.sp-legacy-content .blog-card {
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  flex-direction: column;
  height: 100%;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 16px #001f5c05;
}

.sp-legacy-content .blog-card__thumb {
  aspect-ratio: 16 / 10;
  background-color: #f1f5f9;
  border-bottom: 1px solid #e2e8f0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.sp-legacy-content .blog-card__thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .5s cubic-bezier(.4, 0, .2, 1);
}

.sp-legacy-content .blog-card__thumb-placeholder {
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: .05em;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.sp-legacy-content .blog-card:hover {
  border-color: #00308733;
  transform: translateY(-6px);
  box-shadow: 0 12px 32px #00308712;
}

.sp-legacy-content .blog-card:hover .blog-card__thumb img {
  transform: scale(1.04);
}

.sp-legacy-content .blog-card:hover .blog-card__title a {
  color: #003087;
}

.sp-legacy-content .blog-card__content {
  flex-direction: column;
  flex-grow: 1;
  padding: 24px;
  display: flex;
}

.sp-legacy-content .blog-card__meta {
  color: #64748b;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: .82rem;
  font-weight: 600;
  display: flex;
}

.sp-legacy-content .blog-card__meta-divider {
  color: #cbd5e1;
}

.sp-legacy-content .blog-card__title {
  color: var(--blue);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.8em;
  margin: 0 0 12px;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
}

.sp-legacy-content .blog-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color .2s;
}

.sp-legacy-content .blog-card__title a:hover {
  color: var(--accent);
}

.sp-legacy-content .blog-card__excerpt {
  color: #475569;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  flex-grow: 1;
  margin: 0 0 24px;
  font-size: .92rem;
  line-height: 1.65;
  display: -webkit-box;
  overflow: hidden;
}

.sp-legacy-content .blog-card__link {
  color: #003087;
  text-transform: uppercase;
  letter-spacing: .05em;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  font-size: .85rem;
  font-weight: 750;
  text-decoration: none;
  transition: color .2s;
  display: inline-flex;
}

.sp-legacy-content .blog-card__link:hover {
  color: #f0a500;
}

.sp-legacy-content .pagination {
  justify-content: center;
  gap: 8px;
  margin-top: 56px;
  display: flex;
}

.sp-legacy-content .pagination .page-numbers {
  color: #475569;
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 42px;
  height: 42px;
  padding: 0 8px;
  font-size: .92rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.sp-legacy-content .pagination .page-numbers:hover {
  color: #003087;
  border-color: #003087;
}

.sp-legacy-content .pagination .page-numbers.current {
  color: #fff;
  background-color: #003087;
  border-color: #003087;
}

.sp-legacy-content .single-post-wrap {
  background-color: #fff;
  padding: clamp(40px, 6vw, 70px) 0 clamp(60px, 8vw, 100px);
}

.sp-legacy-content .post-back-link {
  color: #003087;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: inline-flex;
}

.sp-legacy-content .post-back-link:hover {
  color: #f0a500;
}

.sp-legacy-content .post-header {
  border-bottom: 1.5px solid #e2e8f0;
  max-width: 1200px;
  margin: 0 auto 36px;
  padding-bottom: 24px;
}

.sp-legacy-content .post-title {
  color: #001f5c;
  letter-spacing: -.02em;
  margin: 0 0 20px;
  font-size: clamp(1.8rem, 4.5vw, 2.75rem);
  font-weight: 850;
  line-height: 1.2;
}

.sp-legacy-content .post-meta {
  color: #64748b;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  font-size: .88rem;
  font-weight: 600;
  display: flex;
}

.sp-legacy-content .post-meta span {
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

.sp-legacy-content .post-meta-divider {
  color: #cbd5e1;
}

.sp-legacy-content .post-featured-img {
  border: 1.5px solid #cbd5e1;
  border-radius: 12px;
  max-width: 1200px;
  margin: 0 auto 40px;
  overflow: hidden;
  box-shadow: 0 10px 30px #001f5c0a;
}

.sp-legacy-content .post-featured-img img {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 480px;
}

.sp-legacy-content .post-content-container {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.sp-legacy-content .post-body {
  color: #1e293b;
  font-size: 1.05rem;
  line-height: 1.8;
}

.sp-legacy-content .post-body p {
  margin: 0 0 24px;
}

.sp-legacy-content .post-body h2 {
  color: #001f5c;
  letter-spacing: -.02em;
  margin: 44px 0 16px;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.3;
}

.sp-legacy-content .post-body h3 {
  color: #001f5c;
  margin: 36px 0 12px;
  font-size: 1.35rem;
  font-weight: 750;
  line-height: 1.35;
}

.sp-legacy-content .post-body h4 {
  color: #001f5c;
  margin: 28px 0 10px;
  font-size: 1.15rem;
  font-weight: 700;
}

.sp-legacy-content .post-body ul, .sp-legacy-content .post-body ol {
  margin: 0 0 24px;
  padding-left: 24px;
}

.sp-legacy-content .post-body li {
  margin-bottom: 8px;
}

.sp-legacy-content .post-body blockquote {
  color: #475569;
  background: #f8fafc;
  border-left: 4px solid #f0a500;
  border-radius: 0 8px 8px 0;
  margin: 36px 0;
  padding: 20px 24px;
  font-size: 1.08rem;
  font-style: italic;
}

.sp-legacy-content .post-body blockquote p:last-child {
  margin-bottom: 0;
}

.sp-legacy-content .post-body img {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  margin: 32px auto;
  display: block;
  box-shadow: 0 6px 18px #001f5c08;
}

.sp-legacy-content .post-body table {
  border-collapse: collapse;
  width: 100%;
  margin: 36px 0;
  font-size: .95rem;
}

.sp-legacy-content .post-body th, .sp-legacy-content .post-body td {
  text-align: left;
  border: 1.5px solid #cbd5e1;
  padding: 12px 16px;
}

.sp-legacy-content .post-body th {
  color: #001f5c;
  background: #f8fafc;
  font-weight: 700;
}

.sp-legacy-content .post-body tr:nth-child(2n) {
  background: #f8fafc;
}

.sp-legacy-content .post-cta-box {
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  background: linear-gradient(135deg, #001f5c 0%, #003087 100%);
  border: 2.5px solid #0057d9;
  border-radius: 16px;
  max-width: 100%;
  margin: 64px auto 0;
  padding: 44px 36px;
  box-shadow: 0 16px 40px #00308726;
}

.sp-legacy-content .post-cta-title {
  color: #fff;
  letter-spacing: -.01em;
  margin: 0 0 12px;
  font-size: 1.68rem;
  font-weight: 900;
}

.sp-legacy-content .post-cta-desc {
  color: #ffffffe0;
  margin: 0 0 32px;
  max-width: 600px;
  margin-inline: auto;
  font-size: 1rem;
  line-height: 1.65;
}

.sp-legacy-content .post-cta-btn {
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .05em;
  background: linear-gradient(135deg, #f0a500 0%, #e8920a 100%);
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 36px;
  font-size: 1.02rem;
  font-weight: 800;
  text-decoration: none;
  transition: all .25s cubic-bezier(.4, 0, .2, 1);
  display: inline-flex;
  box-shadow: 0 6px 16px #f0a5004d;
  color: #001135 !important;
}

.sp-legacy-content .post-cta-btn:hover {
  background: linear-gradient(135deg, #ffc107 0%, #f0a500 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #f0a50073;
}

.sp-legacy-content .post-cta-btn:active {
  transform: translateY(0);
}

.sp-legacy-content .post-nav-links {
  border-top: 1.5px solid #e2e8f0;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 56px;
  padding-top: 32px;
  display: grid;
}

.sp-legacy-content .post-nav-item {
  flex-direction: column;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.sp-legacy-content .post-nav-item--next {
  text-align: right;
}

.sp-legacy-content .post-nav-label {
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 6px;
  font-size: .78rem;
  font-weight: 700;
}

.sp-legacy-content .post-nav-title {
  color: #003087;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.4;
  transition: color .2s;
  display: -webkit-box;
  overflow: hidden;
}

.sp-legacy-content .post-nav-item:hover .post-nav-title {
  color: #f0a500;
}

@media (width <= 992px) {
  .sp-legacy-content .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .sp-legacy-content .blog-card__title {
    font-size: 1.1rem;
  }
}

@media (width <= 768px) {
  .sp-legacy-content .blog-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sp-legacy-content .blog-hero {
    padding: 48px 0;
  }

  .sp-legacy-content .post-nav-links {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sp-legacy-content .post-nav-item--next {
    text-align: left;
  }

  .sp-legacy-content .post-cta-box {
    padding: 32px 20px;
  }
}
