* {
  box-sizing: border-box
}

body {
  margin: 0
}

.top-bar {
  background: #5F82C3;
  padding: 8px 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.top-bar-contact {
  font-family: 'Spectral', serif;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
  transition: opacity .16s ease-out
}

.top-bar-contact:hover {
  opacity: .78
}

.top-bar-contact:focus {
  outline: none;
  border-bottom: 4px solid #fff
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #C7CEE2;
  box-shadow: 0 2px 6px 0 #5f82c314;
  position: relative
}

.header-plate {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 88px
}

.brand-pod {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  text-decoration: none
}

.logo-card {
  width: 72px;
  height: 72px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #C7CEE2;
  box-shadow: 0 2px 6px 0 #5f82c314;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0
}

.logo-card img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  display: block
}

.brand-label {
  font-family: 'Spectral', serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  color: #5F82C3;
  letter-spacing: 0
}

.header-divider {
  width: 1px;
  height: 48px;
  background: #C7CEE2;
  flex-shrink: 0
}

.primary-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  flex: 1
}

.nav-link {
  font-family: 'Spectral', serif;
  font-size: 16px;
  line-height: 1.2;
  color: #2c3a52;
  text-decoration: none;
  padding: 12px 16px;
  border-right: 1px solid #C7CEE2;
  display: block;
  white-space: nowrap;
  transition: color .14s ease-out, background .14s ease-out;
  clip-path: inset(0 0 0 0 round 0px)
}

.primary-nav .nav-link:first-child {
  border-left: 1px solid #C7CEE2
}

.nav-link:hover {
  color: #5F82C3;
  background: #E4EDF1;
  clip-path: inset(2px 0 2px 0 round 8px)
}

.nav-link:focus {
  outline: none;
  border-bottom: 4px solid #5F82C3;
  color: #5F82C3
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #E4EDF1;
  border-radius: 48px;
  padding: 8px 16px;
  flex-shrink: 0;
  border: 1px solid #C7CEE2
}

.trust-badge-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0
}

.trust-badge-text {
  font-family: 'Spectral', serif;
  font-size: 16px;
  line-height: 1.2;
  color: #2c3a52;
  font-weight: 700;
  white-space: nowrap
}

.trust-badge-sub {
  font-family: 'Spectral', serif;
  font-size: 16px;
  line-height: 1.2;
  color: #5F82C3;
  white-space: nowrap
}

.site-footer {
  background: #2c3a52;
  position: relative;
  overflow: hidden
}

.footer-geo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0
}

.footer-plate {
  max-width: 1100px;
  margin: 0 auto;
  padding: 64px 32px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  align-items: flex-start;
  justify-content: space-between
}

.footer-brand-cell {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 180px
}

.footer-logo-card {
  width: 72px;
  height: 72px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #C7CEE2;
  box-shadow: 0 2px 6px 0 #5f82c314;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

.footer-logo-card img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  display: block
}

.footer-brand-name {
  font-family: 'Spectral', serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  color: #C7CEE2
}

.footer-tagline {
  font-family: 'Spectral', serif;
  font-size: 16px;
  line-height: 1.8;
  color: #8fa3c8
}

.footer-nav-cell {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 160px
}

.footer-cell-label {
  font-family: 'Spectral', serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #E4EDF1;
  text-transform: uppercase;
  letter-spacing: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #c7cee240
}

.footer-link {
  font-family: 'Spectral', serif;
  font-size: 16px;
  line-height: 1.8;
  color: #8fa3c8;
  text-decoration: none;
  transition: color .18s ease-out;
  clip-path: inset(0 0 0 0);
  display: inline-block
}

.footer-link:hover {
  color: #C7CEE2;
  clip-path: inset(0 0 0 -4px)
}

.footer-link:focus {
  outline: none;
  border-bottom: 4px solid #C7CEE2;
  color: #C7CEE2
}

.footer-contact-cell {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 200px
}

.footer-email-link {
  font-family: 'Spectral', serif;
  font-size: 16px;
  line-height: 1.8;
  color: #8fa3c8;
  text-decoration: none;
  transition: color .18s ease-out
}

.footer-email-link:hover {
  color: #C7CEE2
}

.footer-email-link:focus {
  outline: none;
  border-bottom: 4px solid #C7CEE2;
  color: #C7CEE2
}

.footer-bottom-bar {
  background: #1e2a3d;
  position: relative;
  z-index: 1
}

.footer-bottom-plate {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px
}

.footer-copy {
  font-family: 'Spectral', serif;
  font-size: 16px;
  line-height: 1.2;
  color: #8fa3c8
}

.cookie-card {
  display: none;
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 320px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #C7CEE2;
  box-shadow: 0 10px 36px 0 #5f82c31f;
  padding: 32px;
  z-index: 8000;
  flex-direction: column;
  gap: 16px
}

.cookie-desc {
  font-family: 'Spectral', serif;
  font-size: 16px;
  line-height: 1.8;
  color: #2c3a52
}

.cookie-headline {
  font-family: 'Spectral', serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #5F82C3
}

.cookie-btn-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.cookie-accept-btn {
  font-family: 'Spectral', serif;
  font-size: 16px;
  line-height: 1.2;
  color: #5F82C3;
  background: transparent;
  border: 2px solid #5F82C3;
  border-radius: 8px;
  padding: 8px 16px;
  cursor: pointer;
  transition: background .16s ease-out, color .16s ease-out
}

.cookie-accept-btn:hover {
  background: #5F82C3;
  color: #fff
}

.cookie-accept-btn:focus {
  outline: none;
  border-bottom: 4px solid #2c3a52
}

.cookie-dismiss-link {
  font-family: 'Spectral', serif;
  font-size: 16px;
  line-height: 1.2;
  color: #8fa3c8;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  transition: color .14s ease-out
}

.cookie-dismiss-link:hover {
  color: #5F82C3
}

.cookie-dismiss-link:focus {
  outline: none;
  border-bottom: 4px solid #5F82C3
}

@media (max-width: 1024px) {
  .header-plate {
    padding: 0 16px;
    gap: 16px;
    min-height: 80px
  }

  .nav-link {
    padding: 10px 12px
  }

  .trust-badge-sub {
    display: none
  }

  .footer-plate {
    gap: 32px;
    padding: 64px 16px
  }
}

@media (max-width: 640px) {
  .header-plate {
    flex-wrap: wrap;
    padding: 16px;
    min-height: auto;
    gap: 16px
  }

  .header-divider {
    display: none
  }

  .primary-nav {
    width: 100%;
    border-top: 1px solid #C7CEE2;
    padding-top: 8px
  }

  .trust-badge {
    display: none
  }

  .nav-link {
    font-size: 16px;
    padding: 10px 12px;
    border-right: 1px solid #C7CEE2
  }

  .footer-plate {
    flex-direction: column;
    gap: 32px;
    padding: 32px 16px
  }

  .cookie-card {
    right: 16px;
    left: 16px;
    width: auto;
    bottom: 16px
  }

  .footer-bottom-plate {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px
  }
}

@media (max-width: 360px) {
  .brand-label {
    font-size: 16px
  }

  .nav-link {
    font-size: 16px;
    padding: 8px
  }

  .top-bar {
    padding: 8px 16px
  }
}

.text-policy {
  max-width: 1100px;
  margin: 0 auto;
  padding: 64px 32px
}

.text-policy p {
  font-size: 16px;
  line-height: 1.8;
  color: #2d3142;
  margin-top: 0;
  margin-bottom: 16px
}

.text-policy ul,
.text-policy ol {
  font-size: 16px;
  line-height: 1.8;
  color: #2d3142;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 32px
}

.text-policy li {
  margin-bottom: 8px
}

.text-policy li:last-child {
  margin-bottom: 0
}

.text-policy ul li {
  list-style-type: disc
}

.text-policy ol li {
  list-style-type: decimal
}

.text-policy ul ul,
.text-policy ol ol,
.text-policy ul ol,
.text-policy ol ul {
  margin-top: 8px;
  margin-bottom: 8px
}

.text-policy strong,
.text-policy b {
  font-weight: 700;
  color: #1e2540
}

.text-policy em,
.text-policy i {
  font-style: italic;
  color: #2d3142
}

.text-policy hr {
  border: none;
  border-top: 1px solid #C7CEE2;
  margin-top: 32px;
  margin-bottom: 32px;
  height: 0
}

.text-policy div {
  margin-bottom: 16px
}

@media (max-width: 640px) {
  .text-policy {
    padding: 32px 16px
  }

  .text-policy ul,
  .text-policy ol {
    padding-left: 16px
  }
}

@media (min-width: 1024px) {
  .text-policy {
    padding: 96px 64px
  }
}

.bdet {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  overflow-x: hidden
}

.bdet .divider-grad {
  height: 2px;
  background: linear-gradient(90deg, #5F82C3 0%, #C7CEE2 100%);
  border: none;
  margin: 0
}

.bdet .breadcrumb-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 16px 0;
  font-size: 16px;
  line-height: 1.2
}

.bdet .breadcrumb-row a {
  color: #5F82C3;
  text-decoration: none;
  transition: color .15s ease-out
}

.bdet .breadcrumb-row a:hover {
  color: #3a5fa0
}

.bdet .bc-sep {
  color: #8a9ab8;
  font-size: 16px
}

.bdet .bc-current {
  color: #444
}

.bdet .post-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 64px 0 32px;
  position: relative
}

.bdet .post-img-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px
}

.bdet .post-img-wrap img {
  width: 100%;
  display: block;
  filter: grayscale(100%);
  transition: filter .18s ease-out
}

.bdet .post-img-wrap:hover img {
  filter: grayscale(60%)
}

.bdet .stripe-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(-45deg, #5f82c30a 0px, #5f82c30a 2px, transparent 2px, transparent 14px);
  border-radius: 8px
}

.bdet .post-meta-zone {
  padding: 32px 0 16px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.bdet .tag-pill {
  display: inline-block;
  background: #5F82C3;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  padding: 8px 16px;
  border-radius: 48px;
  text-decoration: none;
  transition: background .12s ease-out, clip-path .16s ease-out;
  clip-path: inset(0 0 0 0 round 48px)
}

.bdet .tag-pill:hover {
  background: #3a5fa0;
  clip-path: inset(0 2px 0 2px round 48px)
}

.bdet .cat-tag {
  display: inline-block;
  background: #C7CEE2;
  color: #2a2a3a;
  font-size: 16px;
  line-height: 1.2;
  padding: 8px 16px;
  border-radius: 48px;
  text-decoration: none;
  margin-left: 8px;
  transition: background .14s ease-out
}

.bdet .cat-tag:hover {
  background: #a8b3d4
}

.bdet .post-h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #2a2a3a;
  margin: 0;
  padding: 0
}

.bdet .post-subtitle {
  font-size: 27px;
  line-height: 1.8;
  color: #5F82C3;
  margin: 0
}

.bdet .post-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
  color: #555
}

.bdet .byline-author {
  font-weight: 700;
  color: #2a2a3a
}

.bdet .byline-dot {
  color: #C7CEE2
}

.bdet .readtime-badge {
  background: #E4EDF1;
  color: #3a5fa0;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.2
}

.bdet .like-count {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5F82C3;
  font-size: 16px;
  line-height: 1.2
}

.bdet .like-icon {
  width: 18px;
  height: 18px;
  display: inline-block
}

.bdet .post-body-wrap {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 32px;
  padding: 64px 0 96px;
  position: relative
}

.bdet .post-body-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 160px;
  pointer-events: none;
  background-image: linear-gradient(-45deg, #5f82c312 1px, transparent 1px), linear-gradient(45deg, #5f82c312 1px, transparent 1px);
  background-size: 18px 18px
}

.bdet .post-body {
  font-size: 16px;
  line-height: 1.8;
  color: #2a2a3a
}

.bdet .post-body p {
  margin: 0 0 16px
}

.bdet .post-body h2 {
  font-size: 27px;
  line-height: 1.2;
  color: #2a2a3a;
  margin: 32px 0 16px;
  display: inline;
  background: linear-gradient(180deg, #c7cee273 0%, #c7cee22e 100%);
  padding: 4px 8px;
  border-radius: 8px
}

.bdet .post-body h3 {
  font-size: 27px;
  line-height: 1.2;
  color: #5F82C3;
  margin: 32px 0 16px
}

.bdet .post-body mark {
  background: #5f82c326;
  color: #2a2a3a;
  border-radius: 8px;
  padding: 2px 6px
}

.bdet .post-body ul {
  margin: 0 0 16px;
  padding-left: 32px
}

.bdet .post-body li {
  margin-bottom: 8px;
  line-height: 1.8
}

.bdet .post-body blockquote {
  margin: 32px 0;
  padding: 16px 32px;
  background: #E4EDF1;
  border-radius: 8px;
  font-size: 27px;
  line-height: 1.8;
  color: #3a5fa0
}

.bdet .post-body blockquote cite {
  display: block;
  font-size: 16px;
  color: #555;
  margin-top: 8px
}

.bdet .post-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  font-size: 16px;
  line-height: 1.8
}

.bdet .post-body th {
  background: #5F82C3;
  color: #fff;
  padding: 8px 16px;
  text-align: left
}

.bdet .post-body td {
  padding: 8px 16px;
  border-bottom: 1px solid #C7CEE2;
  color: #2a2a3a
}

.bdet .post-body caption {
  font-size: 16px;
  color: #555;
  margin-bottom: 8px;
  text-align: left
}

.bdet .post-body tr:nth-child(even) td {
  background: #E4EDF1
}

.bdet .aside-col {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.bdet .aside-card {
  background: #E4EDF1;
  border-radius: 8px;
  padding: 16px;
  position: relative;
  box-shadow: 0 2px 6px 0 #5f82c314
}

.bdet .aside-card-head {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #2a2a3a;
  margin: 0 0 16px;
  background: linear-gradient(180deg, #5f82c32e 0%, #5f82c30f 100%);
  padding: 4px 8px;
  border-radius: 8px;
  display: inline-block
}

.bdet .aside-stat-pair {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  margin-bottom: 16px
}

.bdet .stat-before {
  font-size: 52px;
  line-height: 1.2;
  color: #C7CEE2;
  font-weight: 900
}

.bdet .stat-after {
  font-size: 52px;
  line-height: 1.2;
  color: #5F82C3;
  font-weight: 900
}

.bdet .stat-label {
  font-size: 16px;
  line-height: 1.2;
  color: #555;
  padding-bottom: 8px
}

.bdet .aside-links {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.bdet .aside-link {
  color: #5F82C3;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  transition: color .15s ease-out, clip-path .16s ease-out;
  padding: 8px;
  border-radius: 8px;
  background: #5f82c30f;
  display: block;
  clip-path: inset(0 0 0 0 round 8px)
}

.bdet .aside-link:hover {
  color: #3a5fa0;
  background: #5f82c324;
  clip-path: inset(0 2px 0 2px round 8px)
}

.bdet .spotlight-section {
  position: relative;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, #e4edf1f2 0%, #e4edf18c 60%, transparent 100%), #fff;
  border-radius: 8px;
  padding: 64px 32px;
  margin: 0 0 96px;
  box-shadow: 0 6px 28px 0 #5f82c31a
}

.bdet .spotlight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px
}

.bdet .spot-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px 0 #5f82c314;
  transition: box-shadow .18s ease-out, clip-path .16s ease-out;
  clip-path: inset(0 0 0 0 round 8px)
}

.bdet .spot-item:hover {
  box-shadow: 0 10px 36px 0 #5f82c31f;
  clip-path: inset(-2px -2px -2px -2px round 8px)
}

.bdet .spot-item:hover~.spot-item {
  opacity: .85
}

.bdet .spot-num {
  font-size: 52px;
  line-height: 1.2;
  color: #5F82C3;
  font-weight: 900
}

.bdet .spot-label {
  font-size: 16px;
  line-height: 1.8;
  color: #2a2a3a;
  font-weight: 700
}

.bdet .spot-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #555
}

.bdet .spotlight-head {
  font-size: 27px;
  line-height: 1.2;
  color: #2a2a3a;
  margin: 0 0 32px;
  background: linear-gradient(180deg, #5f82c32e 0%, #5f82c30f 100%);
  padding: 4px 8px;
  border-radius: 8px;
  display: inline-block
}

.bdet .dot-texture {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 8px;
  overflow: hidden
}

.bdet .dot-texture::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #5f82c317 1px, transparent 1px), radial-gradient(circle, #5f82c30d 2px, transparent 2px), radial-gradient(circle, #5f82c312 1.5px, transparent 1.5px);
  background-size: 22px 22px, 37px 37px, 53px 53px;
  background-position: 0 0, 11px 11px, 5px 28px
}

@keyframes icon-cycle {

  0%,
  100% {
    background: #E4EDF1;
    color: #5F82C3
  }

  33% {
    background: #5F82C3;
    color: #fff
  }

  66% {
    background: #C7CEE2;
    color: #2a2a3a
  }
}

.bdet .step-row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 16px
}

.bdet .step-icon {
  width: 32px;
  height: 32px;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
  background: #E4EDF1;
  color: #5F82C3
}

.bdet .step-icon.s1 {
  animation: icon-cycle 3s 0s infinite
}

.bdet .step-icon.s2 {
  animation: icon-cycle 3s 1s infinite
}

.bdet .step-icon.s3 {
  animation: icon-cycle 3s 2s infinite
}

.bdet .step-text {
  font-size: 16px;
  line-height: 1.8;
  color: #2a2a3a;
  padding-top: 4px
}

.bdet .charts-wrap {
  margin: 32px 0
}

.bdet .charts-wrap .charts-css.bar {
  --color: #5F82C3
}

@media (max-width: 1024px) {
  .bdet .post-body-wrap {
    grid-template-columns: 1fr
  }

  .bdet .aside-col {
    flex-direction: row;
    flex-wrap: wrap
  }

  .bdet .aside-card {
    flex: 1 1 260px
  }

  .bdet .spotlight-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 640px) {
  .bdet .post-h1 {
    font-size: 27px
  }

  .bdet .post-subtitle {
    font-size: 16px
  }

  .bdet .spotlight-grid {
    grid-template-columns: 1fr
  }

  .bdet .post-top {
    padding: 32px 0 16px
  }

  .bdet .post-body-wrap {
    padding: 32px 0 64px
  }

  .bdet .spotlight-section {
    padding: 32px 16px;
    margin: 0 0 64px
  }

  .bdet .stat-before,
  .bdet .stat-after {
    font-size: 27px
  }
}

@media (max-width: 360px) {
  .bdet .post-h1 {
    font-size: 27px
  }

  .bdet .breadcrumb-row {
    font-size: 16px
  }
}

.csd {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  overflow-x: clip
}

.csd .art-band {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 32px;
  padding: 32px 0 16px;
  position: relative
}

.csd .art-band-text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 32px 0
}

.csd .art-band-img {
  width: 220px;
  min-width: 160px;
  max-width: 260px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 8px
}

.csd .art-band-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.45) contrast(1.08);
  transition: filter .18s ease-out
}

.csd .art-band-img:hover img {
  filter: saturate(1) contrast(1.02)
}

.csd .art-band-img .shape-a {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 96px;
  height: 96px;
  border-radius: 48px;
  background: #5F82C3;
  opacity: .1;
  pointer-events: none
}

.csd .art-band-img .shape-b {
  position: absolute;
  bottom: 16px;
  left: -16px;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: #C7CEE2;
  opacity: .18;
  pointer-events: none
}

.csd .art-label {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  color: #5F82C3;
  background: #E4EDF1;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 600;
  letter-spacing: 0;
  width: fit-content
}

.csd .art-h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #232b3e;
  margin: 0;
  padding: 0
}

.csd .art-h1 .acc {
  color: #5F82C3
}

.csd .art-sub {
  font-size: 16px;
  line-height: 1.8;
  color: #3a3f4d;
  margin: 0
}

.csd .art-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  line-height: 1.2;
  color: #5a6070
}

.csd .art-meta .meta-dot {
  width: 4px;
  height: 4px;
  border-radius: 48px;
  background: #C7CEE2;
  display: inline-block
}

.csd .art-meta .like-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #E4EDF1;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 600;
  color: #5F82C3;
  font-size: 16px;
  line-height: 1.2
}

.csd .like-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  flex-shrink: 0
}

.csd .wavy-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin: 0;
  padding: 0
}

.csd .wavy-divider svg {
  display: block;
  width: 100%
}

.csd .art-body-wrap {
  display: flex;
  flex-direction: row;
  gap: 32px;
  padding: 32px 0 64px;
  align-items: flex-start;
  position: relative
}

.csd .art-body-left {
  width: 200px;
  min-width: 160px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 32px
}

.csd .sidebar-card {
  background: #E4EDF1;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.csd .sidebar-card .sc-label {
  font-size: 16px;
  line-height: 1.2;
  color: #5F82C3;
  font-weight: 700
}

.csd .sidebar-card .sc-val {
  font-size: 27px;
  line-height: 1.2;
  color: #232b3e;
  font-weight: 700
}

.csd .sidebar-card .sc-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #3a3f4d
}

.csd .sidebar-link {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  color: #5F82C3;
  background: #fff;
  border-radius: 8px;
  padding: 8px 16px;
  text-decoration: none;
  border: 1.5px solid #C7CEE2;
  transition: background .15s ease-out, color .15s ease-out;
  font-weight: 600
}

.csd .sidebar-link:hover {
  background: #5F82C3;
  color: #fff
}

.csd .art-body-right {
  flex: 1 1 0;
  min-width: 0
}

.csd .art-body-right p {
  font-size: 16px;
  line-height: 1.8;
  color: #2d3240;
  margin: 0 0 16px
}

.csd .art-body-right h2 {
  font-size: 27px;
  line-height: 1.2;
  color: #232b3e;
  margin: 32px 0 8px;
  padding: 8px 16px;
  background: #E4EDF1;
  border-radius: 8px;
  display: inline-block
}

.csd .art-body-right h2 .acc {
  color: #5F82C3
}

.csd .art-body-right h3 {
  font-size: 27px;
  line-height: 1.2;
  color: #3a3f4d;
  margin: 32px 0 8px;
  padding: 8px 16px;
  background: #C7CEE2;
  border-radius: 8px;
  display: inline-block
}

.csd .art-body-right small {
  font-size: 16px;
  line-height: 1.8;
  color: #5a6070;
  display: block;
  margin: 0 0 16px
}

.csd .art-body-right ol {
  margin: 0 0 16px;
  padding-left: 32px
}

.csd .art-body-right ol li {
  font-size: 16px;
  line-height: 1.8;
  color: #2d3240;
  margin-bottom: 8px
}

.csd .art-body-right figure {
  margin: 32px 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 28px 0 #5f82c31a
}

.csd .art-body-right figure img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  filter: saturate(0.6);
  transition: filter .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.csd .art-body-right figure:hover img {
  filter: saturate(1)
}

.csd .art-body-right figcaption {
  font-size: 16px;
  line-height: 1.8;
  color: #5a6070;
  padding: 8px 16px;
  background: #E4EDF1
}

.csd .speech-bubble {
  background: #fff;
  border-radius: 8px;
  padding: 16px 32px;
  margin: 32px 0;
  box-shadow: 0 6px 28px 0 #5f82c31a;
  position: relative
}

.csd .speech-bubble::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 32px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff
}

.csd .speech-bubble .sb-text {
  font-size: 16px;
  line-height: 1.8;
  color: #2d3240;
  font-style: italic
}

.csd .speech-bubble .sb-attr {
  font-size: 16px;
  line-height: 1.2;
  color: #5F82C3;
  font-weight: 600;
  margin-top: 8px
}

.csd .concentric-deco {
  position: absolute;
  right: -48px;
  top: 32px;
  width: 160px;
  height: 160px;
  pointer-events: none;
  opacity: .08;
  z-index: 0
}

.csd .concentric-deco svg {
  width: 100%;
  height: 100%
}

.csd .flicker-bg {
  position: relative;
  background: #E4EDF1;
  border-radius: 8px;
  padding: 32px;
  margin: 32px 0 0;
  overflow: hidden
}

.csd .flicker-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: #5F82C3;
  opacity: 0;
  pointer-events: none;
  animation: flicker-accent 4s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

@keyframes flicker-accent {
  0% {
    opacity: 0
  }

  8% {
    opacity: .06
  }

  14% {
    opacity: 0
  }

  30% {
    opacity: 0
  }

  38% {
    opacity: .04
  }

  44% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.csd .flicker-bg .fb-inner {
  position: relative;
  z-index: 1
}

.csd .three-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 16px
}

.csd .three-col .col-a {
  background: #5F82C3;
  border-radius: 8px;
  padding: 16px;
  color: #fff
}

.csd .three-col .col-b {
  background: #C7CEE2;
  border-radius: 8px;
  padding: 16px;
  color: #232b3e
}

.csd .three-col .col-c {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  color: #232b3e;
  box-shadow: 0 2px 6px 0 #5f82c314
}

.csd .three-col .col-a .c-label,
.csd .three-col .col-b .c-label,
.csd .three-col .col-c .c-label {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 8px
}

.csd .three-col .col-a .c-text,
.csd .three-col .col-b .c-text,
.csd .three-col .col-c .c-text {
  font-size: 16px;
  line-height: 1.8
}

.csd .back-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #5F82C3;
  color: #fff;
  border-radius: 8px;
  padding: 8px 32px;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background .15s ease-out, clip-path .18s cubic-bezier(0.4, 0, 0.6, 1);
  clip-path: inset(0 0 0 0 round 8px);
  box-shadow: 0 2px 6px 0 #5f82c314;
  margin-top: 32px
}

.csd .back-btn:hover {
  background: #3d5fa0;
  clip-path: inset(0 -2px 0 2px round 8px)
}

.csd .back-btn .btn-arrow {
  display: inline-block;
  transition: transform .15s ease-out
}

.csd .back-btn:hover .btn-arrow {
  transform: translateX(4px)
}

@media (max-width: 1024px) {
  .csd .art-band {
    gap: 16px
  }

  .csd .art-h1 {
    font-size: 52px
  }

  .csd .art-band-img {
    width: 180px;
    min-width: 120px
  }

  .csd .art-body-left {
    width: 160px;
    min-width: 120px
  }

  .csd .concentric-deco {
    right: -16px
  }
}

@media (max-width: 640px) {
  .csd .art-band {
    flex-direction: column-reverse;
    padding: 16px 0 8px
  }

  .csd .art-band-img {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 180px
  }

  .csd .art-h1 {
    font-size: 27px
  }

  .csd .art-body-wrap {
    flex-direction: column;
    gap: 16px
  }

  .csd .art-body-left {
    width: 100%;
    min-width: 0;
    position: static;
    flex-direction: row;
    flex-wrap: wrap
  }

  .csd .art-body-left .sidebar-card {
    flex: 1 1 140px
  }

  .csd .three-col {
    grid-template-columns: 1fr
  }

  .csd .concentric-deco {
    display: none
  }
}

@media (max-width: 360px) {
  .csd .art-h1 {
    font-size: 27px
  }

  .csd .art-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }

  .csd .flicker-bg {
    padding: 16px
  }
}

.faq-pg {
  max-width: 100%;
  overflow-x: hidden
}

.faq-pg .faq-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px
}

.faq-pg .title-block {
  padding: 96px 0 64px;
  background: #E4EDF1;
  position: relative
}

.faq-pg .title-block-grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  gap: 64px;
  align-items: start
}

.faq-pg .title-img-left,
.faq-pg .title-img-right {
  position: relative;
  border-radius: 8px;
  overflow: hidden
}

.faq-pg .title-img-left img,
.faq-pg .title-img-right img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 8px
}

.faq-pg .title-img-tint {
  position: absolute;
  inset: 0;
  background: #5f82c347;
  border-radius: 8px;
  pointer-events: none
}

.faq-pg .title-img-dots {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  pointer-events: none
}

.faq-pg .dot-sm {
  width: 6px;
  height: 6px;
  border-radius: 48px;
  background: #5f82c38c
}

.faq-pg .dot-md {
  width: 10px;
  height: 10px;
  border-radius: 48px;
  background: #5f82c361
}

.faq-pg .dot-lg {
  width: 14px;
  height: 14px;
  border-radius: 48px;
  background: #5f82c338
}

.faq-pg .title-text {
  text-align: center;
  padding: 16px 0
}

.faq-pg .title-label {
  display: inline-block;
  background: #5F82C3;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  padding: 8px 16px;
  border-radius: 8px;
  margin-bottom: 32px;
  animation: faq-appear .18s cubic-bezier(0.4, 0, 0.6, 1) both
}

.faq-pg .title-h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #5F82C3;
  margin: 0 0 32px;
  animation: faq-rotate-in .22s cubic-bezier(0.4, 0, 0.6, 1) .06s both
}

.faq-pg .title-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #2a3040;
  margin: 0;
  animation: faq-appear .18s cubic-bezier(0.4, 0, 0.6, 1) .12s both
}

@keyframes faq-appear {
  from {
    opacity: 0;
    transform: translateY(12px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes faq-rotate-in {
  from {
    opacity: 0;
    transform: rotate(-1.5deg) translateY(16px)
  }

  to {
    opacity: 1;
    transform: rotate(0deg) translateY(0)
  }
}

.faq-pg .divider-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 0
}

.faq-pg .divider-line {
  flex: 1;
  height: 1px;
  background: #C7CEE2;
  max-width: 400px
}

.faq-pg .divider-triangles {
  display: flex;
  align-items: center;
  gap: 8px
}

.faq-pg .tri-left {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10px solid #5F82C3
}

.faq-pg .tri-right {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #5F82C3
}

.faq-pg .faq-acc-block {
  padding: 64px 0;
  background: #fff
}

.faq-pg .faq-acc-head {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  margin-bottom: 64px
}

.faq-pg .faq-acc-label {
  display: inline-block;
  background: #5f82c31f;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.2;
  color: #5F82C3;
  white-space: nowrap
}

.faq-pg .faq-acc-intro {
  font-size: 16px;
  line-height: 1.8;
  color: #2a3040;
  margin: 0
}

.faq-pg .faq-acc-h2 {
  font-size: 27px;
  line-height: 1.2;
  color: #2a3040;
  margin: 0 0 16px;
  display: inline-block;
  background: linear-gradient(#c7cee273, #c7cee273);
  padding: 0 8px;
  border-radius: 8px
}

.faq-pg .faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.faq-pg .faq-item {
  border: 1px solid #C7CEE2;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow .18s ease-out
}

.faq-pg .faq-item:hover {
  box-shadow: 0 6px 28px 0 #5f82c31a
}

.faq-pg .faq-toggle {
  display: none
}

.faq-pg .faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 32px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.8;
  color: #2a3040;
  font-weight: 600;
  background: #fff;
  border-radius: 8px;
  transition: background .15s ease-out, clip-path .15s ease-out;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.faq-pg .faq-q:hover {
  background: #E4EDF1;
  clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%)
}

.faq-pg .faq-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.faq-pg .faq-icon::before,
.faq-pg .faq-icon::after {
  content: '';
  position: absolute;
  background: #5F82C3;
  border-radius: 8px;
  transition: transform .22s cubic-bezier(0.4, 0, 0.6, 1), opacity .18s ease-out
}

.faq-pg .faq-icon::before {
  width: 12px;
  height: 2px
}

.faq-pg .faq-icon::after {
  width: 2px;
  height: 12px
}

.faq-pg .faq-toggle:checked+.faq-q .faq-icon::after {
  transform: rotate(90deg);
  opacity: 0
}

.faq-pg .faq-toggle:checked+.faq-q {
  background: #E4EDF1;
  border-radius: 8px 8px 0 0
}

.faq-pg .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s cubic-bezier(0.4, 0, 0.6, 1)
}

.faq-pg .faq-toggle:checked~.faq-answer {
  max-height: 400px
}

.faq-pg .faq-answer-inner {
  padding: 16px 32px 32px;
  font-size: 16px;
  line-height: 1.8;
  color: #3a4055
}

.faq-pg .metrics-block {
  padding: 64px 0;
  background: #E4EDF1;
  position: relative
}

.faq-pg .metrics-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(./visual_library/DSC0925.jpg) center/cover no-repeat;
  mix-blend-mode: multiply;
  opacity: .08;
  pointer-events: none
}

.faq-pg .metrics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start
}

.faq-pg .metrics-left {
  animation: faq-rotate-in .2s cubic-bezier(0.4, 0, 0.6, 1) .05s both
}

.faq-pg .metrics-h2 {
  font-size: 27px;
  line-height: 1.2;
  color: #2a3040;
  margin: 0 0 16px;
  display: inline-block;
  background: linear-gradient(#5f82c32e, #5f82c32e);
  padding: 0 8px;
  border-radius: 8px
}

.faq-pg .metrics-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #2a3040;
  margin: 0 0 32px
}

.faq-pg .expert-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 6px 0 #5f82c314
}

.faq-pg .expert-portrait {
  width: 80px;
  height: 112px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0
}

.faq-pg .expert-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.faq-pg .expert-name {
  font-size: 16px;
  line-height: 1.2;
  color: #2a3040;
  font-weight: 700;
  margin: 0 0 8px
}

.faq-pg .expert-role {
  font-size: 16px;
  line-height: 1.2;
  color: #5F82C3;
  margin: 0 0 8px
}

.faq-pg .expert-note {
  font-size: 16px;
  line-height: 1.8;
  color: #3a4055;
  margin: 0
}

.faq-pg .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px
}

.faq-pg .stat-block {
  background: #fff;
  border-radius: 8px;
  padding: 32px 16px 16px;
  text-align: center;
  box-shadow: 0 2px 6px 0 #5f82c314;
  transition: box-shadow .15s ease-out, clip-path .12s ease-out;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.faq-pg .stat-block:hover {
  box-shadow: 0 10px 36px 0 #5f82c31f;
  clip-path: polygon(2% 0, 98% 0, 100% 100%, 0 100%)
}

.faq-pg .stat-num {
  font-size: 52px;
  line-height: 1.2;
  color: #5F82C3;
  display: block;
  margin-bottom: 8px
}

.faq-pg .stat-label {
  font-size: 16px;
  line-height: 1.8;
  color: #2a3040
}

.faq-pg .stat-bar-wrap {
  grid-column: 1 / -1;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 6px 0 #5f82c314
}

.faq-pg .stat-bar-label {
  font-size: 16px;
  line-height: 1.2;
  color: #2a3040;
  margin-bottom: 8px;
  font-weight: 600
}

.faq-pg .charts-wrap {
  overflow: hidden;
  border-radius: 8px
}

.faq-pg table.charts-css.bar {
  --color: #5F82C3;
  height: 80px
}

.faq-pg .divider-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0 0;
  gap: 16px
}

.faq-pg .divider-2 .divider-line {
  background: #5f82c34d
}

@media (max-width: 1024px) {
  .faq-pg .title-block-grid {
    grid-template-columns: 160px 1fr 160px;
    gap: 32px
  }

  .faq-pg .metrics-grid {
    gap: 32px
  }
}

@media (max-width: 640px) {
  .faq-pg .title-block-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .faq-pg .title-img-right {
    display: none
  }

  .faq-pg .title-h1 {
    font-size: 27px
  }

  .faq-pg .faq-acc-head {
    flex-direction: column;
    gap: 16px
  }

  .faq-pg .metrics-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .faq-pg .stats-grid {
    grid-template-columns: 1fr
  }

  .faq-pg .faq-inner {
    padding: 0 16px
  }

  .faq-pg .title-block-grid {
    padding: 0 16px
  }

  .faq-pg .faq-q {
    padding: 16px
  }

  .faq-pg .faq-answer-inner {
    padding: 16px
  }
}

@media (max-width: 360px) {
  .faq-pg .title-h1 {
    font-size: 27px
  }

  .faq-pg .stat-num {
    font-size: 27px
  }
}

.blg-root {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  overflow-x: hidden
}

.blg-root .pg-band {
  padding: 64px 0 32px;
  position: relative
}

.blg-root .pg-band::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #5F82C3 30%, #C7CEE2 70%, transparent);
  opacity: .4
}

.blg-root .pg-eyebrow {
  font-size: 16px;
  line-height: 1.2;
  color: #5F82C3;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px
}

.blg-root .pg-headline {
  font-size: 52px;
  line-height: 1.2;
  color: #2a3550;
  margin: 0 0 16px
}

.blg-root .pg-subtext {
  font-size: 16px;
  line-height: 1.8;
  color: #3a4560;
  max-width: 560px;
  margin: 0
}

.blg-root .pg-headline-strip {
  display: inline;
  background: linear-gradient(180deg, #5f82c31a 0%, #c7cee22e 100%);
  padding: 0 8px;
  border-radius: 8px
}

.blg-root .posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 48px 0 64px
}

.blg-root .post-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px 0 #5f82c314;
  display: flex;
  flex-direction: column;
  transition: box-shadow .18s ease-out, transform .15s cubic-bezier(0.4, 0, 0.6, 1);
  overflow: hidden;
  position: relative
}

.blg-root .post-card:hover {
  box-shadow: 0 6px 28px 0 #5f82c31a;
  transform: translateY(-3px)
}

.blg-root .post-card-img-wrap {
  width: 100%;
  height: 180px;
  overflow: hidden;
  flex-shrink: 0
}

.blg-root .post-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) brightness(0.97);
  display: block;
  transition: transform .22s ease-out
}

.blg-root .post-card:hover .post-card-img-wrap img {
  transform: scale(1.04)
}

.blg-root .post-card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px
}

.blg-root .post-tag {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  color: #5F82C3;
  background: #5f82c317;
  border-radius: 48px;
  padding: 2px 12px;
  font-weight: 600;
  letter-spacing: .04em;
  align-self: flex-start
}

.blg-root .post-cat {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  color: #7a8aaa;
  align-self: flex-start;
  margin-left: 8px
}

.blg-root .post-title {
  font-size: 27px;
  line-height: 1.2;
  color: #1e2a45;
  margin: 0
}

.blg-root .post-subtitle {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5570;
  margin: 0
}

.blg-root .post-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5570;
  margin: 0;
  flex: 1
}

.blg-root .post-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 8px;
  border-top: 1px solid #E4EDF1;
  margin-top: 8px
}

.blg-root .post-author {
  font-size: 16px;
  line-height: 1.2;
  color: #5F82C3;
  font-weight: 600
}

.blg-root .post-date {
  font-size: 16px;
  line-height: 1.2;
  color: #8a96b0
}

.blg-root .post-readtime {
  font-size: 16px;
  line-height: 1.2;
  color: #8a96b0
}

.blg-root .post-likes {
  font-size: 16px;
  line-height: 1.2;
  color: #8a96b0;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px
}

.blg-root .post-likes-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle
}

.blg-root .post-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.2;
  color: #5F82C3;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 0 0;
  transition: gap .15s cubic-bezier(0.4, 0, 0.6, 1), color .14s ease-out;
  align-self: flex-start
}

.blg-root .post-link:hover {
  gap: 16px;
  color: #2a3550
}

.blg-root .post-link-arrow {
  display: inline-block;
  width: 18px;
  height: 10px;
  position: relative;
  flex-shrink: 0
}

.blg-root .post-link-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 4px;
  height: 2px;
  background: currentColor;
  transform: translateY(-50%)
}

.blg-root .post-link-arrow::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg)
}

.blg-root .wavy-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin: 0
}

.blg-root .wavy-divider svg {
  display: block;
  width: 100%
}

.blg-root .cases-band {
  padding: 64px 0;
  background: linear-gradient(160deg, #5f82c312 0%, #e4edf18c 100%);
  border-radius: 8px;
  position: relative
}

.blg-root .cases-head {
  margin-bottom: 32px;
  padding: 0 32px
}

.blg-root .cases-label {
  font-size: 16px;
  line-height: 1.2;
  color: #5F82C3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 8px
}

.blg-root .cases-title {
  font-size: 27px;
  line-height: 1.2;
  color: #1e2a45;
  margin: 0 0 8px
}

.blg-root .cases-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5570;
  margin: 0;
  max-width: 520px
}

.blg-root .cases-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 32px
}

.blg-root .case-row {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  align-items: center;
  gap: 32px;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 6px 0 #5f82c314;
  transition: box-shadow .16s ease-out, transform .14s cubic-bezier(0.4, 0, 0.6, 1);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.blg-root .case-row:hover {
  box-shadow: 0 6px 28px 0 #5f82c31a;
  transform: translateX(4px);
  clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%)
}

.blg-root .case-img-wrap {
  width: 140px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0
}

.blg-root .case-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75) brightness(0.95);
  display: block
}

.blg-root .case-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0
}

.blg-root .case-title {
  font-size: 16px;
  line-height: 1.2;
  color: #1e2a45;
  font-weight: 700;
  margin: 0
}

.blg-root .case-subtitle {
  font-size: 16px;
  line-height: 1.8;
  color: #5F82C3;
  margin: 0
}

.blg-root .case-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5570;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.blg-root .case-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0
}

.blg-root .case-date {
  font-size: 16px;
  line-height: 1.2;
  color: #8a96b0;
  white-space: nowrap
}

.blg-root .case-likes {
  font-size: 16px;
  line-height: 1.2;
  color: #8a96b0;
  display: flex;
  align-items: center;
  gap: 4px
}

.blg-root .case-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  line-height: 1.2;
  color: #5F82C3;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 16px;
  border: 2px solid #5F82C3;
  border-radius: 8px;
  white-space: nowrap;
  transition: background .15s ease-out, color .14s ease-out, gap .15s cubic-bezier(0.4, 0, 0.6, 1)
}

.blg-root .case-link:hover {
  background: #5F82C3;
  color: #fff;
  gap: 12px
}

.blg-root .case-link-arr {
  display: inline-block;
  width: 14px;
  height: 8px;
  position: relative;
  flex-shrink: 0
}

.blg-root .case-link-arr::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 3px;
  height: 2px;
  background: currentColor;
  transform: translateY(-50%)
}

.blg-root .case-link-arr::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg)
}

.blg-root .platform-band {
  padding: 64px 0;
  position: relative
}

.blg-root .platform-diag {
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(168deg, #E4EDF1 55%, #C7CEE2 100%);
  z-index: 0;
  pointer-events: none
}

.blg-root .platform-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding: 0 32px
}

.blg-root .platform-img-col {
  position: relative
}

.blg-root .platform-img-wrap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 36px 0 #5f82c31f
}

.blg-root .platform-img-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: saturate(0.78) brightness(0.96);
  display: block
}

.blg-root .bracket-tl,
.blg-root .bracket-br {
  position: absolute;
  width: 28px;
  height: 28px;
  pointer-events: none
}

.blg-root .bracket-tl {
  top: -8px;
  left: -8px;
  border-top: 3px solid #5F82C3;
  border-left: 3px solid #5F82C3;
  border-radius: 8px 0 0 0
}

.blg-root .bracket-br {
  bottom: -8px;
  right: -8px;
  border-bottom: 3px solid #5F82C3;
  border-right: 3px solid #5F82C3;
  border-radius: 0 0 8px 0
}

.blg-root .platform-text-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.blg-root .platform-label {
  font-size: 16px;
  line-height: 1.2;
  color: #5F82C3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em
}

.blg-root .platform-title {
  font-size: 27px;
  line-height: 1.2;
  color: #1e2a45;
  margin: 0
}

.blg-root .platform-title .strip {
  display: inline;
  background: linear-gradient(180deg, #5f82c321 0%, #c7cee238 100%);
  padding: 0 8px;
  border-radius: 8px
}

.blg-root .platform-para {
  font-size: 16px;
  line-height: 1.8;
  color: #3a4560;
  margin: 0
}

.blg-root .platform-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  background: #5F82C3;
  text-decoration: none;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 8px;
  align-self: flex-start;
  transition: background .15s ease-out, gap .15s cubic-bezier(0.4, 0, 0.6, 1)
}

.blg-root .platform-link:hover {
  background: #2a3550;
  gap: 16px
}

.blg-root .platform-link-arr {
  display: inline-block;
  width: 16px;
  height: 10px;
  position: relative;
  flex-shrink: 0
}

.blg-root .platform-link-arr::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 4px;
  height: 2px;
  background: currentColor;
  transform: translateY(-50%)
}

.blg-root .platform-link-arr::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg)
}

.blg-root .metrics-band {
  padding: 64px 0
}

.blg-root .metrics-head {
  text-align: center;
  margin-bottom: 32px
}

.blg-root .metrics-title {
  font-size: 27px;
  line-height: 1.2;
  color: #1e2a45;
  margin: 0 0 8px
}

.blg-root .metrics-sub {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5570;
  margin: 0
}

.blg-root .metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.blg-root .metric-item {
  background: #fff;
  border-radius: 8px;
  padding: 32px 16px 16px;
  box-shadow: 0 2px 6px 0 #5f82c314;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
  transition: box-shadow .18s ease-out
}

.blg-root .metric-item:hover {
  box-shadow: 0 6px 28px 0 #5f82c31a
}

.blg-root .metric-num {
  font-size: 52px;
  line-height: 1.2;
  color: #5F82C3;
  font-weight: 800;
  display: block
}

.blg-root .metric-label {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5570
}

.blg-root .metric-note {
  font-size: 16px;
  line-height: 1.2;
  color: #8a96b0
}

@keyframes blg-elastic-in {
  0% {
    opacity: 0;
    transform: translateY(32px) scaleY(0.92)
  }

  65% {
    opacity: 1;
    transform: translateY(-6px) scaleY(1.02)
  }

  100% {
    opacity: 1;
    transform: translateY(0) scaleY(1)
  }
}

.blg-root .post-card {
  animation: blg-elastic-in .55s cubic-bezier(0.4, 0, 0.6, 1) both
}

.blg-root .post-card:nth-child(1) {
  animation-delay: .05s
}

.blg-root .post-card:nth-child(2) {
  animation-delay: .13s
}

.blg-root .post-card:nth-child(3) {
  animation-delay: .21s
}

@media (max-width: 1024px) {
  .blg-root .posts-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .blg-root .metrics-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .blg-root .platform-inner {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .blg-root .platform-img-col {
    max-width: 480px
  }
}

@media (max-width: 640px) {
  .blg-root .posts-grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .blg-root .pg-headline {
    font-size: 27px
  }

  .blg-root .case-row {
    grid-template-columns: 1fr
  }

  .blg-root .case-img-wrap {
    width: 100%;
    height: 140px
  }

  .blg-root .case-side {
    flex-direction: row;
    align-items: center
  }

  .blg-root .metrics-grid {
    grid-template-columns: 1fr 1fr
  }

  .blg-root .cases-head,
  .blg-root .cases-list {
    padding: 0 16px
  }

  .blg-root .platform-inner {
    padding: 0 16px
  }
}

@media (max-width: 360px) {
  .blg-root .metrics-grid {
    grid-template-columns: 1fr
  }

  .blg-root .post-card-img-wrap {
    height: 140px
  }
}

.abt-auth {
  max-width: 100%;
  overflow-x: hidden
}

.abt-auth .pg-bound {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px
}

.abt-auth .strip-label {
  display: inline-block;
  background: #5F82C3;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  padding: 8px 16px;
  border-radius: 8px;
  margin-bottom: 16px
}

.abt-auth .prof-row {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 64px;
  background: #fff;
  position: relative
}

.abt-auth .prof-sidebar {
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative
}

.abt-auth .portrait-wrap {
  width: 260px;
  height: 390px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 6px 28px 0 #5f82c31a;
  transition: box-shadow .18s ease-out
}

.abt-auth .portrait-wrap:hover {
  box-shadow: 0 10px 36px 0 #5f82c338
}

.abt-auth .portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block
}

.abt-auth .diamond-acc {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 48px;
  height: 48px;
  background: #5F82C3;
  transform: rotate(45deg);
  z-index: 2;
  pointer-events: none
}

.abt-auth .badge-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: #5F82C3;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  flex-shrink: 0
}

.abt-auth .stat-row {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.abt-auth .stat-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: #E4EDF1;
  border-radius: 8px;
  padding: 16px
}

.abt-auth .stat-text {
  font-size: 16px;
  line-height: 1.8;
  color: #2a3040
}

.abt-auth .stat-num {
  font-size: 27px;
  line-height: 1.2;
  color: #5F82C3;
  font-weight: 700;
  display: block
}

.abt-auth .prof-body {
  flex: 1 1 0;
  min-width: 0
}

.abt-auth .author-name {
  font-size: 52px;
  line-height: 1.2;
  color: #2a3040;
  margin: 0 0 8px
}

.abt-auth .author-name span {
  color: #5F82C3
}

.abt-auth .author-role {
  font-size: 16px;
  line-height: 1.8;
  color: #5F82C3;
  margin: 0 0 32px;
  font-weight: 600
}

.abt-auth .bio-para {
  font-size: 16px;
  line-height: 1.8;
  color: #2a3040;
  margin: 0 0 16px
}

.abt-auth .bracket-box {
  position: relative;
  padding: 32px;
  background: #E4EDF1;
  border-radius: 8px;
  margin-top: 32px
}

.abt-auth .bracket-box::before,
.abt-auth .bracket-box::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: #5F82C3;
  border-style: solid;
  pointer-events: none
}

.abt-auth .bracket-box::before {
  top: 8px;
  left: 8px;
  border-width: 2px 0 0 2px
}

.abt-auth .bracket-box::after {
  bottom: 8px;
  right: 8px;
  border-width: 0 2px 2px 0
}

.abt-auth .bracket-box p {
  font-size: 16px;
  line-height: 1.8;
  color: #2a3040;
  margin: 0
}

.abt-auth .topics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px
}

.abt-auth .topic-card {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 6px 0 #5f82c314;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  transition: box-shadow .15s ease-out, transform .15s ease-out;
  clip-path: inset(0 0 0 0 round 8px)
}

.abt-auth .topic-card:hover {
  box-shadow: 0 6px 28px 0 #5f82c31a;
  transform: translateY(-3px);
  clip-path: inset(-2px -2px -6px -2px round 8px)
}

.abt-auth .topic-num {
  position: relative;
  width: 32px;
  height: 32px;
  background: #5F82C3;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  flex-shrink: 0
}

.abt-auth .topic-label {
  font-size: 16px;
  line-height: 1.8;
  color: #2a3040;
  font-weight: 600;
  margin: 0 0 4px
}

.abt-auth .topic-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
  margin: 0
}

.abt-auth .bkg-sec {
  background: linear-gradient(160deg, #5f82c31f 0%, #5f82c30a 100%);
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
  overflow: hidden
}

.abt-auth .bkg-sec .pg-bound {
  position: relative;
  z-index: 1
}

.abt-auth .bkg-deco {
  position: absolute;
  top: -64px;
  right: -64px;
  width: 320px;
  height: 320px;
  background: linear-gradient(160deg, #5f82c314 0%, #c7cee214 100%);
  border-radius: 8px;
  transform: rotate(20deg);
  pointer-events: none
}

.abt-auth .bkg-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 64px;
  align-items: start
}

.abt-auth .bkg-left {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.abt-auth .img-frame {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 28px 0 #5f82c31a;
  transition: box-shadow .2s ease-out
}

.abt-auth .img-frame:hover {
  box-shadow: 0 10px 36px 0 #5f82c32e
}

.abt-auth .img-frame img {
  width: 100%;
  display: block;
  object-fit: cover
}

.abt-auth .img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #5f82c32e 0%, #5f82c30a 100%);
  pointer-events: none
}

.abt-auth .img-frame2 {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px 0 #5f82c314;
  transition: box-shadow .17s ease-out
}

.abt-auth .img-frame2:hover {
  box-shadow: 0 10px 36px 0 #5f82c324
}

.abt-auth .img-frame2 img {
  width: 100%;
  display: block;
  object-fit: cover
}

.abt-auth .bkg-right {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.abt-auth .sec-heading {
  font-size: 27px;
  line-height: 1.2;
  color: #2a3040;
  margin: 0 0 16px
}

.abt-auth .heading-strip {
  display: inline;
  background: linear-gradient(160deg, #5f82c32e 0%, #c7cee22e 100%);
  padding: 4px 8px;
  border-radius: 8px
}

.abt-auth .bkg-para {
  font-size: 16px;
  line-height: 1.8;
  color: #2a3040;
  margin: 0
}

.abt-auth .approach-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none
}

.abt-auth .approach-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px 0 #5f82c314;
  transition: box-shadow .15s ease-out, transform .15s ease-out;
  clip-path: inset(0 0 0 0 round 8px)
}

.abt-auth .approach-item:hover {
  box-shadow: 0 6px 28px 0 #5f82c31f;
  transform: translateY(-2px);
  clip-path: inset(-2px -2px -4px -2px round 8px)
}

.abt-auth .approach-item:hover+.approach-item {
  box-shadow: 0 6px 28px 0 #5f82c314
}

.abt-auth .ap-badge {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(160deg, #5F82C3 0%, #7a9ad4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.abt-auth .ap-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.abt-auth .ap-text strong {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  color: #2a3040;
  margin-bottom: 4px
}

.abt-auth .ap-text span {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568
}

.abt-auth .platform-note {
  background: #5F82C3;
  border-radius: 8px;
  padding: 32px;
  position: relative
}

.abt-auth .platform-note p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  margin: 0 0 8px
}

.abt-auth .platform-note p:last-child {
  margin: 0
}

.abt-auth .platform-note strong {
  font-size: 27px;
  line-height: 1.2;
  color: #fff;
  display: block;
  margin-bottom: 8px
}

.abt-auth .chart-wrap {
  margin-top: 16px
}

.abt-auth .skills-chart {
  --color: #fff;
  border-collapse: collapse;
  width: 100%
}

.abt-auth .skills-chart caption {
  font-size: 16px;
  line-height: 1.8;
  color: #fffc;
  margin-bottom: 8px;
  text-align: left;
  caption-side: top
}

.abt-auth .skills-chart tbody tr {
  margin-bottom: 8px
}

.abt-auth .skills-chart th {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding-right: 16px;
  white-space: nowrap;
  width: 140px
}

.abt-auth .skills-chart td {
  padding: 4px 0
}

.abt-auth .skills-chart td::before {
  background: #ffffffd9;
  border-radius: 4px
}

.abt-auth .img-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

@media (max-width: 1024px) {
  .abt-auth .prof-row {
    flex-direction: column;
    gap: 32px
  }

  .abt-auth .prof-sidebar {
    flex: none;
    width: 100%;
    flex-direction: row;
    align-items: flex-start
  }

  .abt-auth .portrait-wrap {
    width: 180px;
    height: 270px;
    flex-shrink: 0
  }

  .abt-auth .stat-row {
    flex: 1 1 0
  }

  .abt-auth .bkg-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .abt-auth .bkg-left {
    flex-direction: row;
    gap: 16px
  }

  .abt-auth .img-frame,
  .abt-auth .img-frame2 {
    flex: 1 1 0
  }

  .abt-auth .img-pair {
    display: none
  }
}

@media (max-width: 640px) {
  .abt-auth .pg-bound {
    padding-left: 16px;
    padding-right: 16px
  }

  .abt-auth .prof-sidebar {
    flex-direction: column
  }

  .abt-auth .portrait-wrap {
    width: 100%;
    height: 320px
  }

  .abt-auth .author-name {
    font-size: 27px
  }

  .abt-auth .topics-grid {
    grid-template-columns: 1fr
  }

  .abt-auth .bkg-left {
    flex-direction: column
  }

  .abt-auth .bkg-sec {
    padding-top: 64px;
    padding-bottom: 64px
  }
}

@media (max-width: 360px) {
  .abt-auth .author-name {
    font-size: 27px
  }

  .abt-auth .prof-row {
    padding-top: 32px;
    padding-bottom: 32px
  }
}

.entry-pg {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden
}

.entry-pg .ed-stance {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 64px;
  padding: 64px 32px;
  background: #fff;
  position: relative
}

.entry-pg .ed-stance::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 16px;
  width: 180px;
  height: 180px;
  border: 1.5px solid #C7CEE2;
  border-radius: 50%;
  opacity: .18;
  pointer-events: none
}

.entry-pg .ed-stance::after {
  content: '';
  position: absolute;
  top: 48px;
  right: 48px;
  width: 120px;
  height: 120px;
  border: 1px solid #5F82C3;
  border-radius: 50%;
  opacity: .1;
  pointer-events: none
}

.entry-pg .stance-text {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.entry-pg .lbl-strip {
  display: inline-block;
  background: #E4EDF1;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.2;
  color: #2a3a52;
  font-weight: 600;
  width: fit-content
}

.entry-pg .lbl-strip span {
  color: #5F82C3
}

.entry-pg .h1-main {
  font-size: 52px;
  line-height: 1.2;
  color: #2a3a52;
  margin: 0
}

.entry-pg .h1-main em {
  font-style: normal;
  color: #5F82C3
}

.entry-pg .stance-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin: 0
}

.entry-pg .stance-img-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start
}

.entry-pg .img-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer
}

.entry-pg .img-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .18s ease-out
}

.entry-pg .img-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid #5F82C3;
  border-radius: 8px;
  opacity: 0;
  transition: opacity .15s ease-out;
  pointer-events: none
}

.entry-pg .img-card:hover::after {
  opacity: 1
}

.entry-pg .img-card:hover img {
  transform: scale(1.03)
}

.entry-pg .stat-strip {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 16px
}

.entry-pg .stat-item {
  flex: 1;
  background: #E4EDF1;
  border-radius: 8px;
  padding: 16px;
  text-align: center
}

.entry-pg .stat-num {
  font-size: 27px;
  line-height: 1.2;
  color: #5F82C3;
  font-weight: 700;
  display: block
}

.entry-pg .stat-label {
  font-size: 16px;
  line-height: 1.2;
  color: #374151
}

.entry-pg .divider-dots {
  border: none;
  border-top: 2px dotted #C7CEE2;
  margin: 0 32px
}

.entry-pg .unique-angle {
  padding: 64px 32px;
  background: linear-gradient(160deg, #E4EDF1 0%, #e4edf14d 100%);
  position: relative;
  overflow: hidden
}

.entry-pg .unique-angle .bg-anim {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#C7CEE2 1px, transparent 1px), linear-gradient(90deg, #C7CEE2 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: .12;
  animation: grid-pulse 4s ease-out infinite alternate;
  pointer-events: none
}

@keyframes grid-pulse {
  0% {
    opacity: .08
  }

  100% {
    opacity: .18
  }
}

.entry-pg .unique-angle .inner-ua {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start
}

.entry-pg .ua-heading {
  font-size: 27px;
  line-height: 1.2;
  color: #2a3a52;
  margin: 0 0 16px
}

.entry-pg .ua-heading em {
  font-style: normal;
  color: #5F82C3
}

.entry-pg .ua-body {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin: 0
}

.entry-pg .ua-cards {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.entry-pg .ua-card {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 6px 0 #5f82c314;
  transition: box-shadow .16s ease-out, clip-path .18s ease-out;
  clip-path: inset(0 0 0 0 round 8px)
}

.entry-pg .ua-card:hover {
  box-shadow: 0 6px 28px 0 #5f82c31a;
  clip-path: inset(-2px -2px -2px -2px round 8px)
}

.entry-pg .ua-card-label {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #5F82C3;
  margin: 0 0 8px
}

.entry-pg .ua-card-body {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin: 0
}

.entry-pg .divider-space {
  height: 1px;
  background: linear-gradient(90deg, transparent, #C7CEE2 30%, #C7CEE2 70%, transparent);
  margin: 0
}

.entry-pg .formats-sec {
  padding: 64px 32px;
  background: #fff
}

.entry-pg .formats-head {
  font-size: 27px;
  line-height: 1.2;
  color: #2a3a52;
  margin: 0 0 32px
}

.entry-pg .formats-head em {
  font-style: normal;
  color: #5F82C3
}

.entry-pg .formats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.entry-pg .fmt-card {
  background: #fff;
  border-radius: 8px;
  border: 1.5px solid #E4EDF1;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 2px 6px 0 #5f82c314;
  transition: box-shadow .14s ease-out, border-color .14s ease-out
}

.entry-pg .fmt-card:hover {
  box-shadow: 0 6px 28px 0 #5f82c31a;
  border-color: #5F82C3
}

.entry-pg .fmt-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #E4EDF1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.entry-pg .fmt-icon svg {
  width: 20px;
  height: 20px
}

.entry-pg .fmt-name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #2a3a52;
  margin: 0
}

.entry-pg .fmt-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin: 0
}

.entry-pg .fmt-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.2;
  color: #5F82C3;
  text-decoration: none;
  font-weight: 600;
  margin-top: auto;
  transition: gap .15s ease-out
}

.entry-pg .fmt-link:hover {
  gap: 12px
}

.entry-pg .fmt-link svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transition: transform .15s ease-out
}

.entry-pg .fmt-link:hover svg {
  transform: translateX(4px)
}

.entry-pg .frustrations-sec {
  padding: 64px 32px;
  background: #2a3a52;
  position: relative;
  overflow: hidden
}

.entry-pg .frustrations-sec .curl-deco {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 120px;
  height: 120px;
  opacity: .08;
  pointer-events: none
}

.entry-pg .frust-head {
  font-size: 27px;
  line-height: 1.2;
  color: #E4EDF1;
  margin: 0 0 32px
}

.entry-pg .frust-head em {
  font-style: normal;
  color: #C7CEE2
}

.entry-pg .frust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.entry-pg .frust-item {
  background: #c7cee214;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #c7cee226;
  transition: background .18s ease-out
}

.entry-pg .frust-item:hover {
  background: #c7cee224
}

.entry-pg .frust-q {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #C7CEE2;
  margin: 0 0 8px
}

.entry-pg .frust-body {
  font-size: 16px;
  line-height: 1.8;
  color: #a8b8cc;
  margin: 0
}

.entry-pg .outcomes-sec {
  padding: 64px 32px;
  background: linear-gradient(170deg, #fff 0%, #E4EDF1 100%);
  position: relative
}

.entry-pg .outcomes-sec .img-bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden
}

.entry-pg .outcomes-sec .img-bg-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .07
}

.entry-pg .outcomes-inner {
  position: relative;
  z-index: 1
}

.entry-pg .outcomes-head {
  font-size: 27px;
  line-height: 1.2;
  color: #2a3a52;
  margin: 0 0 32px
}

.entry-pg .outcomes-head em {
  font-style: normal;
  color: #5F82C3
}

.entry-pg .outcomes-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 32px;
  align-items: start
}

.entry-pg .outcomes-list {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.entry-pg .outcome-row {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 6px 0 #5f82c314;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  transition: box-shadow .16s cubic-bezier(0.4, 0, 0.6, 1)
}

.entry-pg .outcome-row:hover {
  box-shadow: 0 10px 36px 0 #5f82c31f
}

.entry-pg .outcome-person {
  flex-shrink: 0
}

.entry-pg .outcome-avatar {
  width: 40px;
  height: 40px;
  border-radius: 48px;
  background: #C7CEE2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #5F82C3
}

.entry-pg .outcome-name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #2a3a52;
  margin: 0 0 4px
}

.entry-pg .outcome-role {
  font-size: 16px;
  line-height: 1.2;
  color: #5F82C3;
  margin: 0 0 8px
}

.entry-pg .outcome-quote {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin: 0
}

.entry-pg .portrait-col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.entry-pg .portrait-wrap {
  position: relative;
  cursor: pointer
}

.entry-pg .portrait-wrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  display: block
}

.entry-pg .portrait-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid #5F82C3;
  opacity: 0;
  transition: opacity .15s ease-out;
  pointer-events: none
}

.entry-pg .portrait-wrap:hover::after {
  opacity: 1
}

.entry-pg .portrait-caption {
  background: #E4EDF1;
  border-radius: 8px;
  padding: 16px
}

.entry-pg .portrait-caption-name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #2a3a52;
  margin: 0 0 4px
}

.entry-pg .portrait-caption-role {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin: 0
}

.entry-pg .first-art-sec {
  padding: 64px 32px;
  background: #fff;
  position: relative
}

.entry-pg .first-art-sec::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 32px;
  width: 80px;
  height: 80px;
  border: 1.5px solid #C7CEE2;
  border-radius: 48px;
  opacity: .22;
  pointer-events: none
}

.entry-pg .fa-head {
  font-size: 27px;
  line-height: 1.2;
  color: #2a3a52;
  margin: 0 0 32px
}

.entry-pg .fa-head em {
  font-style: normal;
  color: #5F82C3
}

.entry-pg .fa-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start
}

.entry-pg .fa-img-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer
}

.entry-pg .fa-img-wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .18s ease-out
}

.entry-pg .fa-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid #5F82C3;
  border-radius: 8px;
  opacity: 0;
  transition: opacity .15s ease-out;
  pointer-events: none
}

.entry-pg .fa-img-wrap:hover::after {
  opacity: 1
}

.entry-pg .fa-img-wrap:hover img {
  transform: scale(1.03)
}

.entry-pg .fa-content {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.entry-pg .fa-tag {
  display: inline-block;
  background: #E4EDF1;
  padding: 8px 16px;
  border-radius: 48px;
  font-size: 16px;
  line-height: 1.2;
  color: #5F82C3;
  font-weight: 600;
  width: fit-content
}

.entry-pg .fa-art-title {
  font-size: 27px;
  line-height: 1.2;
  color: #2a3a52;
  margin: 0
}

.entry-pg .fa-art-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin: 0
}

.entry-pg .fa-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #5F82C3;
  color: #fff;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  width: fit-content;
  transition: background .15s ease-out, gap .15s ease-out
}

.entry-pg .fa-cta:hover {
  background: #4a6ba8;
  gap: 14px
}

.entry-pg .fa-cta svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform .15s ease-out
}

.entry-pg .fa-cta:hover svg {
  transform: translateX(4px)
}

.entry-pg .fa-meta {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap
}

.entry-pg .fa-meta-item {
  background: #E4EDF1;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.2;
  color: #374151
}

.entry-pg .fa-meta-item strong {
  color: #5F82C3
}

.entry-pg .chart-bar-wrap {
  margin-top: 16px
}

.entry-pg .chart-bar-wrap table {
  width: 100%
}

@media (max-width: 1024px) {
  .entry-pg .ed-stance {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .entry-pg .formats-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .entry-pg .fa-layout {
    grid-template-columns: 1fr
  }

  .entry-pg .outcomes-layout {
    grid-template-columns: 1fr
  }

  .entry-pg .portrait-col {
    flex-direction: row;
    align-items: flex-start
  }

  .entry-pg .portrait-wrap img {
    height: 200px;
    width: 150px
  }
}

@media (max-width: 640px) {
  .entry-pg .ed-stance {
    padding: 32px 16px;
    gap: 16px
  }

  .entry-pg .h1-main {
    font-size: 27px
  }

  .entry-pg .unique-angle .inner-ua {
    grid-template-columns: 1fr
  }

  .entry-pg .formats-grid {
    grid-template-columns: 1fr
  }

  .entry-pg .frust-grid {
    grid-template-columns: 1fr
  }

  .entry-pg .unique-angle,
  .entry-pg .formats-sec,
  .entry-pg .frustrations-sec,
  .entry-pg .outcomes-sec,
  .entry-pg .first-art-sec {
    padding: 32px 16px
  }

  .entry-pg .stat-strip {
    flex-direction: column
  }
}

@media (max-width: 360px) {
  .entry-pg .h1-main {
    font-size: 27px
  }

  .entry-pg .fa-cta {
    padding: 16px;
    font-size: 16px
  }
}

.cs-pg {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  overflow: hidden
}

.cs-pg .pg-band {
  background: linear-gradient(180deg, #E4EDF1 0%, #fff 100%);
  border-radius: 8px;
  padding: 64px 32px 32px;
  margin-bottom: 64px;
  position: relative
}

.cs-pg .pg-band::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 32px;
  width: 64px;
  height: 64px;
  border: 2px solid #C7CEE2;
  border-radius: 8px;
  opacity: .4;
  animation: geo-pulse 3.5s ease-out infinite;
  pointer-events: none
}

.cs-pg .pg-band::after {
  content: '';
  position: absolute;
  bottom: 32px;
  right: 48px;
  width: 48px;
  height: 48px;
  border: 2px solid #5F82C3;
  border-radius: 48px;
  opacity: .2;
  animation: geo-pulse 4.2s ease-out infinite .8s;
  pointer-events: none
}

@keyframes geo-pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: .2
  }

  50% {
    transform: scale(1.08);
    opacity: .45
  }
}

.cs-pg .pg-label {
  font-size: 16px;
  color: #5F82C3;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px
}

.cs-pg .pg-hed {
  font-size: 52px;
  line-height: 1.2;
  color: #2c3a52;
  margin: 0 0 16px;
  max-width: 680px
}

.cs-pg .pg-sub {
  font-size: 16px;
  line-height: 1.8;
  color: #3d4a5c;
  max-width: 560px;
  margin: 0
}

.cs-pg .hed-strip {
  display: inline;
  background: linear-gradient(180deg, #5f82c32e 0%, #5f82c314 100%);
  padding: 0 8px;
  border-radius: 8px
}

.cs-pg .card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 64px
}

.cs-pg .post-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px 0 #5f82c314;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .18s ease-out, transform .15s ease-out;
  clip-path: inset(0 0 0 0 round 8px)
}

.cs-pg .post-card:hover {
  box-shadow: 0 6px 28px 0 #5f82c31a;
  transform: translateY(-4px);
  clip-path: inset(-2px -2px -2px -2px round 8px)
}

.cs-pg .card-img-wrap {
  width: 100%;
  overflow: hidden;
  position: relative
}

.cs-pg .card-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .22s cubic-bezier(0.4, 0, 0.6, 1);
  animation: img-wipe .85s cubic-bezier(0.4, 0, 0.6, 1) both
}

@keyframes img-wipe {
  from {
    clip-path: inset(0 100% 0 0)
  }

  to {
    clip-path: inset(0 0% 0 0)
  }
}

.cs-pg .post-card:hover .card-img-wrap img {
  transform: scale(1.04)
}

.cs-pg .card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px
}

.cs-pg .card-sub {
  font-size: 16px;
  color: #5F82C3;
  font-weight: 600;
  margin: 0
}

.cs-pg .card-title {
  font-size: 16px;
  line-height: 1.8;
  color: #1e2d42;
  font-weight: 700;
  margin: 0
}

.cs-pg .card-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #3d4a5c;
  margin: 0;
  flex: 1
}

.cs-pg .card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  border-top: 1px solid #E4EDF1;
  margin-top: 8px
}

.cs-pg .card-date {
  font-size: 16px;
  color: #7a8fa8
}

.cs-pg .card-likes {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #5F82C3
}

.cs-pg .like-icon {
  width: 16px;
  height: 16px;
  display: inline-block
}

.cs-pg .card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #5F82C3;
  font-weight: 600;
  text-decoration: none;
  margin-top: 8px;
  padding: 8px 16px;
  border-radius: 8px;
  background: #5f82c314;
  transition: background .15s ease-out, gap .15s ease-out;
  align-self: flex-start
}

.cs-pg .card-link:hover {
  background: #5f82c329;
  gap: 16px
}

.cs-pg .card-link svg {
  transition: transform .15s ease-out
}

.cs-pg .card-link:hover svg {
  transform: translateX(4px)
}

.cs-pg .metrics-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 64px;
  align-items: stretch
}

.cs-pg .metrics-left {
  background: linear-gradient(180deg, #5F82C3 0%, #5f82c3d1 100%);
  border-radius: 8px;
  padding: 32px;
  color: #fff;
  position: relative;
  overflow: hidden
}

.cs-pg .metrics-left::before {
  content: '';
  position: absolute;
  top: -32px;
  right: -32px;
  width: 128px;
  height: 128px;
  border: 2px solid #ffffff26;
  border-radius: 48px;
  pointer-events: none
}

.cs-pg .metrics-hed {
  font-size: 27px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 16px
}

.cs-pg .metrics-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #ffffffe0;
  margin: 0 0 32px
}

.cs-pg .stat-row {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cs-pg .stat-item {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cs-pg .stat-label {
  font-size: 16px;
  color: #ffffffbf
}

.cs-pg .stat-bar-wrap {
  height: 8px;
  background: #fff3;
  border-radius: 8px;
  overflow: hidden
}

.cs-pg .stat-bar {
  height: 100%;
  background: #fff;
  border-radius: 8px;
  transition: width .85s cubic-bezier(0.4, 0, 0.6, 1)
}

.cs-pg .stat-val {
  font-size: 27px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700
}

.cs-pg .metrics-right {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 2px 6px 0 #5f82c314;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cs-pg .metrics-right-hed {
  font-size: 27px;
  line-height: 1.2;
  color: #1e2d42;
  margin: 0
}

.cs-pg .step-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.cs-pg .step-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px
}

.cs-pg .step-num {
  min-width: 32px;
  height: 32px;
  background: #E4EDF1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #5F82C3;
  flex-shrink: 0
}

.cs-pg .step-text {
  font-size: 16px;
  line-height: 1.8;
  color: #3d4a5c;
  margin: 0;
  padding-top: 4px
}

.cs-pg .expert-band {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 64px;
  margin-bottom: 64px;
  align-items: start
}

.cs-pg .expert-portrait-wrap {
  position: relative
}

.cs-pg .expert-portrait {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  object-position: center;
  border-radius: 48px;
  display: block;
  box-shadow: 0 10px 36px 0 #5f82c31f;
  animation: img-wipe .9s cubic-bezier(0.4, 0, 0.6, 1) both .2s
}

.cs-pg .expert-glow {
  position: absolute;
  top: -16px;
  left: -16px;
  right: -16px;
  bottom: -16px;
  border-radius: 48px;
  background: radial-gradient(ellipse at 30% 20%, #c7cee28c 0%, #e4edf100 70%);
  pointer-events: none;
  z-index: -1
}

.cs-pg .expert-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 32px
}

.cs-pg .quote-mark {
  font-size: 68px;
  line-height: 1.2;
  color: #C7CEE2;
  opacity: .45;
  margin-bottom: -32px;
  display: block;
  font-family: Georgia, serif;
  pointer-events: none;
  user-select: none
}

.cs-pg .expert-hed {
  font-size: 27px;
  line-height: 1.2;
  color: #1e2d42;
  margin: 0
}

.cs-pg .expert-body {
  font-size: 16px;
  line-height: 1.8;
  color: #3d4a5c;
  margin: 0
}

.cs-pg .expert-name {
  font-size: 16px;
  color: #5F82C3;
  font-weight: 600;
  margin: 0
}

.cs-pg .expert-role {
  font-size: 16px;
  color: #7a8fa8;
  margin: 0
}

.cs-pg .highlight-cycle span {
  transition: color .18s ease-out, background .18s ease-out;
  border-radius: 8px;
  padding: 0 4px
}

.cs-pg .highlight-cycle span.active {
  background: #5f82c326;
  color: #2c3a52
}

.cs-pg .curve-div {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-bottom: 32px
}

.cs-pg .curve-div svg {
  display: block;
  width: 100%
}

.cs-pg .chevron-bg {
  position: relative
}

.cs-pg .chevron-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(135deg, #5f82c30a 0px, #5f82c30a 1px, transparent 1px, transparent 12px);
  border-radius: 8px;
  pointer-events: none
}

.cs-pg .news-band {
  background: linear-gradient(180deg, #E4EDF1 0%, #fff 100%);
  border-radius: 8px;
  padding: 64px 32px;
  margin-bottom: 64px;
  position: relative
}

.cs-pg .news-hed {
  font-size: 27px;
  line-height: 1.2;
  color: #1e2d42;
  margin: 0 0 8px
}

.cs-pg .news-sub {
  font-size: 16px;
  line-height: 1.8;
  color: #3d4a5c;
  margin: 0 0 32px;
  max-width: 560px
}

.cs-pg .news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px
}

.cs-pg .news-item {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 6px 0 #5f82c314;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start
}

.cs-pg .news-num {
  font-size: 52px;
  line-height: 1.2;
  color: #C7CEE2;
  font-weight: 700;
  min-width: 64px;
  text-align: right
}

.cs-pg .news-item-body {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.cs-pg .news-item-hed {
  font-size: 16px;
  line-height: 1.2;
  color: #1e2d42;
  font-weight: 700;
  margin: 0
}

.cs-pg .news-item-text {
  font-size: 16px;
  line-height: 1.8;
  color: #3d4a5c;
  margin: 0
}

@media (max-width: 1024px) {
  .cs-pg .card-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .cs-pg .metrics-band {
    grid-template-columns: 1fr
  }

  .cs-pg .expert-band {
    grid-template-columns: 220px 1fr;
    gap: 32px
  }

  .cs-pg .pg-hed {
    font-size: 52px
  }
}

@media (max-width: 640px) {
  .cs-pg .card-grid {
    grid-template-columns: 1fr
  }

  .cs-pg .news-grid {
    grid-template-columns: 1fr
  }

  .cs-pg .expert-band {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .cs-pg .expert-portrait {
    max-width: 240px;
    margin: 0 auto
  }

  .cs-pg .pg-hed {
    font-size: 27px
  }

  .cs-pg .pg-band {
    padding: 32px 16px
  }

  .cs-pg .metrics-left,
  .cs-pg .metrics-right {
    padding: 16px
  }

  .cs-pg .news-band {
    padding: 32px 16px
  }
}

@media (max-width: 360px) {
  .cs-pg .card-link {
    padding: 8px;
    font-size: 16px
  }

  .cs-pg .pg-hed {
    font-size: 27px
  }
}

.success-page {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 32px;
  background-color: #fff
}

.success-page .success-wrap {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px
}

.success-page .success-icon {
  width: 72px;
  height: 72px;
  flex-shrink: 0
}

.success-page .success-card {
  background: #E4EDF1;
  border-radius: 8px;
  padding: 64px;
  max-width: 620px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  box-shadow: 0 6px 28px 0 #5f82c31a
}

.success-page .success-heading {
  font-size: 52px;
  line-height: 1.2;
  color: #5F82C3;
  margin: 0;
  text-align: center
}

.success-page .success-subtext {
  font-size: 16px;
  line-height: 1.8;
  color: #2d3a4a;
  text-align: center;
  margin: 0;
  max-width: 480px
}

.success-page .success-divider {
  width: 48px;
  height: 3px;
  background: #5F82C3;
  border-radius: 48px;
  opacity: .4
}

.success-page .success-note {
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
  text-align: center;
  margin: 0;
  max-width: 460px
}

.success-page .success-link {
  display: inline-block;
  margin-top: 8px;
  padding: 16px 32px;
  background: #5F82C3;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color .15s ease-out, clip-path .18s cubic-bezier(0.4, 0, 0.6, 1);
  clip-path: inset(0 0 0 0 round 8px)
}

.success-page .success-link:hover {
  background: #4a6fad;
  clip-path: inset(-2px -4px -2px -4px round 8px)
}

.success-page .success-link:focus {
  outline: 2px solid #5F82C3;
  outline-offset: 3px
}

.success-page .success-link:active {
  background: #3d5e96
}

.success-page .icon-check-bg {
  fill: #5F82C3
}

.success-page .icon-check-mark {
  fill: none;
  stroke: #fff;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round
}

@media (max-width: 640px) {
  .success-page {
    padding: 64px 16px
  }

  .success-page .success-card {
    padding: 32px 16px
  }

  .success-page .success-heading {
    font-size: 27px
  }
}