.blog-page {
  background: #f6f9fc;
  color: #030c35;
}

.blog-page .cs_site_header {
  position: relative;
  z-index: 20;
}

.blog-page .cs_main_header {
  padding: 18px 0;
  background: #ffffff;
}

.blog-page main {
  padding-top: 156px;
}

.blog-page .blog-nav-active > a {
  color: #35c2e0 !important;
}

.blog-hero {
  width: 100%;
  overflow: hidden;
  background: #eaf5fa;
}

.blog-hero img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 680px;
  object-fit: cover;
  object-position: center;
}

.blog-intro {
  padding: 76px 0 34px;
  text-align: center;
}

.blog-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #168fa9;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.blog-intro h1 {
  max-width: 760px;
  margin: 0 auto 20px;
  color: #030c35;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
}

.blog-intro p {
  max-width: 700px;
  margin: 0 auto;
  color: #566079;
  font-size: 18px;
  line-height: 1.75;
}

.blog-grid {
  padding: 24px 0 90px;
}

.blog-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(3, 12, 53, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(3, 12, 53, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 60px rgba(3, 12, 53, 0.14);
}

.blog-card-media {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #e9f6fa;
}

.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.blog-card:hover .blog-card-media img {
  transform: scale(1.04);
}

.blog-card-media.is-portrait img {
  object-position: center 12%;
}

.blog-category {
  position: absolute;
  left: 22px;
  bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(3, 12, 53, 0.9);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-card-body {
  padding: 28px;
  text-align: left;
}

.blog-card h2 {
  margin-bottom: 14px;
  color: #030c35;
  font-size: 25px;
  line-height: 1.25;
}

.blog-card p {
  min-height: 84px;
  margin-bottom: 22px;
  color: #657087;
  line-height: 1.7;
}

.blog-read-more {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #139dbb;
  font-weight: 700;
}

.blog-read-more:hover {
  color: #030c35;
}

.blog-cta {
  padding: 0 0 90px;
}

.blog-cta-panel {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding: 46px 52px;
  border-radius: 28px;
  background: linear-gradient(125deg, #030c35 0%, #0f4666 72%, #179fbb 100%);
  color: #ffffff;
  text-align: left;
}

.blog-cta-panel h2 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 42px);
}

.blog-cta-panel p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.blog-cta-button {
  flex: 0 0 auto;
  padding: 14px 24px;
  border-radius: 999px;
  background: #35c2e0;
  color: #030c35;
  font-weight: 800;
}

.blog-cta-button:hover {
  background: #ffffff;
  color: #030c35;
}

.blog-footer {
  padding: 46px 0;
  background: #ffffff;
  text-align: center;
}

.blog-footer-apps {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
}

.blog-footer-apps img {
  width: 170px;
  height: auto;
}

.blog-footer-social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin: 0 4px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #edf7fa;
  color: #030c35;
}

.blog-footer-links {
  margin-top: 24px;
  color: #647087;
}

.article-header {
  padding: 76px 0 48px;
  background:
    radial-gradient(circle at 85% 15%, rgba(53, 194, 224, 0.2), transparent 28%),
    linear-gradient(180deg, #eef8fb 0%, #f6f9fc 100%);
}

.article-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 34px;
  color: #69758b;
  font-size: 14px;
}

.article-breadcrumb a {
  color: #139dbb;
  font-weight: 700;
}

.article-header-inner {
  max-width: 920px;
  text-align: left;
}

.article-header h1 {
  margin-bottom: 24px;
  color: #030c35;
  font-size: clamp(40px, 6vw, 70px);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.article-deck {
  max-width: 800px;
  margin-bottom: 28px;
  color: #566079;
  font-size: 20px;
  line-height: 1.7;
}

.article-meta {
  display: flex;
  gap: 16px;
  align-items: center;
  color: #657087;
  font-size: 14px;
}

.article-author-mark {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #030c35;
  color: #35c2e0;
  font-weight: 800;
}

.article-meta strong {
  display: block;
  color: #030c35;
}

.article-feature {
  margin-bottom: 64px;
}

.article-feature img {
  display: block;
  width: 100%;
  max-height: 650px;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(3, 12, 53, 0.16);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 70px;
  align-items: start;
  padding-bottom: 90px;
}

.article-content {
  color: #4e596f;
  font-size: 18px;
  line-height: 1.85;
  text-align: left;
}

.article-content > p:first-child {
  color: #25304a;
  font-size: 22px;
}

.article-content h2 {
  margin: 48px 0 16px;
  color: #030c35;
  font-size: 34px;
  line-height: 1.2;
}

.article-content h3 {
  margin: 30px 0 12px;
  color: #030c35;
  font-size: 23px;
}

.article-content ul {
  margin: 18px 0 26px;
  padding-left: 0;
  list-style: none;
}

.article-content li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 34px;
}

.article-content li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d9f5fb;
  color: #087e99;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
}

.article-note {
  margin: 38px 0;
  padding: 30px 32px;
  border-left: 5px solid #35c2e0;
  border-radius: 0 18px 18px 0;
  background: #edf9fc;
  color: #27334d;
}

.article-note strong {
  display: block;
  margin-bottom: 7px;
  color: #030c35;
  font-size: 20px;
}

.article-sidebar {
  position: sticky;
  top: 120px;
}

.article-side-card {
  padding: 28px;
  border: 1px solid rgba(3, 12, 53, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 45px rgba(3, 12, 53, 0.07);
  text-align: left;
}

.article-side-card + .article-side-card {
  margin-top: 22px;
}

.article-side-card h3 {
  margin-bottom: 14px;
  color: #030c35;
  font-size: 21px;
}

.article-side-card p {
  margin-bottom: 18px;
  color: #69758b;
  font-size: 15px;
  line-height: 1.65;
}

.article-side-card a {
  color: #139dbb;
  font-weight: 700;
}

.article-back {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 44px;
  color: #139dbb;
  font-weight: 800;
}

.article-disclaimer {
  margin-top: 52px;
  padding-top: 24px;
  border-top: 1px solid rgba(3, 12, 53, 0.12);
  color: #7a8496;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .blog-page .cs_main_header {
    padding: 10px 0;
  }

  .blog-page main {
    padding-top: 100px;
  }

  .blog-hero img {
    min-height: 330px;
    object-fit: cover;
    object-position: center;
  }

  .blog-cta-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .article-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .article-side-card + .article-side-card {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .blog-hero img {
    min-height: 250px;
  }

  .blog-intro {
    padding-top: 54px;
  }

  .blog-card-media {
    height: 220px;
  }

  .blog-card p {
    min-height: 0;
  }

  .blog-cta-panel {
    padding: 34px 28px;
  }

  .blog-footer-apps img {
    width: 140px;
  }

  .article-header {
    padding: 52px 0 38px;
  }

  .article-breadcrumb {
    margin-bottom: 24px;
  }

  .article-header h1 {
    font-size: 40px;
  }

  .article-deck {
    font-size: 18px;
  }

  .article-feature {
    margin-bottom: 42px;
  }

  .article-feature img {
    min-height: 250px;
    border-radius: 0;
    object-fit: cover;
  }

  .article-layout {
    padding-bottom: 62px;
  }

  .article-content {
    font-size: 17px;
  }

  .article-content > p:first-child {
    font-size: 20px;
  }

  .article-content h2 {
    margin-top: 40px;
    font-size: 29px;
  }

  .article-note {
    padding: 25px 24px;
  }

  .article-sidebar {
    grid-template-columns: 1fr;
  }
}
