#article-header {
  padding-block: 20px;
  color: #333;
  margin-inline: auto;
  max-width: 1100px;
  background-color: #fff;
  border-bottom: 1px solid #e5e7eb;
}
#article-header .article-breadcrumb {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #article-header .article-breadcrumb {
    margin-bottom: 15px;
  }
}
#article-header .breadcrumb-list {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#article-header .breadcrumb-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#article-header .breadcrumb-list {
  gap: 8px;
}
#article-header .breadcrumb-item {
  color: #515152;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
#article-header .breadcrumb-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#article-header .breadcrumb-item:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: #9e9e9f;
}
#article-header .breadcrumb-item a {
  color: inherit;
  transition: color 0.2s ease;
}
#article-header .breadcrumb-item a:hover {
  color: #374ea2;
}
#article-header .breadcrumb-item span[aria-current=page] {
  display: block;
  max-width: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  #article-header .breadcrumb-item span[aria-current=page] {
    max-width: 220px;
  }
}
#article-header .article-heading {
  width: auto;
  height: auto;
}
#article-header .article-top {
  margin-bottom: 14px;
}
#article-header .article-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#article-header .article-top {
  gap: 10px;
}
#article-header .article-category,
#article-header .article-reading {
  font-size: 13px;
  line-height: 1.4;
}
#article-header .article-category {
  color: #374ea2;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
#article-header .article-category:hover {
  color: #da2128;
}
#article-header .article-separator {
  flex: 0 0 4px;
  border-radius: 100rem;
  background-color: #9e9e9f;
}
#article-header .article-separator {
  width: 4px;
  height: 4px;
  line-height: 4px;
}
#article-header .article-reading {
  color: #515152;
  font-weight: 500;
}
#article-header .article-reading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#article-header .article-reading {
  gap: 6px;
}
#article-header .article-reading i {
  color: #787878;
  font-size: 14px;
  line-height: 1;
}
#article-header .article-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
}
@media screen and (max-width: 768px) {
  #article-header .article-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  #article-header .article-title {
    font-size: 18px;
  }
}
#article-header .article-sapo {
  font-size: 15px;
  font-weight: 500;
  color: #515152;
  margin-top: 10px;
  line-height: 1.7;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  #article-header .article-sapo {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.65;
  }
}
#article-header .article-byline {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) auto auto;
  align-items: center;
  gap: 28px;
  margin-top: 28px;
  padding-block: 20px;
  border-block: 1px solid #e5e7eb;
}
@media screen and (max-width: 1024px) {
  #article-header .article-byline {
    grid-template-columns: minmax(300px, 1fr) auto;
  }
  #article-header .article-byline .article-share {
    grid-column: 1/-1;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
  }
}
@media screen and (max-width: 768px) {
  #article-header .article-byline {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 18px;
  }
  #article-header .article-byline .article-share {
    grid-column: auto;
  }
}
#article-header .article-author {
  min-width: 0;
}
#article-header .article-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#article-header .article-author {
  gap: 12px;
}
#article-header .author-icon {
  flex: 0 0 36px;
  color: #fff;
  font-size: 18px;
  border-radius: 6px;
  background-color: #374ea2;
}
#article-header .author-icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
#article-header .author-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#article-header .author-info {
  min-width: 0;
}
#article-header .author-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#article-header .author-info {
  gap: 2px;
}
#article-header .author-label {
  color: #787878;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
#article-header .author-name {
  color: #222d5a;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}
#article-header .article-dates {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
  padding-left: 28px;
  border-left: 1px solid #e5e7eb;
}
@media screen and (max-width: 768px) {
  #article-header .article-dates {
    padding-left: 46px;
    border-left: 0;
  }
}
@media screen and (max-width: 480px) {
  #article-header .article-dates {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
}
#article-header .date-item {
  min-width: 0;
}
#article-header .date-item dt {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  color: #787878;
  text-transform: uppercase;
}
#article-header .date-item dd {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: #222d5a;
}
#article-header .article-share {
  min-width: max-content;
  padding-left: 28px;
  border-left: 1px solid #e5e7eb;
}
#article-header .article-share {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#article-header .article-share {
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  #article-header .article-share {
    padding-left: 0;
    border-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #article-header .article-share {
    padding-left: 46px;
  }
}
#article-header .share-label {
  color: #787878;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
#article-header .share-list {
  margin: 0;
  padding: 0;
}
#article-header .share-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#article-header .share-list {
  gap: 8px;
}
#article-header .share-link {
  padding: 0;
  color: #515152;
  font-size: 13px;
  border: 1px solid #e5e7eb;
  border-radius: 100rem;
  background-color: #fff;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
#article-header .share-link {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
#article-header .share-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#article-header .share-link:hover {
  color: #fff;
  border-color: #374ea2;
  background-color: #374ea2;
}
#article-header .article-image {
  max-width: 1080px;
  margin-top: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  #article-header .article-image {
    margin-top: 24px;
  }
}
#article-header .article-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1200/600;
  border-radius: 8px;
}
@media screen and (max-width: 640px) {
  #article-header .article-image img {
    border-radius: 4px;
  }
}
#article-header .image-caption {
  color: #515152;
  font-size: 12px;
  line-height: 1.55;
  padding: 10px 2px 0;
  font-style: italic;
}
#article-header .image-caption {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
#article-header .image-caption {
  gap: 24px;
}
@media screen and (max-width: 640px) {
  #article-header .image-caption {
    flex-direction: column;
    gap: 3px;
  }
}
#article-header .image-caption span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
#article-header .image-source {
  flex: 0 0 auto;
  color: #787878;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

#article-content {
  color: #333;
  margin-inline: auto;
  max-width: 1100px;
  background-color: #fff;
}
#article-content .article-layout {
  gap: 64px;
  display: grid;
  align-items: start;
  justify-content: center;
  grid-template-areas: "article sidebar";
  grid-template-columns: 1fr 220px;
}
@media screen and (max-width: 1024px) {
  #article-content .article-layout {
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 36px;
    max-width: 920px;
  }
}
@media screen and (max-width: 768px) {
  #article-content .article-layout {
    display: block;
    max-width: 720px;
  }
}
#article-content .article-main {
  grid-area: article;
  min-width: 0;
}
#article-content .article-sidebar {
  min-width: 0;
  grid-area: sidebar;
  position: sticky;
  top: 60px;
}
@media screen and (max-width: 768px) {
  #article-content .article-sidebar {
    display: none;
  }
}
#article-content .article-toc {
  padding-top: 16px;
  margin-bottom: 20px;
  border-top: 2px solid #374ea2;
}
#article-content .toc-title {
  margin: 0 0 10px;
  color: #222d5a;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#article-content .toc-list {
  margin: 0;
  padding: 0;
  counter-reset: article-toc;
}
#article-content .toc-item {
  counter-increment: article-toc;
  border-bottom: 1px solid #e5e7eb;
}
#article-content .toc-item a {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  padding-block: 11px;
  color: #515152;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
  transition: color 0.2s ease;
}
#article-content .toc-item a::before {
  content: counter(article-toc, decimal-leading-zero);
  color: #787878;
  font-size: 10px;
  font-weight: 700;
  line-height: 2;
}
#article-content .toc-item a:hover {
  color: #374ea2;
}
#article-content .toc-item a:focus-visible {
  color: #374ea2;
  outline: 2px solid rgba(55, 78, 162, 0.35);
  outline-offset: 3px;
}
#article-content .content-image {
  margin: 30px 0 36px;
}
@media screen and (max-width: 640px) {
  #article-content .content-image {
    margin-block: 26px 30px;
  }
}
#article-content .content-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 3/2;
  border-radius: 4px;
  background-color: rgba(55, 78, 162, 0.04);
}
@media screen and (max-width: 640px) {
  #article-content .content-image img {
    border-radius: 4px;
  }
}
#article-content .content-image figcaption {
  font-size: 14px;
  margin-top: 10px;
  color: #787878;
  line-height: 1.6;
  padding-left: 12px;
  font-style: italic;
  border-left: 2px solid #ddd;
}
#article-content .article-table {
  width: 100%;
  margin: 28px 0 36px;
  overflow-x: auto;
  border-block: 1px solid #ddd;
  scrollbar-width: thin;
  scrollbar-color: #98a5cf rgba(55, 78, 162, 0.05);
}
@media screen and (max-width: 640px) {
  #article-content .article-table {
    margin-block: 24px 30px;
  }
}
#article-content .article-table:focus-visible {
  outline: 2px solid rgba(55, 78, 162, 0.4);
  outline-offset: 3px;
}
#article-content .article-table table {
  width: 100%;
  min-width: 680px;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #fff;
}
#article-content .article-table caption {
  padding: 14px 0;
  color: #222d5a;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
  text-align: left;
}
#article-content .article-table th,
#article-content .article-table td {
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e5e7eb;
}
@media screen and (max-width: 640px) {
  #article-content .article-table th,
  #article-content .article-table td {
    padding: 12px 14px;
  }
}
#article-content .article-table thead th {
  color: #141b44;
  font-weight: 750;
  border-top: 1px solid #e5e7eb;
  background-color: rgba(55, 78, 162, 0.055);
}
#article-content .article-table tbody th {
  width: 20%;
  color: #222d5a;
  font-weight: 700;
}
#article-content .article-table tbody td {
  color: #515152;
}
#article-content .article-table tbody tr:last-child th,
#article-content .article-table tbody tr:last-child td {
  border-bottom: 0;
}
#article-content .article-table a {
  color: #374ea2;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
#article-content .article-table a:hover {
  color: #da2128;
}

#article-body h2 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
  color: #141b44;
  margin-bottom: 15px;
  font-family: "Be Vietnam Pro", sans-serif;
  overflow-wrap: break-word;
  scroll-margin-top: 108px;
}
@media screen and (max-width: 768px) {
  #article-body h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 640px) {
  #article-body h2 {
    font-size: 21px;
    margin-bottom: 15px;
    line-height: 1.42;
    letter-spacing: 0;
  }
}
#article-body h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #222d5a;
  font-family: "Be Vietnam Pro", sans-serif;
  overflow-wrap: break-word;
  scroll-margin-top: 108px;
}
@media screen and (max-width: 640px) {
  #article-body h3 {
    margin-top: 26px;
    font-size: 18px;
  }
}
#article-body p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 640px) {
  #article-body p {
    font-size: 14px;
    line-height: 1.4;
  }
}
#article-body p:last-child {
  margin-bottom: 0;
}
#article-body ul,
#article-body ol {
  margin: 6px 0 24px;
  padding-left: 24px;
  list-style: initial;
}
#article-body ul li,
#article-body ol li {
  padding-left: 4px;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 640px) {
  #article-body ul li,
  #article-body ol li {
    font-size: 14px;
    line-height: 1.4;
  }
}
#article-body ul li::marker,
#article-body ol li::marker {
  color: #374ea2;
  font-weight: 700;
}
#article-body a:not([class]) {
  font-weight: 650;
  color: #374ea2;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
#article-body a:not([class]):hover {
  color: #da2128;
}
#article-body blockquote {
  margin: 30px 0;
  padding: 2px 0 2px 22px;
  border-left: 3px solid #374ea2;
}
@media screen and (max-width: 640px) {
  #article-body blockquote {
    margin-block: 26px;
    padding-left: 18px;
  }
}
#article-body blockquote p {
  color: #222d5a;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #article-body blockquote p {
    font-size: 17px;
  }
}
#article-body figure {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#article-body figure img {
  border-radius: 12px;
}
#article-body figcaption {
  display: block;
  padding-left: 12px;
  margin-block: 15px;
  font-size: 14px;
  line-height: 1.6;
  color: #787878;
  font-weight: 500;
  text-align: center;
  font-style: italic;
}

#article-solutions {
  padding-block: 56px;
  color: #333;
  background: linear-gradient(135deg, rgba(55, 78, 162, 0.045), rgba(255, 255, 255, 0) 48%), #fff;
  border-top: 1px solid rgba(55, 78, 162, 0.08);
}
#article-solutions .section-header {
  max-width: 850px;
  margin: 0 auto 32px;
  text-align: center;
}
#article-solutions .section-header h2 {
  margin: 0;
  color: #222d5a;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
}
#article-solutions .section-header p {
  max-width: 780px;
  margin: 14px auto 0;
  color: #515152;
  font-size: 15px;
  line-height: 1.75;
}
#article-solutions .section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #da2128;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#article-solutions .section-label::before, #article-solutions .section-label::after {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 100rem;
  background-color: #da2128;
}
#article-solutions .solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1180px;
  margin-inline: auto;
}
#article-solutions .solution-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(55, 78, 162, 0.12);
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
#article-solutions .solution-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
#article-solutions .solution-card:hover {
  border-color: rgba(55, 78, 162, 0.24);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}
#article-solutions .solution-card:hover .solution-image img {
  transform: scale(1.04);
}
#article-solutions .solution-card:hover .solution-content h3 a {
  color: #da2128;
}
#article-solutions .solution-image {
  position: relative;
  overflow: hidden;
  background-color: rgba(55, 78, 162, 0.08);
}
#article-solutions .solution-image::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 35%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(20, 27, 68, 0), rgba(20, 27, 68, 0.22));
}
#article-solutions .solution-image a {
  display: block;
}
#article-solutions .solution-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  transition: transform 0.5s ease;
}
#article-solutions .solution-content {
  flex: 1 1 auto;
  padding: 22px;
}
#article-solutions .solution-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
#article-solutions .solution-content h3 {
  margin: 9px 0 10px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}
#article-solutions .solution-content h3 a {
  color: #222d5a;
  transition: color 0.2s ease;
}
#article-solutions .solution-content h3 a:hover {
  color: #da2128;
}
#article-solutions .solution-content > p {
  margin: 0 0 17px;
  color: #515152;
  font-size: 14px;
  line-height: 1.7;
}
#article-solutions .solution-type {
  align-self: flex-start;
  padding: 6px 10px;
  color: #374ea2;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  border: 1px solid rgba(55, 78, 162, 0.12);
  border-radius: 100rem;
  background-color: rgba(55, 78, 162, 0.07);
}
#article-solutions .solution-list {
  display: grid;
  gap: 9px;
  margin: 0 0 21px;
  padding: 16px 0 0;
  border-top: 1px solid rgba(55, 78, 162, 0.09);
}
#article-solutions .solution-list li {
  color: #515152;
  font-size: 13px;
  line-height: 1.55;
}
#article-solutions .solution-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#article-solutions .solution-list li {
  gap: 9px;
}
#article-solutions .solution-list li i {
  flex: 0 0 20px;
  margin-top: 1px;
  color: #374ea2;
  font-size: 10px;
  border-radius: 100rem;
  background-color: rgba(55, 78, 162, 0.09);
}
#article-solutions .solution-list li i {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
#article-solutions .solution-list li i {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#article-solutions .solution-btn {
  width: 100%;
  min-height: 44px;
  margin-top: auto;
  padding: 11px 18px;
  color: #374ea2;
  font-size: 13px;
  font-weight: 800;
  border-color: rgba(55, 78, 162, 0.24);
  border-radius: 8px;
  background-color: rgba(55, 78, 162, 0.045);
  box-shadow: none;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
#article-solutions .solution-btn i {
  position: relative;
  z-index: 1;
  line-height: 1;
  transition: transform 0.2s ease;
}
#article-solutions .solution-btn:hover {
  color: #fff;
  border-color: #374ea2;
  background-color: #374ea2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
#article-solutions .solution-btn:hover i {
  transform: translateX(4px);
}
#article-solutions .solution-contact {
  position: relative;
  max-width: 1180px;
  margin: 30px auto 0;
  padding: 26px 28px;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(55, 78, 162, 0.16);
  border-radius: 16px;
  background: linear-gradient(135deg, #374ea2, #141b44);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
#article-solutions .solution-contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#article-solutions .solution-contact {
  gap: 36px;
}
#article-solutions .solution-contact::before {
  content: "";
  position: absolute;
  top: -85px;
  right: 150px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100rem;
}
#article-solutions .contact-content {
  position: relative;
  z-index: 1;
  min-width: 0;
}
#article-solutions .contact-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#article-solutions .contact-content {
  gap: 18px;
}
#article-solutions .contact-icon {
  flex: 0 0 50px;
  color: #374ea2;
  font-size: 21px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
#article-solutions .contact-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
#article-solutions .contact-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#article-solutions .contact-icon i {
  line-height: 1;
}
#article-solutions .contact-info h3 {
  margin: 0;
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}
#article-solutions .contact-info p {
  max-width: 720px;
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.65;
}
#article-solutions .contact-btn {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  min-width: 185px;
  min-height: 46px;
  padding: 12px 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  border-color: #da2128;
  border-radius: 8px;
  background-color: #da2128;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
#article-solutions .contact-btn i {
  position: relative;
  z-index: 1;
  line-height: 1;
  transition: transform 0.2s ease;
}
#article-solutions .contact-btn:hover {
  border-color: #fa0103;
  background-color: #fa0103;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
#article-solutions .contact-btn:hover i {
  transform: translateX(4px);
}

#article-cta {
  position: relative;
  padding-block: 64px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, rgba(13, 49, 146, 0.96), rgba(4, 27, 49, 0.98)), radial-gradient(circle at top right, rgba(236, 207, 74, 0.22), transparent 38%);
}
#article-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 34px 34px;
}
#article-cta .container {
  position: relative;
  z-index: 1;
}
#article-cta .consultation-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(400px, 0.82fr);
  align-items: center;
  gap: 46px;
  max-width: 1180px;
  margin-inline: auto;
}
#article-cta .consultation-content {
  min-width: 0;
}
#article-cta .consultation-content > h2 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.28;
}
#article-cta .section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #ffe42d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}
#article-cta .section-label::before {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 100rem;
  background-color: #ffe42d;
}
#article-cta .consultation-text {
  max-width: 660px;
  margin: 16px 0 22px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.75;
}
#article-cta .consultation-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
#article-cta .consultation-list li {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.55;
}
#article-cta .consultation-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#article-cta .consultation-list li {
  gap: 9px;
}
#article-cta .consultation-list li i {
  flex: 0 0 auto;
  margin-top: 3px;
  color: #ffd309;
  font-size: 14px;
  line-height: 1;
}
#article-cta .consultation-actions {
  margin-top: 22px;
}
#article-cta .consultation-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#article-cta .consultation-actions {
  gap: 12px;
}
#article-cta .primary-btn,
#article-cta .phone-btn {
  min-height: 48px;
  padding: 12px 22px;
  font-size: 13px;
  font-weight: 800;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
#article-cta .primary-btn i,
#article-cta .phone-btn i {
  position: relative;
  z-index: 1;
  line-height: 1;
  transition: transform 0.2s ease;
}
#article-cta .primary-btn {
  color: #fff;
  border-color: #da2128;
  background-color: #da2128;
}
#article-cta .primary-btn:hover {
  border-color: #fa0103;
  background-color: #fa0103;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
#article-cta .primary-btn:hover i {
  transform: translateX(4px);
}
#article-cta .phone-btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
}
#article-cta .phone-btn:hover {
  color: #222d5a;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
#article-cta .phone-btn:hover i {
  color: #da2128;
  transform: rotate(-10deg);
}
#article-cta .consultation-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
  font-style: normal;
}
#article-cta .contact-item {
  min-width: 0;
}
#article-cta .contact-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#article-cta .contact-item {
  gap: 11px;
}
#article-cta .contact-item > i {
  flex: 0 0 34px;
  color: #ffd309;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.07);
}
#article-cta .contact-item > i {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
#article-cta .contact-item > i {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#article-cta .consultation-info .contact-content {
  min-width: 0;
}
#article-cta .consultation-info .contact-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#article-cta .consultation-info .contact-content {
  gap: 2px;
}
#article-cta .consultation-info .contact-content span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
}
#article-cta .consultation-info .contact-content a,
#article-cta .consultation-info .contact-content strong {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}
#article-cta .consultation-info .contact-content a {
  transition: color 0.2s ease;
}
#article-cta .consultation-info .contact-content a:hover {
  color: #ffd309;
}
#article-cta .consultation-media {
  min-width: 0;
}
#article-cta .consultation-image {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background-color: #141b44;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
#article-cta .consultation-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 6/5;
  object-fit: cover;
  transition: transform 0.5s ease;
}
#article-cta .consultation-image figcaption {
  padding: 14px 17px 40px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-style: italic;
  line-height: 1.6;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(20, 27, 68, 0.92);
}
#article-cta .consultation-image:hover img {
  transform: scale(1.025);
}
#article-cta .consultation-note {
  position: relative;
  z-index: 2;
  margin: -26px 18px 0;
  padding: 17px 18px;
  color: #333;
  border: 1px solid rgba(55, 78, 162, 0.12);
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}
#article-cta .consultation-note {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#article-cta .consultation-note {
  gap: 13px;
}
#article-cta .note-icon {
  flex: 0 0 40px;
  color: #374ea2;
  font-size: 16px;
  border-radius: 8px;
  background-color: rgba(55, 78, 162, 0.08);
}
#article-cta .note-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
#article-cta .note-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#article-cta .note-icon i {
  line-height: 1;
}
#article-cta .note-content {
  min-width: 0;
}
#article-cta .note-content strong {
  display: block;
  color: #222d5a;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}
#article-cta .note-content p {
  margin: 5px 0 0;
  color: #515152;
  font-size: 12px;
  line-height: 1.55;
}

#article-footer {
  padding-block: 52px 60px;
  color: #333;
  background: linear-gradient(135deg, rgba(55, 78, 162, 0.05), rgba(255, 255, 255, 0) 52%), rgba(55, 78, 162, 0.02);
  border-bottom: 1px solid rgba(55, 78, 162, 0.08);
}
#article-footer .article-footer {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  max-width: 1180px;
  margin-inline: auto;
}
#article-footer .article-review,
#article-footer .article-sources,
#article-footer .article-actions {
  border: 1px solid rgba(55, 78, 162, 0.12);
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
#article-footer .article-review {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border-left: 4px solid #374ea2;
  background: linear-gradient(135deg, rgba(55, 78, 162, 0.08), rgba(55, 78, 162, 0.02)), #fff;
}
#article-footer .article-review {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
#article-footer .article-review {
  gap: 16px;
}
#article-footer .article-review::after {
  content: "";
  position: absolute;
  top: -55px;
  right: -55px;
  width: 145px;
  height: 145px;
  border: 1px solid rgba(55, 78, 162, 0.08);
  border-radius: 100rem;
}
#article-footer .article-review:hover .review-icon {
  color: #fff;
  border-color: #374ea2;
  background-color: #374ea2;
  transform: rotate(25deg);
}
#article-footer .review-icon {
  position: relative;
  z-index: 1;
  flex: 0 0 46px;
  color: #374ea2;
  font-size: 18px;
  border: 1px solid rgba(55, 78, 162, 0.14);
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
}
#article-footer .review-icon {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
#article-footer .review-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#article-footer .review-icon i {
  line-height: 1;
}
#article-footer .review-content {
  position: relative;
  z-index: 1;
  min-width: 0;
}
#article-footer .review-content > strong {
  display: block;
  color: #222d5a;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
}
#article-footer .review-content p {
  margin: 8px 0 12px;
  color: #515152;
  font-size: 13px;
  line-height: 1.65;
}
#article-footer .review-date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  color: #515152;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  border: 1px solid rgba(55, 78, 162, 0.1);
  border-radius: 100rem;
  background-color: rgba(255, 255, 255, 0.72);
}
#article-footer .review-date time {
  color: #374ea2;
  font-weight: 800;
}
#article-footer .article-sources {
  padding: 26px 28px;
}
#article-footer .article-sources > h2 {
  margin: 0 0 16px;
  color: #222d5a;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
}
#article-footer .source-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  counter-reset: article-source;
}
#article-footer .source-list li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  color: #515152;
  font-size: 13px;
  line-height: 1.58;
  counter-increment: article-source;
}
#article-footer .source-list li::before {
  content: counter(article-source);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  border-radius: 100rem;
  background-color: #374ea2;
}
#article-footer .source-list li::before {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
#article-footer .source-list li::before {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#article-footer .article-actions {
  grid-column: 1/-1;
  padding: 22px 24px;
}
#article-footer .article-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#article-footer .article-actions {
  gap: 32px;
}
#article-footer .article-actions h2 {
  margin: 0 0 11px;
  color: #222d5a;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}
#article-footer .article-tags {
  min-width: 0;
}
#article-footer .tag-list {
  margin: 0;
  padding: 0;
}
#article-footer .tag-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#article-footer .tag-list {
  gap: 8px;
}
#article-footer .tag-list {
  flex-wrap: wrap;
}
#article-footer .tag-item a {
  padding: 7px 11px;
  color: #515152;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  border: 1px solid rgba(55, 78, 162, 0.12);
  border-radius: 100rem;
  background-color: rgba(55, 78, 162, 0.035);
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
#article-footer .tag-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#article-footer .tag-item a {
  gap: 6px;
}
#article-footer .tag-item a i {
  color: #374ea2;
  font-size: 11px;
  line-height: 1;
  transition: color 0.2s ease;
}
#article-footer .tag-item a:hover {
  color: #fff;
  border-color: #374ea2;
  background-color: #374ea2;
  transform: translateY(-1px);
}
#article-footer .tag-item a:hover i {
  color: #fff;
}
#article-footer .article-share {
  flex: 0 0 auto;
  padding-left: 28px;
  border-left: 1px solid rgba(55, 78, 162, 0.12);
}
#article-footer .share-list {
  margin: 0;
  padding: 0;
}
#article-footer .share-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#article-footer .share-list {
  gap: 8px;
}
#article-footer .share-link {
  padding: 0;
  color: #374ea2;
  font-size: 14px;
  border-color: rgba(55, 78, 162, 0.16);
  border-radius: 100rem;
  background-color: rgba(55, 78, 162, 0.04);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
#article-footer .share-link {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
#article-footer .share-link::before {
  content: none;
}
#article-footer .share-link i {
  line-height: 1;
}
#article-footer .share-link:hover {
  color: #fff;
  border-color: #374ea2;
  background-color: #374ea2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

/*# sourceMappingURL=post.css.map */
