@charset "UTF-8";

html {
  box-sizing: border-box;
}

body {
  margin: 0;
  overscroll-behavior: contain;
  overflow-x: hidden;
  font-family: 'Alegreya', Georgia, serif;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.pub-header {
  background: linear-gradient(160deg, #ffffff 0%, #E0EDF1 60%, #d4e8ef 100%);
  border-bottom: 1px solid #AFC2D7;
  box-shadow: 0 1px 5px 0 rgba(67, 148, 154, 0.05), 0 5px 20px 0 rgba(67, 148, 154, 0.09);
  position: relative;
  z-index: 100;
}

.pub-top-bar {
  max-width: 1024px;
  margin: 0 auto;
  padding: 24px 40px 16px 40px;
  display: flex;
  align-items: center;
  gap: 24px;
}

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

.brand-emblem {
  width: 72px;
  height: 72px;
  border-radius: 42px;
  background-color: rgba(67, 148, 154, 0.08);
  border: 1px solid rgba(67, 148, 154, 0.22);
  box-shadow: 0 1px 5px 0 rgba(67, 148, 154, 0.05), 0 5px 20px 0 rgba(67, 148, 154, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  flex-shrink: 0;
}

.brand-emblem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brand-text-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand-name {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  color: #1b4f52;
  letter-spacing: 0;
}

.brand-descriptor {
  font-size: 14px;
  line-height: 1.4;
  color: #43949A;
  font-weight: 400;
  font-style: italic;
}

.pub-nav-bar {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 40px;
  border-top: 1px solid rgba(175, 194, 215, 0.5);
}

.pub-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}

.pub-nav-item {
  position: relative;
}

.pub-nav-link {
  display: inline-block;
  padding: 16px 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  color: #2a6e73;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  border-radius: 2px;
  transition: color 0.18s ease-out, background-color 0.18s ease-out;
  overflow: hidden;
  vertical-align: middle;
}

.pub-nav-link:hover {
  color: #ffffff;
  background-color: #43949A;
}

.pub-nav-link:focus {
  outline: 2px solid #43949A;
  outline-offset: 2px;
  transform: scale(1.02);
}

.pub-nav-link[aria-current="page"] {
  color: #43949A;
  border-bottom: 2px solid #43949A;
}

.site-footer {
  background: linear-gradient(180deg, #E0EDF1 0%, #d0e5ec 100%);
  box-shadow: inset 0 2px 4px 0 rgba(67, 148, 154, 0.08), 0 9px 36px 0 rgba(67, 148, 154, 0.11);
  position: relative;
}

.footer-upper {
  max-width: 1024px;
  margin: 0 auto;
  padding: 80px 40px 40px 40px;
  display: flex;
  align-items: flex-start;
  gap: 80px;
  flex-wrap: wrap;
}

.footer-brand-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 0 0 auto;
}

.footer-emblem {
  width: 68px;
  height: 68px;
  border-radius: 42px;
  background-color: rgba(67, 148, 154, 0.1);
  border: 1px solid rgba(67, 148, 154, 0.25);
  box-shadow: 0 1px 5px 0 rgba(67, 148, 154, 0.05), 0 5px 20px 0 rgba(67, 148, 154, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.footer-emblem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.footer-brand-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  color: #1b4f52;
}

.footer-tagline {
  font-size: 14px;
  line-height: 1.7;
  color: #2a6e73;
  max-width: 220px;
}

.footer-links-col {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links-heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  color: #43949A;
  text-transform: uppercase;
}

.footer-policy-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-policy-link {
  font-size: 15px;
  line-height: 1.4;
  color: #2a6e73;
  text-decoration: none;
  border-radius: 2px;
  transition: color 0.14s ease-out;
  display: inline-block;
}

.footer-policy-link:hover {
  color: #43949A;
  text-decoration: underline;
}

.footer-policy-link:focus {
  outline: 2px solid #43949A;
  outline-offset: 2px;
  transform: scale(1.02);
}

.footer-contact-col {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-contact-heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  color: #43949A;
  text-transform: uppercase;
}

.footer-email-link {
  font-size: 15px;
  line-height: 1.4;
  color: #2a6e73;
  text-decoration: none;
  border-radius: 2px;
  transition: color 0.14s ease-out;
}

.footer-email-link:hover {
  color: #43949A;
  text-decoration: underline;
}

.footer-email-link:focus {
  outline: 2px solid #43949A;
  outline-offset: 2px;
  transform: scale(1.02);
}

.footer-lower {
  border-top: 1px solid rgba(67, 148, 154, 0.18);
  max-width: 1024px;
  margin: 0 auto;
  padding: 24px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-copy {
  font-size: 14px;
  line-height: 1.4;
  color: #43949A;
}

.cookie-notice {
  display: none;
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 2000;
  background: #ffffff;
  border: 1px solid #AFC2D7;
  border-radius: 14px;
  box-shadow: 0 9px 36px 0 rgba(67, 148, 154, 0.11), 0 5px 20px 0 rgba(67, 148, 154, 0.09);
  padding: 24px;
  max-width: 320px;
  width: calc(100vw - 48px);
}

.cookie-headline {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: #1b4f52;
  margin: 0 0 8px 0;
}

.cookie-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #2a6e73;
  margin: 0 0 16px 0;
}

.cookie-opt-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.cookie-opt-label {
  font-size: 14px;
  line-height: 1.4;
  color: #2a6e73;
  flex: 1;
}

.cookie-opt-check {
  width: 16px;
  height: 16px;
  accent-color: #43949A;
  cursor: pointer;
  box-shadow: inset 0 1px 3px 0 rgba(67, 148, 154, 0.15);
}

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

.cookie-accept-btn {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  background-color: #43949A;
  border: none;
  border-radius: 2px;
  padding: 8px 16px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.16s ease-out;
  min-height: 44px;
}

.cookie-accept-btn:hover {
  background-color: #2a6e73;
}

.cookie-accept-btn:focus {
  outline: 2px solid #43949A;
  outline-offset: 2px;
  transform: scale(1.02);
}

.cookie-decline-link {
  font-size: 14px;
  line-height: 1.4;
  color: #43949A;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.cookie-decline-link:hover {
  color: #1b4f52;
}

.cookie-decline-link:focus {
  outline: 2px solid #43949A;
  outline-offset: 2px;
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .pub-top-bar {
    padding: 16px 16px 8px 16px;
    gap: 16px;
  }

  .pub-nav-bar {
    padding: 0 16px;
  }

  .pub-nav-link {
    padding: 12px 8px;
    font-size: 14px;
  }

  .footer-upper {
    padding: 40px 16px 24px 16px;
    gap: 40px;
    flex-direction: column;
  }

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

  .brand-name {
    font-size: 20px;
  }

  .brand-emblem {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .brand-descriptor {
    display: none;
  }

  .pub-nav-link {
    padding: 12px 6px;
    font-size: 14px;
  }
}

.legal-dv-info {
  max-width: 1024px;
  margin: 0 auto;
  padding: 80px 40px;
}

.legal-dv-info p {
  font-size: 17px;
  line-height: 1.7;
  color: #2c3a3b;
  margin-top: 0;
  margin-bottom: 24px;
}

.legal-dv-info ul,
.legal-dv-info ol {
  font-size: 17px;
  line-height: 1.7;
  color: #2c3a3b;
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
}

.legal-dv-info li {
  margin-bottom: 8px;
}

.legal-dv-info li:last-child {
  margin-bottom: 0;
}

.legal-dv-info ul li::marker {
  color: #43949A;
}

.legal-dv-info ol li::marker {
  color: #43949A;
  font-weight: 600;
}

.legal-dv-info strong,
.legal-dv-info b {
  font-weight: 700;
  color: #1e2e2f;
}

.legal-dv-info em,
.legal-dv-info i {
  font-style: italic;
  color: #3a5254;
}

.legal-dv-info a {
  color: #43949A;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.18s ease-out, text-decoration-color 0.18s ease-out;
}

.legal-dv-info a:hover {
  color: #2d6e73;
  text-decoration-color: #AFC2D7;
}

.legal-dv-info a:visited {
  color: #5a7e9a;
}

.legal-dv-info table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 40px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 5px 0 rgba(67, 148, 154, 0.05), 0 5px 20px 0 rgba(67, 148, 154, 0.09);
}

.legal-dv-info thead {
  background-color: #43949A;
}

.legal-dv-info thead th {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 24px;
  text-align: left;
  border: none;
}

.legal-dv-info tbody tr {
  border-bottom: 1px solid #E0EDF1;
  transition: background-color 0.15s ease-out;
}

.legal-dv-info tbody tr:last-child {
  border-bottom: none;
}

.legal-dv-info tbody tr:nth-child(even) {
  background-color: #f4f9fb;
}

.legal-dv-info tbody tr:hover {
  background-color: #E0EDF1;
}

.legal-dv-info td {
  padding: 16px 24px;
  font-size: 15px;
  line-height: 1.7;
  color: #2c3a3b;
  vertical-align: top;
  border: none;
}

.legal-dv-info th {
  padding: 16px 24px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  vertical-align: top;
  border: none;
}

.legal-dv-info div {
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .legal-dv-info {
    padding: 40px 24px;
  }

  .legal-dv-info p,
  .legal-dv-info ul,
  .legal-dv-info ol {
    font-size: 15px;
  }

  .legal-dv-info ul,
  .legal-dv-info ol {
    padding-left: 24px;
  }

  .legal-dv-info table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 2px;
  }

  .legal-dv-info thead th,
  .legal-dv-info td {
    padding: 16px;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .legal-dv-info {
    padding: 24px 16px;
  }

  .legal-dv-info p,
  .legal-dv-info ul,
  .legal-dv-info ol,
  .legal-dv-info td {
    font-size: 15px;
  }
}

.bd-root {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 16px;
  overflow: hidden;
}

.bd-root .reveal-mask {
  animation: maskReveal 0.55s cubic-bezier(0.4, 0, 0.6, 1) both;
}

@keyframes maskReveal {
  from {
    clip-path: inset(50% 50% 50% 50%);
    opacity: 0;
  }

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

@keyframes gentleShake {

  0%,
  100% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-3px);
  }

  40% {
    transform: translateX(3px);
  }

  60% {
    transform: translateX(-2px);
  }

  80% {
    transform: translateX(2px);
  }
}

.bd-root .shake-periodic {
  animation: gentleShake 0.18s ease-out 2s 3;
}

.bd-root .dotted-divider {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 40px 0;
  align-items: stretch;
}

.bd-root .dotted-divider span {
  display: block;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #43949A 0, #43949A 4px, transparent 4px, transparent 10px);
  opacity: 0.28;
}

.bd-root .dotted-divider span:last-child {
  background-image: repeating-linear-gradient(to right, #AFC2D7 0, #AFC2D7 4px, transparent 4px, transparent 10px);
  opacity: 0.18;
}

.bd-root .title-strip {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 40px;
  padding: 40px 0 24px;
  position: relative;
}

.bd-root .title-strip .text-zone {
  flex: 1 1 0;
  position: relative;
  padding: 24px 24px 24px 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bd-root .title-strip .dot-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #43949A 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.07;
  border-radius: 2px;
}

.bd-root .title-strip .meta-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.bd-root .title-strip .tag-pill {
  background: #E0EDF1;
  color: #43949A;
  font-size: 14px;
  line-height: 1.4;
  padding: 4px 16px;
  border-radius: 42px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bd-root .title-strip .readtime-label {
  font-size: 14px;
  line-height: 1.4;
  color: #5a7a8a;
}

.bd-root .title-strip .views-label {
  font-size: 14px;
  line-height: 1.4;
  color: #5a7a8a;
}

.bd-root .title-strip .article-heading {
  font-size: 36px;
  line-height: 1.1;
  color: #1b3540;
  margin: 0;
  font-weight: 700;
}

.bd-root .title-strip .article-heading em {
  font-style: normal;
  text-decoration: underline;
  text-decoration-color: #43949A;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.bd-root .title-strip .author-byline {
  font-size: 15px;
  line-height: 1.4;
  color: #3a5a6a;
  margin: 0;
}

.bd-root .title-strip .author-byline strong {
  color: #43949A;
}

.bd-root .title-strip .img-card {
  width: 260px;
  flex-shrink: 0;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 5px 20px 0 rgba(67, 148, 154, 0.09);
}

.bd-root .title-strip .img-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  filter: sepia(0.22) contrast(1.08) brightness(0.97) saturate(0.88);
}

.bd-root .title-strip .img-card .film-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(67, 148, 154, 0.08) 0%, rgba(175, 194, 215, 0.18) 100%);
  pointer-events: none;
}

.bd-root .article-body-wrap {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  padding: 0 0 40px;
  background: linear-gradient(180deg, #ffffff 0%, #E0EDF1 100%);
  border-radius: 14px;
  padding: 40px;
}

.bd-root .article-body-wrap .body-text {
  flex: 1 1 0;
  min-width: 0;
}

.bd-root .article-body-wrap .body-text .article-content p {
  font-size: 17px;
  line-height: 1.7;
  color: #1b3540;
  margin: 0 0 16px;
}

.bd-root .article-body-wrap .body-text .article-content h2 {
  font-size: 26px;
  line-height: 1.4;
  color: #1b3540;
  margin: 40px 0 16px;
  font-weight: 700;
}

.bd-root .article-body-wrap .body-text .article-content ul {
  margin: 0 0 16px 24px;
  padding: 0;
}

.bd-root .article-body-wrap .body-text .article-content li {
  font-size: 17px;
  line-height: 1.7;
  color: #1b3540;
  margin-bottom: 8px;
  list-style: disc;
}

.bd-root .article-body-wrap .body-text .article-content abbr {
  text-decoration: underline dotted #43949A;
  cursor: help;
}

.bd-root .article-body-wrap .body-text .article-content em {
  color: #43949A;
  font-style: italic;
}

.bd-root .article-body-wrap .body-text .article-content figure {
  margin: 24px 0;
  border-radius: 14px;
  overflow: hidden;
}

.bd-root .article-body-wrap .body-text .article-content figcaption {
  font-size: 14px;
  line-height: 1.4;
  color: #5a7a8a;
  margin-top: 8px;
  padding: 0 8px;
}

.bd-root .article-body-wrap .sidebar {
  width: 220px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bd-root .article-body-wrap .sidebar .cat-badge {
  background: linear-gradient(180deg, #43949A 0%, #AFC2D7 100%);
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  padding: 8px 16px;
  border-radius: 2px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: block;
}

.bd-root .article-body-wrap .sidebar .reading-progress {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bd-root .article-body-wrap .sidebar .reading-progress .prog-label {
  font-size: 14px;
  line-height: 1.4;
  color: #3a5a6a;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.bd-root .article-body-wrap .sidebar .prog-dots {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  padding-left: 16px;
}

.bd-root .article-body-wrap .sidebar .prog-dots::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: #E0EDF1;
}

.bd-root .article-body-wrap .sidebar .prog-dot-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  position: relative;
}

.bd-root .article-body-wrap .sidebar .prog-dot-item .dot {
  width: 12px;
  height: 12px;
  border-radius: 42px;
  background: #E0EDF1;
  border: 2px solid #AFC2D7;
  flex-shrink: 0;
  margin-left: -16px;
  transition: background 0.15s ease-out, border-color 0.15s ease-out;
}

.bd-root .article-body-wrap .sidebar .prog-dot-item.active .dot {
  background: #43949A;
  border-color: #43949A;
}

.bd-root .article-body-wrap .sidebar .prog-dot-item .dot-label {
  font-size: 14px;
  line-height: 1.4;
  color: #5a7a8a;
}

.bd-root .article-body-wrap .sidebar .prog-dot-item.active .dot-label {
  color: #1b3540;
  font-weight: 600;
}

.bd-root .article-body-wrap .sidebar .chart-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bd-root .article-body-wrap .sidebar .chart-label {
  font-size: 14px;
  line-height: 1.4;
  color: #3a5a6a;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.bd-root .spider-chart {
  width: 180px;
  height: 180px;
  display: block;
  margin: 0 auto;
}

.bd-root .lines-section {
  position: relative;
  padding: 40px;
  border-radius: 14px;
  margin-bottom: 0;
  background: #f4f9fb;
  overflow: hidden;
}

.bd-root .lines-section .lines-texture {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(45deg,
      rgba(67, 148, 154, 0.04) 0,
      rgba(67, 148, 154, 0.04) 1px,
      transparent 1px,
      transparent 12px);
  border-radius: 14px;
}

.bd-root .lines-section .lines-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
}

.bd-root .lines-section .lines-rich {
  flex: 2 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bd-root .lines-section .lines-minimal {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 40px;
}

.bd-root .lines-section .block-num {
  font-size: 48px;
  line-height: 1.1;
  color: #43949A;
  opacity: 0.09;
  font-weight: 900;
  position: absolute;
  top: 16px;
  left: 40px;
  pointer-events: none;
  user-select: none;
}

.bd-root .lines-section .rich-heading {
  font-size: 26px;
  line-height: 1.4;
  color: #1b3540;
  margin: 0;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-top: 24px;
}

.bd-root .lines-section .rich-para {
  font-size: 17px;
  line-height: 1.7;
  color: #1b3540;
  margin: 0;
}

.bd-root .lines-section .metric-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}

.bd-root .lines-section .metric-card {
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  flex: 1 1 120px;
  box-shadow: 0 1px 5px 0 rgba(67, 148, 154, 0.05);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bd-root .lines-section .metric-val {
  font-size: 26px;
  line-height: 1.1;
  color: #43949A;
  font-weight: 700;
}

.bd-root .lines-section .metric-desc {
  font-size: 14px;
  line-height: 1.4;
  color: #5a7a8a;
}

.bd-root .lines-section .minimal-label {
  font-size: 20px;
  line-height: 1.4;
  color: #1b3540;
  font-weight: 700;
  margin: 0;
}

.bd-root .lines-section .minimal-sub {
  font-size: 15px;
  line-height: 1.7;
  color: #5a7a8a;
  margin: 0;
}

.bd-root .lines-section .minimal-link {
  font-size: 15px;
  line-height: 1.4;
  color: #43949A;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  transition: color 0.15s ease-out;
}

.bd-root .lines-section .minimal-link:hover {
  color: #1b3540;
}

.bd-root .lines-section .minimal-link .link-arrow {
  width: 18px;
  height: 18px;
  display: inline-block;
}

.bd-root .cta-strip {
  background: linear-gradient(180deg, #43949A 0%, #AFC2D7 100%);
  border-radius: 14px;
  padding: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.bd-root .cta-strip .geo-circle {
  position: absolute;
  border-radius: 42px;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.bd-root .cta-strip .geo-circle.c1 {
  width: 180px;
  height: 180px;
  right: -40px;
  top: -40px;
}

.bd-root .cta-strip .geo-circle.c2 {
  width: 280px;
  height: 280px;
  right: -80px;
  top: -80px;
}

.bd-root .cta-strip .cta-text {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bd-root .cta-strip .cta-heading {
  font-size: 26px;
  line-height: 1.4;
  color: #fff;
  margin: 0;
  font-weight: 700;
}

.bd-root .cta-strip .cta-sub {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.bd-root .cta-strip .cta-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}

.bd-root .cta-strip .btn-primary {
  background: #fff;
  color: #43949A;
  border: none;
  border-radius: 2px;
  padding: 16px 24px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 5px 20px 0 rgba(67, 148, 154, 0.09);
  transition: box-shadow 0.15s ease-out, background 0.15s ease-out;
  text-align: center;
}

.bd-root .cta-strip .btn-primary:hover {
  background: #E0EDF1;
  box-shadow: 0 9px 36px 0 rgba(67, 148, 154, 0.11);
}

.bd-root .cta-strip .btn-primary:focus {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.bd-root .cta-strip .btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 2px;
  padding: 14px 24px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: border-color 0.18s ease-out, background 0.18s ease-out;
  text-align: center;
}

.bd-root .cta-strip .btn-secondary:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.bd-root .cta-strip .btn-secondary:focus {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

@keyframes invalidShake {

  0%,
  100% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-4px);
  }

  40% {
    transform: translateX(4px);
  }

  60% {
    transform: translateX(-3px);
  }

  80% {
    transform: translateX(3px);
  }
}

.bd-root .btn-shake {
  animation: invalidShake 0.18s ease-out;
}

.bd-root .newsletter-row {
  padding: 40px 0 80px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.bd-root .newsletter-row .nl-heading {
  font-size: 20px;
  line-height: 1.4;
  color: #1b3540;
  margin: 0;
  font-weight: 700;
}

.bd-root .newsletter-row .nl-sub {
  font-size: 15px;
  line-height: 1.7;
  color: #5a7a8a;
  margin: 0;
}

.bd-root .newsletter-row form {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
  align-items: stretch;
}

.bd-root .newsletter-row form input[type="email"] {
  border: 1.5px solid #AFC2D7;
  border-radius: 2px;
  padding: 16px;
  font-size: 15px;
  line-height: 1.4;
  color: #1b3540;
  background: #fff;
  box-shadow: inset 0 2px 4px 0 rgba(67, 148, 154, 0.05);
  outline: none;
  min-width: 240px;
  transition: border-color 0.15s ease-out, box-shadow 0.15s ease-out;
}

.bd-root .newsletter-row form input[type="email"]::placeholder {
  color: #AFC2D7;
  transition: opacity 0.2s ease-out;
}

.bd-root .newsletter-row form input[type="email"]:focus::placeholder {
  opacity: 0;
}

.bd-root .newsletter-row form input[type="email"]:focus {
  border-color: #43949A;
  box-shadow: inset 0 2px 4px 0 rgba(67, 148, 154, 0.09);
}

.bd-root .newsletter-row form .btn-nl {
  background: #43949A;
  color: #fff;
  border: none;
  border-radius: 2px;
  padding: 16px 24px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  cursor: pointer;
  transition: background 0.15s ease-out, box-shadow 0.15s ease-out;
  box-shadow: 0 1px 5px 0 rgba(67, 148, 154, 0.05);
}

.bd-root .newsletter-row form .btn-nl:hover {
  background: #357a80;
  box-shadow: 0 5px 20px 0 rgba(67, 148, 154, 0.09);
}

.bd-root .newsletter-row form .btn-nl:focus {
  outline: 3px solid #43949A;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .bd-root .title-strip {
    flex-direction: column-reverse;
    gap: 16px;
  }

  .bd-root .title-strip .img-card {
    width: 100%;
  }

  .bd-root .title-strip .text-zone {
    padding: 16px;
  }

  .bd-root .article-body-wrap {
    flex-direction: column;
    padding: 24px;
    gap: 24px;
  }

  .bd-root .article-body-wrap .sidebar {
    width: 100%;
  }

  .bd-root .lines-section .lines-inner {
    flex-direction: column;
    gap: 24px;
  }

  .bd-root .lines-section .lines-minimal {
    padding-top: 0;
  }

  .bd-root .cta-strip {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
  }
}

@media (max-width: 480px) {
  .bd-root .title-strip .article-heading {
    font-size: 26px;
  }

  .bd-root .lines-section {
    padding: 24px;
  }

  .bd-root .newsletter-row form input[type="email"] {
    min-width: 100%;
  }

  .bd-root .newsletter-row form {
    flex-direction: column;
    width: 100%;
  }

  .bd-root .newsletter-row form .btn-nl {
    width: 100%;
  }
}

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

.ab-auth .ab-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
}

.ab-auth .splash {
  background: linear-gradient(180deg, #43949A 0%, #AFC2D7 100%);
  position: relative;
  padding: 80px 0 0;
  overflow: hidden;
}

.ab-auth .splash-mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.13) 0%, transparent 55%),
    radial-gradient(circle at 80% 70%, rgba(224, 237, 241, 0.18) 0%, transparent 50%),
    radial-gradient(circle at 60% 10%, rgba(67, 148, 154, 0.22) 0%, transparent 45%);
  pointer-events: none;
}

.ab-auth .splash-geo {
  position: absolute;
  top: -60px;
  right: -80px;
  width: 340px;
  height: 340px;
  background: rgba(255, 255, 255, 0.06);
  transform: rotate(28deg);
  border-radius: 14px;
  pointer-events: none;
}

.ab-auth .splash-geo-2 {
  position: absolute;
  bottom: 40px;
  left: -60px;
  width: 200px;
  height: 200px;
  background: rgba(224, 237, 241, 0.08);
  transform: rotate(-15deg);
  border-radius: 2px;
  pointer-events: none;
}

.ab-auth .splash-row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.ab-auth .splash-copy {
  flex: 1;
  padding-bottom: 80px;
}

.ab-auth .splash-eyebrow {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 8px;
}

.ab-auth .splash-h1 {
  font-size: 48px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 24px;
  font-weight: 700;
}

.ab-auth .splash-h1 em {
  font-style: italic;
  color: #E0EDF1;
}

.ab-auth .splash-lead {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 40px;
  max-width: 480px;
}

.ab-auth .splash-portrait-col {
  flex-shrink: 0;
  width: 160px;
  align-self: flex-end;
}

.ab-auth .splash-portrait-frame {
  width: 160px;
  height: 224px;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 9px 36px 0 rgba(67, 148, 154, 0.11);
  filter: saturate(0.82) brightness(0.96);
}

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

.ab-auth .splash-wave {
  display: block;
  width: 100%;
  height: 56px;
  margin-top: -1px;
}

.ab-auth .splash-stat-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-bottom: 40px;
}

.ab-auth .splash-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ab-auth .stat-num {
  font-size: 36px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
}

.ab-auth .stat-label {
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
}

.ab-auth .divider-angle {
  height: 3px;
  background: linear-gradient(180deg, #43949A 0%, #AFC2D7 100%);
  transform: skewY(-1.2deg);
  margin: 0;
  border: none;
}

.ab-auth .story-band {
  background: #fff;
  padding: 80px 0;
  position: relative;
}

.ab-auth .story-band::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #43949A 0%, #AFC2D7 100%);
  border-radius: 0 2px 2px 0;
}

.ab-auth .story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.ab-auth .story-num {
  font-size: 48px;
  line-height: 1.1;
  color: rgba(175, 194, 215, 0.18);
  font-weight: 700;
  margin-bottom: -16px;
  display: block;
}

.ab-auth .story-h2 {
  font-size: 36px;
  line-height: 1.1;
  color: #2a5f63;
  margin: 0 0 24px;
  font-weight: 700;
}

.ab-auth .story-body {
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
  margin: 0 0 16px;
}

.ab-auth .story-img-wrap {
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 5px 20px 0 rgba(67, 148, 154, 0.09);
  aspect-ratio: 1/1;
}

.ab-auth .story-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.6, 1);
}

.ab-auth .story-img-wrap:hover img {
  transform: scale(1.03);
}

.ab-auth .story-img-wrap-2 {
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 5px 20px 0 rgba(67, 148, 154, 0.09);
  aspect-ratio: 1/1;
}

.ab-auth .story-img-wrap-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.6, 1);
}

.ab-auth .story-img-wrap-2:hover img {
  transform: scale(1.03);
}

.ab-auth .story-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

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

.ab-auth .trail-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}

.ab-auth .trail-dot-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4px;
}

.ab-auth .trail-dot {
  width: 10px;
  height: 10px;
  border-radius: 42px;
  background: #43949A;
  flex-shrink: 0;
}

.ab-auth .trail-dot.dim {
  background: #AFC2D7;
}

.ab-auth .trail-line {
  width: 2px;
  flex: 1;
  min-height: 20px;
  background: rgba(175, 194, 215, 0.4);
  margin-top: 4px;
}

.ab-auth .trail-text {
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
  flex: 1;
}

.ab-auth .trail-text strong {
  color: #2a5f63;
}

.ab-auth .divider-plain {
  height: 1px;
  background: linear-gradient(180deg, #43949A 0%, #E0EDF1 100%);
  border: none;
  margin: 0;
  opacity: 0.35;
}

.ab-auth .approach-band {
  background: #E0EDF1;
  padding: 80px 0;
  position: relative;
}

.ab-auth .approach-poly {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.ab-auth .approach-poly svg {
  position: absolute;
  right: 0;
  top: 0;
  width: 420px;
  height: 100%;
  opacity: 0.13;
}

.ab-auth .approach-h2 {
  font-size: 36px;
  line-height: 1.1;
  color: #2a5f63;
  margin: 0 0 8px;
  font-weight: 700;
}

.ab-auth .approach-num {
  font-size: 48px;
  line-height: 1.1;
  color: rgba(67, 148, 154, 0.13);
  font-weight: 700;
  margin-bottom: -16px;
  display: block;
}

.ab-auth .approach-sub {
  font-size: 15px;
  line-height: 1.7;
  color: #4b6e74;
  margin: 0 0 40px;
  max-width: 560px;
}

.ab-auth .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ab-auth .ab-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 1px 5px 0 rgba(67, 148, 154, 0.05);
  transition: box-shadow 0.18s ease-out, transform 0.18s ease-out;
  position: relative;
  overflow: hidden;
}

.ab-auth .ab-card:hover {
  box-shadow: 0 9px 36px 0 rgba(67, 148, 154, 0.11);
  transform: translateY(-3px);
}

.ab-auth .ab-card-num {
  font-size: 36px;
  line-height: 1.1;
  color: rgba(175, 194, 215, 0.25);
  font-weight: 700;
  position: absolute;
  top: 8px;
  right: 16px;
}

.ab-auth .ab-card-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
}

.ab-auth .ab-card-h {
  font-size: 17px;
  line-height: 1.4;
  color: #2a5f63;
  margin: 0 0 8px;
  font-weight: 600;
}

.ab-auth .ab-card-p {
  font-size: 14px;
  line-height: 1.7;
  color: #4b6e74;
  margin: 0;
}

.ab-auth .divider-thick {
  height: 4px;
  background: linear-gradient(180deg, #AFC2D7 0%, #43949A 100%);
  border: none;
  margin: 0;
}

.ab-auth .connect-band {
  background: #fff;
  padding: 80px 0;
  position: relative;
}

.ab-auth .connect-band::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #AFC2D7 0%, #43949A 100%);
  border-radius: 2px 0 0 2px;
}

.ab-auth .connect-anim-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  animation: bg-osc 6s cubic-bezier(0.4, 0, 0.6, 1) infinite alternate;
}

@keyframes bg-osc {
  0% {
    background: rgba(224, 237, 241, 0);
  }

  100% {
    background: rgba(224, 237, 241, 0.22);
  }
}

.ab-auth .connect-row {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start;
}

.ab-auth .connect-left {
  flex: 1;
}

.ab-auth .connect-num {
  font-size: 48px;
  line-height: 1.1;
  color: rgba(175, 194, 215, 0.18);
  font-weight: 700;
  margin-bottom: -16px;
  display: block;
}

.ab-auth .connect-h2 {
  font-size: 36px;
  line-height: 1.1;
  color: #2a5f63;
  margin: 0 0 16px;
  font-weight: 700;
}

.ab-auth .connect-body {
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
  margin: 0 0 24px;
}

.ab-auth .connect-email-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: #E0EDF1;
  border-radius: 42px;
  padding: 16px 24px;
  margin-bottom: 40px;
  box-shadow: inset 0 2px 4px 0 rgba(67, 148, 154, 0.08);
  max-width: 400px;
}

.ab-auth .email-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.ab-auth .email-link {
  font-size: 15px;
  line-height: 1.4;
  color: #2a5f63;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.15s ease-out;
}

.ab-auth .email-link:hover {
  color: #43949A;
}

.ab-auth .connect-links-h {
  font-size: 14px;
  line-height: 1.4;
  color: #4b6e74;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin: 0 0 16px;
}

.ab-auth .page-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ab-auth .page-link-item a {
  font-size: 15px;
  line-height: 1.7;
  color: #43949A;
  text-decoration: none;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  transition: color 0.15s ease-out;
}

.ab-auth .page-link-item a:hover {
  color: #2a5f63;
}

.ab-auth .link-arr {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.ab-auth .connect-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ab-auth .connect-img-wrap {
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 1/1;
  box-shadow: 0 5px 20px 0 rgba(67, 148, 154, 0.09);
}

.ab-auth .connect-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.6, 1);
}

.ab-auth .connect-img-wrap:hover img {
  transform: scale(1.04);
}

.ab-auth .connect-quote {
  background: linear-gradient(180deg, #43949A 0%, #AFC2D7 100%);
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 5px 20px 0 rgba(67, 148, 154, 0.09);
}

.ab-auth .connect-quote p {
  font-size: 15px;
  line-height: 1.7;
  color: #fff;
  margin: 0;
  font-style: italic;
}

.ab-auth .connect-quote cite {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 8px;
  font-style: normal;
}

@media (max-width: 768px) {
  .ab-auth .splash-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .ab-auth .splash-portrait-col {
    width: 120px;
  }

  .ab-auth .splash-portrait-frame {
    width: 120px;
    height: 168px;
  }

  .ab-auth .splash-h1 {
    font-size: 36px;
  }

  .ab-auth .story-grid {
    grid-template-columns: 1fr;
  }

  .ab-auth .cards-grid {
    grid-template-columns: 1fr;
  }

  .ab-auth .connect-row {
    flex-direction: column;
    gap: 40px;
  }

  .ab-auth .splash-stat-row {
    gap: 24px;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .ab-auth .splash-h1 {
    font-size: 26px;
  }

  .ab-auth .story-h2,
  .ab-auth .approach-h2,
  .ab-auth .connect-h2 {
    font-size: 26px;
  }

  .ab-auth .cards-grid {
    grid-template-columns: 1fr;
  }
}

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

.opn .opn-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
}

.opn .opn-title-block {
  background: #1a2e35;
  padding: 80px 0 64px;
  position: relative;
}

.opn .opn-title-block::before {
  content: "∑";
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 260px;
  color: #43949A;
  opacity: 0.07;
  line-height: 1.1;
  pointer-events: none;
  overflow: hidden;
}

.opn .opn-title-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
}

.opn .opn-title-text {
  flex: 1 1 0;
}

.opn .opn-eyebrow {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #AFC2D7;
  margin-bottom: 16px;
  display: block;
}

.opn .opn-h1 {
  font-size: 48px;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 24px;
  font-weight: 700;
}

.opn .opn-h1 em {
  font-style: italic;
  color: #43949A;
  font-family: Georgia, serif;
}

.opn .opn-tagline {
  font-size: 17px;
  line-height: 1.7;
  color: #AFC2D7;
  margin: 0 0 40px;
  max-width: 480px;
}

.opn .opn-cta-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}

.opn .opn-btn-primary {
  display: inline-block;
  padding: 16px 40px;
  background: #43949A;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  transition: background 0.18s ease-out, transform 0.12s ease-out;
}

.opn .opn-btn-primary:hover {
  background: #357c82;
  transform: translateY(-1px);
}

.opn .opn-btn-secondary {
  display: inline-block;
  padding: 16px 40px;
  background: transparent;
  color: #AFC2D7;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #AFC2D7;
  cursor: pointer;
  transition: color 0.18s ease-out, border-color 0.18s ease-out;
}

.opn .opn-btn-secondary:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.opn .opn-title-img-wrap {
  flex: 0 0 320px;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 7/9;
}

.opn .opn-title-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.7) sepia(0.3) brightness(0.85);
  animation: opn-wipe 0.7s cubic-bezier(0.4, 0, 0.6, 1) both;
}

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

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

.opn .opn-title-img-deco {
  position: absolute;
  bottom: -24px;
  right: -24px;
  width: 120px;
  height: 120px;
  border-radius: 42px;
  background: #43949A;
  opacity: 0.13;
  pointer-events: none;
}

.opn .opn-divider-dash {
  border: none;
  border-top: 1px dashed #AFC2D7;
  margin: 0;
  opacity: 0.35;
}

.opn .opn-post-strip {
  padding: 80px 0;
  background: #ffffff;
}

.opn .opn-post-strip-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
}

.opn .opn-post-label {
  flex: 0 0 200px;
}

.opn .opn-section-num {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
  color: #E0EDF1;
  display: block;
  margin-bottom: 8px;
}

.opn .opn-section-title {
  font-size: 26px;
  line-height: 1.4;
  color: #1a2e35;
  margin: 0 0 16px;
  font-weight: 700;
}

.opn .opn-section-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #4a6570;
  margin: 0;
}

.opn .opn-post-card {
  flex: 1 1 0;
  display: flex;
  flex-direction: row;
  gap: 24px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 5px 20px 0 rgba(67, 148, 154, 0.09);
  overflow: hidden;
  transition: box-shadow 0.18s ease-out;
}

.opn .opn-post-card:hover {
  box-shadow: 0 9px 36px 0 rgba(67, 148, 154, 0.11);
}

.opn .opn-post-img-wrap {
  flex: 0 0 220px;
  overflow: hidden;
  position: relative;
}

.opn .opn-post-img-wrap img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.8) brightness(0.95);
  transition: transform 0.22s ease-out;
}

.opn .opn-post-card:hover .opn-post-img-wrap img {
  transform: scale(1.04);
}

.opn .opn-post-body {
  flex: 1 1 0;
  padding: 24px 24px 24px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.opn .opn-tag {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #43949A;
  letter-spacing: 0.06em;
}

.opn .opn-cat-badge {
  display: inline-block;
  font-size: 14px;
  background: #E0EDF1;
  color: #43949A;
  border-radius: 42px;
  padding: 4px 16px;
  font-weight: 600;
}

.opn .opn-post-h {
  font-size: 20px;
  line-height: 1.4;
  color: #1a2e35;
  margin: 0;
  font-weight: 700;
}

.opn .opn-post-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #4a6570;
  margin: 0;
}

.opn .opn-post-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.opn .opn-meta-author {
  font-size: 14px;
  color: #4a6570;
}

.opn .opn-meta-rt {
  font-size: 14px;
  color: #4a6570;
}

.opn .opn-meta-views {
  font-size: 14px;
  color: #4a6570;
}

.opn .opn-read-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #43949A;
  text-decoration: none;
  transition: color 0.15s ease-out;
  position: relative;
  overflow: hidden;
}

.opn .opn-read-link:hover {
  color: #357c82;
}

.opn .opn-read-link span {
  display: inline-block;
  transition: transform 0.15s ease-out;
}

.opn .opn-read-link:hover span {
  transform: translateX(4px);
}

.opn .opn-divider-solid {
  border: none;
  border-top: 1px solid #E0EDF1;
  margin: 0;
}

.opn .opn-about-strip {
  padding: 80px 0;
  background: #43949A;
  position: relative;
  overflow: hidden;
}

.opn .opn-about-strip::before {
  content: "∂";
  position: absolute;
  left: -40px;
  top: -30px;
  font-size: 320px;
  color: #ffffff;
  opacity: 0.05;
  line-height: 1.1;
  pointer-events: none;
}

.opn .opn-about-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: center;
}

.opn .opn-about-text {
  flex: 1 1 0;
}

.opn .opn-about-h {
  font-size: 36px;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 24px;
  font-weight: 700;
}

.opn .opn-about-h em {
  font-style: italic;
  font-family: Georgia, serif;
  color: #E0EDF1;
}

.opn .opn-about-p {
  font-size: 17px;
  line-height: 1.7;
  color: #E0EDF1;
  margin: 0 0 24px;
}

.opn .opn-about-link {
  display: inline-block;
  padding: 16px 40px;
  background: #ffffff;
  color: #43949A;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.18s ease-out, color 0.18s ease-out;
}

.opn .opn-about-link:hover {
  background: #E0EDF1;
}

.opn .opn-about-stat-col {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.opn .opn-stat-box {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 24px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.opn .opn-stat-num {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
  color: #ffffff;
  display: block;
}

.opn .opn-stat-label {
  font-size: 14px;
  color: #E0EDF1;
  margin-top: 4px;
  display: block;
}

.opn .opn-topics-strip {
  padding: 80px 0;
  background: #E0EDF1;
}

.opn .opn-topics-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
}

.opn .opn-topics-head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 40px;
}

.opn .opn-topics-title-wrap {
  flex: 1 1 0;
}

.opn .opn-topics-h {
  font-size: 36px;
  line-height: 1.1;
  color: #1a2e35;
  margin: 0;
  font-weight: 700;
}

.opn .opn-topics-sub {
  font-size: 15px;
  line-height: 1.7;
  color: #4a6570;
  margin: 8px 0 0;
}

.opn .opn-badge-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 42px;
  background: #43949A;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  flex-shrink: 0;
}

.opn .opn-tag-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

.opn .opn-tag-pill {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 42px;
  border: 1px solid #AFC2D7;
  background: #ffffff;
  font-size: 15px;
  color: #1a2e35;
  text-decoration: none;
  transition: background 0.15s ease-out, border-color 0.15s ease-out, color 0.15s ease-out;
  font-weight: 500;
}

.opn .opn-tag-pill:hover {
  background: #43949A;
  border-color: #43949A;
  color: #ffffff;
}

.opn .opn-tag-pill.active {
  background: #43949A;
  border-color: #43949A;
  color: #ffffff;
}

.opn .opn-rhythm-strip {
  padding: 80px 0;
  background: #ffffff;
}

.opn .opn-rhythm-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start;
}

.opn .opn-rhythm-text {
  flex: 0 0 320px;
}

.opn .opn-rhythm-h {
  font-size: 26px;
  line-height: 1.4;
  color: #1a2e35;
  margin: 0 0 16px;
  font-weight: 700;
}

.opn .opn-rhythm-p {
  font-size: 15px;
  line-height: 1.7;
  color: #4a6570;
  margin: 0;
}

.opn .opn-steps {
  flex: 1 1 0;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: stretch;
}

.opn .opn-step {
  flex: 1 1 0;
  background: #E0EDF1;
  border-radius: 14px;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.opn .opn-step-arrow {
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #E0EDF1;
  z-index: 1;
}

.opn .opn-step:last-child .opn-step-arrow {
  display: none;
}

.opn .opn-step-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: #43949A;
  display: flex;
  align-items: center;
  justify-content: center;
}

.opn .opn-step-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.opn .opn-step-label {
  font-size: 14px;
  font-weight: 700;
  color: #1a2e35;
  line-height: 1.4;
}

.opn .opn-step-desc {
  font-size: 14px;
  color: #4a6570;
  line-height: 1.7;
  margin: 0;
}

.opn .opn-connections-strip {
  padding: 80px 0;
  background: #1a2e35;
  position: relative;
  overflow: hidden;
}

.opn .opn-connections-strip::after {
  content: "π";
  position: absolute;
  right: 5%;
  bottom: -40px;
  font-size: 280px;
  color: #43949A;
  opacity: 0.06;
  line-height: 1.1;
  pointer-events: none;
}

.opn .opn-connections-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
}

.opn .opn-connections-h {
  font-size: 36px;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 8px;
  font-weight: 700;
}

.opn .opn-connections-sub {
  font-size: 15px;
  line-height: 1.7;
  color: #AFC2D7;
  margin: 0 0 40px;
  max-width: 560px;
}

.opn .opn-conn-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.opn .opn-conn-card {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 24px;
  border: 1px solid rgba(175, 194, 215, 0.15);
  transition: background 0.18s ease-out, border-color 0.18s ease-out;
}

.opn .opn-conn-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(67, 148, 154, 0.4);
}

.opn .opn-conn-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: #43949A;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.opn .opn-conn-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.opn .opn-conn-h {
  font-size: 17px;
  line-height: 1.4;
  color: #ffffff;
  margin: 0 0 8px;
  font-weight: 700;
}

.opn .opn-conn-p {
  font-size: 14px;
  line-height: 1.7;
  color: #AFC2D7;
  margin: 0;
}

.opn .opn-conn-tag {
  display: inline-block;
  margin-top: 16px;
  font-size: 14px;
  color: #43949A;
  font-weight: 600;
}

.opn .opn-start-strip {
  padding: 80px 0;
  background: #E0EDF1;
}

.opn .opn-start-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.opn .opn-start-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.opn .opn-start-h {
  font-size: 36px;
  line-height: 1.1;
  color: #1a2e35;
  margin: 0;
  font-weight: 700;
}

.opn .opn-start-h em {
  font-style: italic;
  font-family: Georgia, serif;
  color: #43949A;
}

.opn .opn-start-p {
  font-size: 15px;
  line-height: 1.7;
  color: #4a6570;
  margin: 0;
}

.opn .opn-start-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.opn .opn-action-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  border-radius: 14px;
  padding: 16px 24px;
  box-shadow: 0 1px 5px 0 rgba(67, 148, 154, 0.05);
  text-decoration: none;
  transition: box-shadow 0.18s ease-out, transform 0.15s ease-out;
}

.opn .opn-action-row:hover {
  box-shadow: 0 5px 20px 0 rgba(67, 148, 154, 0.09);
  transform: translateX(4px);
}

.opn .opn-action-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: #E0EDF1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.opn .opn-action-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #43949A;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.opn .opn-action-text {
  flex: 1 1 0;
}

.opn .opn-action-label {
  font-size: 15px;
  font-weight: 700;
  color: #1a2e35;
  display: block;
}

.opn .opn-action-sub {
  font-size: 14px;
  color: #4a6570;
  display: block;
}

.opn .opn-action-arr {
  font-size: 20px;
  color: #43949A;
  font-weight: 700;
}

.opn .opn-profiles-strip {
  padding: 80px 0;
  background: #ffffff;
}

.opn .opn-profiles-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
}

.opn .opn-profiles-h-col {
  flex: 0 0 280px;
}

.opn .opn-profiles-h {
  font-size: 26px;
  line-height: 1.4;
  color: #1a2e35;
  margin: 0 0 16px;
  font-weight: 700;
}

.opn .opn-profiles-p {
  font-size: 15px;
  line-height: 1.7;
  color: #4a6570;
  margin: 0 0 24px;
}

.opn .opn-profiles-link {
  display: inline-block;
  padding: 16px 24px;
  background: #43949A;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.18s ease-out;
}

.opn .opn-profiles-link:hover {
  background: #357c82;
}

.opn .opn-profile-cards {
  flex: 1 1 0;
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.opn .opn-profile-card {
  flex: 1 1 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 5px 20px 0 rgba(67, 148, 154, 0.09);
}

.opn .opn-portrait-wrap {
  aspect-ratio: 7/9;
  overflow: hidden;
  position: relative;
}

.opn .opn-portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.75) brightness(0.9);
  transition: transform 0.22s ease-out;
}

.opn .opn-profile-card:hover .opn-portrait-wrap img {
  transform: scale(1.04);
}

.opn .opn-portrait-info {
  padding: 16px;
  background: #ffffff;
}

.opn .opn-portrait-name {
  font-size: 15px;
  font-weight: 700;
  color: #1a2e35;
  display: block;
}

.opn .opn-portrait-role {
  font-size: 14px;
  color: #4a6570;
  display: block;
  margin-top: 4px;
}

.opn .opn-trail-strip {
  padding: 40px 0;
  background: #E0EDF1;
}

.opn .opn-trail-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.opn .opn-trail-label {
  font-size: 14px;
  font-weight: 700;
  color: #1a2e35;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.opn .opn-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  flex: 1 1 0;
}

.opn .opn-dot {
  width: 12px;
  height: 12px;
  border-radius: 42px;
  background: #AFC2D7;
  flex-shrink: 0;
  transition: background 0.15s ease-out;
}

.opn .opn-dot.lit {
  background: #43949A;
  width: 16px;
  height: 16px;
}

.opn .opn-dot-line {
  flex: 1 1 0;
  height: 1px;
  background: #AFC2D7;
}

.opn .opn-trail-note {
  font-size: 14px;
  color: #4a6570;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .opn .opn-title-inner {
    flex-direction: column;
    gap: 40px;
  }

  .opn .opn-title-img-wrap {
    flex: 0 0 auto;
    width: 100%;
    max-width: 320px;
  }

  .opn .opn-post-strip-inner {
    flex-direction: column;
  }

  .opn .opn-post-label {
    flex: 0 0 auto;
  }

  .opn .opn-post-card {
    flex-direction: column;
  }

  .opn .opn-post-img-wrap {
    flex: 0 0 auto;
  }

  .opn .opn-post-img-wrap img {
    width: 100%;
    height: 220px;
  }

  .opn .opn-post-body {
    padding: 16px;
  }

  .opn .opn-about-inner {
    flex-direction: column;
    gap: 40px;
  }

  .opn .opn-about-stat-col {
    flex: 0 0 auto;
    flex-direction: row;
    width: 100%;
  }

  .opn .opn-stat-box {
    flex: 1 1 0;
  }

  .opn .opn-conn-grid {
    grid-template-columns: 1fr 1fr;
  }

  .opn .opn-start-inner {
    grid-template-columns: 1fr;
  }

  .opn .opn-rhythm-inner {
    flex-direction: column;
    gap: 40px;
  }

  .opn .opn-rhythm-text {
    flex: 0 0 auto;
  }

  .opn .opn-steps {
    flex-direction: column;
  }

  .opn .opn-step-arrow {
    display: none;
  }

  .opn .opn-profiles-inner {
    flex-direction: column;
  }

  .opn .opn-profiles-h-col {
    flex: 0 0 auto;
  }
}

@media (max-width: 600px) {
  .opn .opn-h1 {
    font-size: 36px;
  }

  .opn .opn-conn-grid {
    grid-template-columns: 1fr;
  }

  .opn .opn-profile-cards {
    flex-direction: column;
  }

  .opn .opn-about-stat-col {
    flex-direction: column;
  }

  .opn .opn-title-block::before {
    display: none;
  }
}

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

.blg-root *::selection {
  background: #111;
  color: #fff;
}

@keyframes float-up-down {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes shake-once {

  0%,
  100% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-5px);
  }

  40% {
    transform: translateX(5px);
  }

  60% {
    transform: translateX(-4px);
  }

  80% {
    transform: translateX(4px);
  }
}

.blg-root .btn-shake:active {
  animation: shake-once 0.22s cubic-bezier(0.4, 0, 0.6, 1);
}

.blg-title-strip {
  padding: 80px 0 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 40px;
  position: relative;
}

.blg-title-anchor {
  flex: 0 0 auto;
  max-width: 420px;
}

.blg-title-anchor h1 {
  font-size: 48px;
  line-height: 1.1;
  color: #1b3a3d;
  margin: 0 0 16px;
}

.blg-title-anchor h1 em {
  font-style: italic;
  color: #43949A;
}

.blg-title-anchor p {
  font-size: 17px;
  line-height: 1.7;
  color: #2c4a4e;
  margin: 0;
}

.blg-title-shapes {
  flex: 1 1 auto;
  position: relative;
  height: 120px;
}

.blg-shape-a {
  position: absolute;
  right: 80px;
  top: 0;
  width: 64px;
  height: 64px;
  border-radius: 42px;
  background: linear-gradient(180deg, #43949A 0%, #AFC2D7 100%);
  opacity: 0.18;
  animation: float-up-down 3.2s ease-out infinite;
}

.blg-shape-b {
  position: absolute;
  right: 24px;
  top: 32px;
  width: 36px;
  height: 36px;
  border-radius: 14px;
  background: linear-gradient(180deg, #43949A 0%, #AFC2D7 100%);
  opacity: 0.28;
  animation: float-up-down 2.8s ease-out 0.6s infinite;
}

.blg-shape-c {
  position: absolute;
  right: 140px;
  top: 48px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #43949A;
  opacity: 0.22;
  animation: float-up-down 3.6s ease-out 1.1s infinite;
}

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

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

.blg-posts-strip {
  background: #E0EDF1;
  padding: 40px 0 80px;
  border-radius: 14px;
  margin-bottom: 80px;
}

.blg-posts-inner {
  padding: 0 24px;
}

.blg-posts-label {
  font-size: 14px;
  line-height: 1.4;
  color: #43949A;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 24px;
}

.blg-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.blg-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 5px 20px 0 rgba(67, 148, 154, 0.09);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.18s ease-out, transform 0.18s ease-out;
}

.blg-card:hover {
  box-shadow: 0 9px 36px 0 rgba(67, 148, 154, 0.11);
  transform: translateY(-2px);
}

.blg-card-img-wrap {
  aspect-ratio: 1/1;
  overflow: hidden;
  flex: 0 0 auto;
  position: relative;
}

.blg-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.6, 1);
}

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

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

.blg-card-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

.blg-tag {
  font-size: 14px;
  line-height: 1.4;
  color: #43949A;
  background: #E0EDF1;
  border-radius: 42px;
  padding: 4px 16px;
  display: inline-block;
}

.blg-tag-cat {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  background: #43949A;
  border-radius: 42px;
  padding: 4px 16px;
  display: inline-block;
}

.blg-card-title {
  font-size: 17px;
  line-height: 1.4;
  color: #1b3a3d;
  margin: 0;
  font-weight: 700;
}

.blg-card-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #2c4a4e;
  margin: 0;
  flex: 1 1 auto;
}

.blg-card-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}

.blg-meta-author {
  font-size: 14px;
  line-height: 1.4;
  color: #43949A;
  font-weight: 600;
}

.blg-meta-read {
  font-size: 14px;
  line-height: 1.4;
  color: #5a7a7e;
}

.blg-meta-views {
  font-size: 14px;
  line-height: 1.4;
  color: #5a7a7e;
  margin-left: auto;
}

.blg-card-link {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #43949A;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.06em;
  position: relative;
  overflow: hidden;
  height: 1.4em;
}

.blg-card-link span {
  display: block;
  transition: transform 0.16s ease-out;
}

.blg-card-link .lnk-alt {
  position: absolute;
  top: 100%;
  left: 0;
  color: #1b3a3d;
  transition: transform 0.16s ease-out;
}

.blg-card:hover .blg-card-link span:first-child {
  transform: translateY(-100%);
}

.blg-card:hover .blg-card-link .lnk-alt {
  transform: translateY(-100%);
}

.blg-about-strip {
  padding: 80px 0;
  display: grid;
  grid-template-columns: 1fr 2fr 1.5fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 0;
}

.blg-about-num {
  font-size: 48px;
  line-height: 1.1;
  color: #AFC2D7;
  opacity: 0.38;
  font-weight: 900;
  text-align: right;
}

.blg-about-text h2 {
  font-size: 26px;
  line-height: 1.4;
  color: #1b3a3d;
  margin: 0 0 16px;
}

.blg-about-text p {
  font-size: 15px;
  line-height: 1.7;
  color: #2c4a4e;
  margin: 0;
}

.blg-about-img {
  aspect-ratio: 1/1;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 9px 36px 0 rgba(67, 148, 154, 0.11);
  border: 3px solid #AFC2D7;
}

.blg-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blg-trail-strip {
  background: linear-gradient(180deg, #43949A 0%, #AFC2D7 100%);
  border-radius: 14px;
  padding: 80px 40px;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.blg-trail-bg {
  position: absolute;
  inset: 0;
  background-image: url('./assets_folder/251108_content12.jpg');
  background-size: cover;
  background-position: center;
  filter: blur(12px) brightness(0.35);
  border-radius: 14px;
  pointer-events: none;
}

.blg-trail-content {
  position: relative;
  z-index: 1;
}

.blg-trail-content h2 {
  font-size: 36px;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 24px;
  max-width: 480px;
}

.blg-trail-steps {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: flex-start;
  margin-top: 40px;
}

.blg-step {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.blg-step-dot {
  width: 16px;
  height: 16px;
  border-radius: 42px;
  background: #fff;
  border: 3px solid #43949A;
  box-shadow: inset 0 2px 4px rgba(67, 148, 154, 0.18);
  flex: 0 0 auto;
  z-index: 1;
  transition: background 0.16s ease-out;
}

.blg-step.active .blg-step-dot {
  background: #43949A;
  border-color: #fff;
}

.blg-step-line {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.35);
}

.blg-step:last-child .blg-step-line {
  display: none;
}

.blg-step-label {
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  margin-top: 8px;
  padding: 0 4px;
}

.blg-step.active .blg-step-label {
  color: #fff;
  font-weight: 700;
}

.blg-newsletter-strip {
  padding: 80px 0;
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start;
  border-top: 1px solid #E0EDF1;
  margin-bottom: 80px;
}

.blg-nl-left {
  flex: 1 1 0;
}

.blg-nl-left h2 {
  font-size: 26px;
  line-height: 1.4;
  color: #1b3a3d;
  margin: 0 0 16px;
}

.blg-nl-left p {
  font-size: 15px;
  line-height: 1.7;
  color: #2c4a4e;
  margin: 0;
}

.blg-nl-right {
  flex: 1 1 0;
}

.blg-nl-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.blg-nl-input {
  width: 100%;
  padding: 16px;
  border: 1.5px solid #AFC2D7;
  border-radius: 14px;
  font-size: 15px;
  line-height: 1.4;
  color: #1b3a3d;
  background: #fff;
  box-shadow: inset 0 2px 4px rgba(67, 148, 154, 0.07);
  outline: none;
  transition: border-color 0.16s ease-out, box-shadow 0.16s ease-out;
  box-sizing: border-box;
}

.blg-nl-input::placeholder {
  color: #AFC2D7;
  transition: opacity 0.22s ease-out;
}

.blg-nl-input:focus::placeholder {
  opacity: 0;
}

.blg-nl-input:focus {
  border-color: #43949A;
  box-shadow: inset 0 2px 4px rgba(67, 148, 154, 0.12);
}

.blg-nl-btn {
  padding: 16px 40px;
  background: linear-gradient(180deg, #43949A 0%, #AFC2D7 100%);
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  border: none;
  border-radius: 42px;
  cursor: pointer;
  box-shadow: 0 5px 20px 0 rgba(67, 148, 154, 0.09);
  transition: box-shadow 0.16s ease-out, opacity 0.14s ease-out;
  align-self: flex-start;
}

.blg-nl-btn:hover {
  box-shadow: 0 9px 36px 0 rgba(67, 148, 154, 0.11);
  opacity: 0.92;
}

.blg-nl-btn:focus {
  outline: 2px solid #1b3a3d;
  outline-offset: 2px;
}

.blg-topics-strip {
  padding: 0 0 80px;
}

.blg-topics-head {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 40px;
}

.blg-topics-head h2 {
  font-size: 26px;
  line-height: 1.4;
  color: #1b3a3d;
  margin: 0;
}

.blg-topics-head span {
  font-size: 14px;
  line-height: 1.4;
  color: #43949A;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.blg-topics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.6fr;
  gap: 16px;
}

.blg-topic-item {
  background: #E0EDF1;
  border-radius: 14px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  cursor: default;
  transition: background 0.18s ease-out;
}

.blg-topic-item:hover {
  background: #d0e4ea;
}

.blg-topic-num {
  font-size: 48px;
  line-height: 1.1;
  color: #AFC2D7;
  opacity: 0.28;
  font-weight: 900;
  position: absolute;
  top: 8px;
  right: 16px;
  pointer-events: none;
  user-select: none;
}

.blg-topic-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  animation: float-up-down 3s ease-out infinite;
}

.blg-topic-icon svg {
  width: 32px;
  height: 32px;
}

.blg-topic-item h4 {
  font-size: 17px;
  line-height: 1.4;
  color: #1b3a3d;
  margin: 0 0 8px;
  font-weight: 700;
}

.blg-topic-item p {
  font-size: 14px;
  line-height: 1.7;
  color: #2c4a4e;
  margin: 0;
}

.blg-topic-item.featured {
  background: #43949A;
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.blg-topic-item.featured h4 {
  color: #fff;
  font-size: 20px;
}

.blg-topic-item.featured p {
  color: rgba(255, 255, 255, 0.85);
}

.blg-topic-item.featured .blg-topic-num {
  color: #fff;
  opacity: 0.12;
}

.blg-topic-item.featured:hover {
  background: #3a8389;
}

.blg-topic-item.featured .blg-topic-icon {
  animation-duration: 2.6s;
}

@media (max-width: 768px) {
  .blg-title-strip {
    flex-direction: column;
    padding: 40px 0 24px;
    gap: 16px;
  }

  .blg-title-shapes {
    display: none;
  }

  .blg-cards-grid {
    grid-template-columns: 1fr;
  }

  .blg-about-strip {
    grid-template-columns: 1fr;
    padding: 40px 0;
    gap: 24px;
  }

  .blg-about-num {
    text-align: left;
    font-size: 36px;
  }

  .blg-newsletter-strip {
    flex-direction: column;
    gap: 24px;
    padding: 40px 0;
  }

  .blg-topics-grid {
    grid-template-columns: 1fr;
  }

  .blg-topic-item.featured {
    grid-row: span 1;
  }

  .blg-trail-steps {
    flex-direction: column;
    gap: 16px;
  }

  .blg-step-line {
    display: none;
  }
}

@media (max-width: 480px) {
  .blg-trail-strip {
    padding: 40px 16px;
  }

  .blg-posts-inner {
    padding: 0 16px;
  }
}

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

.faq-pg .faq-lead {
  max-width: 1024px;
  margin: 0 auto;
  padding: 80px 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  position: relative;
}

.faq-pg .faq-lead::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  border-top: 1px solid #43949A;
  border-left: 1px solid #43949A;
  pointer-events: none;
}

.faq-pg .faq-lead::after {
  content: '';
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  border-bottom: 1px solid #43949A;
  border-right: 1px solid #43949A;
  pointer-events: none;
}

.faq-pg .faq-img-col {
  flex: 0 0 280px;
  position: relative;
}

.faq-pg .faq-img-wrap {
  width: 280px;
  height: 280px;
  border-radius: 14px;
  overflow: hidden;
  opacity: 0.55;
  box-shadow: 0 5px 20px 0 rgba(67, 148, 154, 0.09);
}

.faq-pg .faq-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(3px);
  transition: filter 0.18s ease-out;
}

.faq-pg .faq-img-wrap:hover img {
  filter: blur(0px);
}

.faq-pg .faq-text-col {
  flex: 1 1 0;
  padding: 24px 40px 24px 16px;
}

.faq-pg .faq-eyebrow {
  font-size: 14px;
  line-height: 1.4;
  color: #43949A;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}

.faq-pg .faq-h1 {
  font-size: 48px;
  line-height: 1.1;
  color: #1b2d2e;
  margin: 0 0 24px 0;
}

.faq-pg .faq-h1 em {
  font-style: italic;
  color: #43949A;
}

.faq-pg .faq-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #3a4a4b;
  margin: 0;
  max-width: 520px;
}

.faq-pg .faq-divider-a {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.faq-pg .faq-divider-a span {
  display: block;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #AFC2D7 0px, #AFC2D7 4px, transparent 4px, transparent 10px);
}

.faq-pg .faq-body {
  background: #E0EDF1;
  position: relative;
  overflow: hidden;
}

.faq-pg .faq-body-leaf {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cellipse cx='60' cy='60' rx='18' ry='42' fill='none' stroke='%2343949A' stroke-width='2' transform='rotate(30 60 60)'/%3E%3Cellipse cx='60' cy='60' rx='18' ry='42' fill='none' stroke='%2343949A' stroke-width='2' transform='rotate(90 60 60)'/%3E%3Cellipse cx='60' cy='60' rx='18' ry='42' fill='none' stroke='%2343949A' stroke-width='2' transform='rotate(150 60 60)'/%3E%3C/svg%3E");
  background-size: 120px 120px;
}

.faq-pg .faq-body-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 80px 40px;
  position: relative;
  z-index: 1;
}

.faq-pg .faq-cols {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
}

.faq-pg .faq-left {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq-pg .faq-stat-block {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 5px 20px 0 rgba(67, 148, 154, 0.09);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-pg .faq-stat-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.faq-pg .faq-stat-num {
  font-size: 36px;
  line-height: 1.1;
  color: #43949A;
  font-weight: 700;
}

.faq-pg .faq-stat-label {
  font-size: 14px;
  line-height: 1.4;
  color: #3a4a4b;
}

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

.faq-pg .faq-bar-label {
  font-size: 14px;
  line-height: 1.4;
  color: #3a4a4b;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.faq-pg .faq-bar-track {
  height: 6px;
  background: #E0EDF1;
  border-radius: 42px;
  overflow: hidden;
}

.faq-pg .faq-bar-fill {
  height: 100%;
  border-radius: 42px;
  background: linear-gradient(180deg, #43949A 0%, #AFC2D7 100%);
  transition: width 0.22s cubic-bezier(0.4, 0, 0.6, 1);
}

.faq-pg .faq-portrait-pair {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.faq-pg .faq-portrait {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 5px 0 rgba(67, 148, 154, 0.05);
  flex-shrink: 0;
}

.faq-pg .faq-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(2px);
  transition: filter 0.15s ease-out;
}

.faq-pg .faq-portrait:hover img {
  filter: blur(0px);
}

.faq-pg .faq-portrait-note {
  font-size: 14px;
  line-height: 1.4;
  color: #3a4a4b;
}

.faq-pg .faq-right {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-pg .faq-trail {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  padding-left: 24px;
}

.faq-pg .faq-trail::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: #AFC2D7;
  pointer-events: none;
}

.faq-pg .faq-q-item {
  position: relative;
  margin-bottom: 8px;
}

.faq-pg .faq-q-item::before {
  content: '';
  position: absolute;
  left: -24px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E0EDF1;
  border: 2px solid #AFC2D7;
  transition: background 0.16s ease-out, border-color 0.16s ease-out;
  z-index: 2;
}

.faq-pg .faq-q-item:hover::before {
  background: #43949A;
  border-color: #43949A;
}

.faq-pg .faq-q-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 1px 5px 0 rgba(67, 148, 154, 0.05);
  transition: box-shadow 0.16s ease-out;
  cursor: default;
}

.faq-pg .faq-q-card:hover {
  box-shadow: 0 9px 36px 0 rgba(67, 148, 154, 0.11);
}

.faq-pg .faq-q-num {
  font-size: 48px;
  line-height: 1.1;
  color: #E0EDF1;
  font-weight: 700;
  float: left;
  margin-right: 16px;
  margin-top: -8px;
  line-height: 1;
  user-select: none;
  pointer-events: none;
}

.faq-pg .faq-q-text {
  font-size: 17px;
  line-height: 1.4;
  color: #1b2d2e;
  font-weight: 600;
  margin: 0 0 16px 0;
}

.faq-pg .faq-a-text {
  font-size: 15px;
  line-height: 1.7;
  color: #3a4a4b;
  margin: 0;
  clear: both;
}

.faq-pg .faq-img2-wrap {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 5px 20px 0 rgba(67, 148, 154, 0.09);
}

.faq-pg .faq-img2-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: blur(3px);
  transition: filter 0.18s ease-out;
}

.faq-pg .faq-img2-wrap:hover img {
  filter: blur(0px);
}

.faq-pg .faq-divider-b {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.faq-pg .faq-divider-b span {
  display: block;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #43949A 0px, #43949A 4px, transparent 4px, transparent 10px);
}

.faq-pg .faq-contact-strip {
  background: #43949A;
  padding: 40px;
}

.faq-pg .faq-contact-inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

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

.faq-pg .faq-contact-h {
  font-size: 26px;
  line-height: 1.1;
  color: #ffffff;
  margin: 0;
}

.faq-pg .faq-contact-p {
  font-size: 15px;
  line-height: 1.4;
  color: #E0EDF1;
  margin: 0;
}

.faq-pg .faq-contact-link {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
  color: #1b2d2e;
  background: #ffffff;
  border-radius: 2px;
  padding: 16px 24px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.06em;
  box-shadow: 0 5px 20px 0 rgba(67, 148, 154, 0.09);
  transition: background 0.16s ease-out, color 0.16s ease-out;
  flex-shrink: 0;
}

.faq-pg .faq-contact-link:hover {
  background: #E0EDF1;
  color: #43949A;
}

.faq-pg .faq-contact-link:focus {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

@media (max-width: 860px) {
  .faq-pg .faq-lead {
    flex-direction: column;
    padding: 40px 24px;
  }

  .faq-pg .faq-lead::before,
  .faq-pg .faq-lead::after {
    left: 24px;
    right: 24px;
    top: 24px;
    bottom: 24px;
  }

  .faq-pg .faq-img-col {
    flex: 0 0 auto;
  }

  .faq-pg .faq-img-wrap {
    width: 200px;
    height: 200px;
  }

  .faq-pg .faq-text-col {
    padding: 0;
  }

  .faq-pg .faq-h1 {
    font-size: 36px;
  }

  .faq-pg .faq-cols {
    flex-direction: column;
  }

  .faq-pg .faq-left {
    flex: 0 0 auto;
    width: 100%;
  }

  .faq-pg .faq-body-inner {
    padding: 40px 24px;
  }

  .faq-pg .faq-divider-a,
  .faq-pg .faq-divider-b {
    padding: 0 24px;
  }

  .faq-pg .faq-contact-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-pg .faq-contact-strip {
    padding: 40px 24px;
  }
}

@media (max-width: 540px) {
  .faq-pg .faq-h1 {
    font-size: 26px;
  }

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

  .faq-pg .faq-q-num {
    font-size: 36px;
  }
}

.success-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  background: #ffffff;
}

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

.success-page .icon-ring {
  width: 80px;
  height: 80px;
  border-radius: 42px;
  background: #E0EDF1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 20px 0 rgba(67, 148, 154, 0.09);
  flex-shrink: 0;
}

.success-page .icon-ring svg {
  display: block;
}

.success-page .confirm-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.success-page .confirm-label {
  font-size: 14px;
  line-height: 1.4;
  color: #43949A;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.success-page .confirm-heading {
  font-size: 36px;
  line-height: 1.1;
  color: #1b3a3d;
  font-weight: 700;
  margin: 0;
  max-width: 560px;
}

.success-page .confirm-heading span {
  color: #43949A;
}

.success-page .confirm-text {
  font-size: 17px;
  line-height: 1.7;
  color: #3a4f52;
  max-width: 480px;
  margin: 0;
}

.success-page .divider-line {
  width: 48px;
  height: 2px;
  background: linear-gradient(to bottom, #43949A, #AFC2D7);
  border-radius: 2px;
}

.success-page .detail-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.success-page .detail-block .detail-note {
  font-size: 15px;
  line-height: 1.4;
  color: #5a7a7d;
  margin: 0;
}

.success-page .detail-block .detail-note a {
  color: #43949A;
  text-decoration: none;
  transition: color 0.18s ease-out;
}

.success-page .detail-block .detail-note a:hover {
  color: #2e6b70;
}

.success-page .action-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.success-page .btn-primary {
  display: inline-block;
  padding: 16px 40px;
  background: #43949A;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-radius: 2px;
  border: 2px solid #43949A;
  box-shadow: 0 5px 20px 0 rgba(67, 148, 154, 0.09);
  transition: background 0.18s ease-out, border-color 0.18s ease-out, box-shadow 0.18s ease-out;
  cursor: pointer;
}

.success-page .btn-primary:hover {
  background: #2e6b70;
  border-color: #2e6b70;
  box-shadow: 0 9px 36px 0 rgba(67, 148, 154, 0.11);
}

.success-page .btn-primary:focus-visible {
  outline: 3px solid #43949A;
  outline-offset: 3px;
}

.success-page .btn-secondary {
  display: inline-block;
  padding: 16px 40px;
  background: transparent;
  color: #43949A;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-radius: 2px;
  border: 2px solid #AFC2D7;
  transition: border-color 0.14s ease-out, color 0.14s ease-out;
  cursor: pointer;
}

.success-page .btn-secondary:hover {
  border-color: #43949A;
  color: #2e6b70;
}

.success-page .btn-secondary:focus-visible {
  outline: 3px solid #43949A;
  outline-offset: 3px;
}

.success-page .bottom-note {
  font-size: 14px;
  line-height: 1.4;
  color: #8aabae;
  margin: 0;
  text-align: center;
}

@media (max-width: 600px) {
  .success-page {
    padding: 40px 16px;
  }

  .success-page .confirm-heading {
    font-size: 26px;
  }

  .success-page .action-row {
    flex-direction: column;
    width: 100%;
  }

  .success-page .btn-primary,
  .success-page .btn-secondary {
    width: 100%;
    text-align: center;
  }
}

.not-found-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.not-found-page .backdrop-num {
  position: absolute;
  font-size: 320px;
  font-weight: 900;
  color: #E0EDF1;
  line-height: 1.1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  z-index: 0;
}

.not-found-page .content-wrap {
  position: relative;
  z-index: 1;
  max-width: 1024px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.not-found-page .status-tag {
  display: inline-block;
  background: #E0EDF1;
  color: #43949A;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 42px;
  box-shadow: 0 1px 5px 0 rgba(67, 148, 154, 0.05);
}

.not-found-page .main-heading {
  font-size: 48px;
  line-height: 1.1;
  color: #1b3a3c;
  margin: 0;
  max-width: 560px;
}

.not-found-page .main-heading span {
  color: #43949A;
  font-style: italic;
}

.not-found-page .desc-text {
  font-size: 17px;
  line-height: 1.7;
  color: #3a4f51;
  max-width: 480px;
  margin: 0;
}

.not-found-page .divider-line {
  width: 64px;
  height: 2px;
  background: linear-gradient(to bottom, #43949A, #AFC2D7);
  border-radius: 2px;
}

.not-found-page .nav-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 8px;
}

.not-found-page .primary-btn {
  display: inline-block;
  background: #43949A;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: 2px;
  box-shadow: 0 5px 20px 0 rgba(67, 148, 154, 0.09);
  transition: background-color 0.18s ease-out, box-shadow 0.18s ease-out;
}

.not-found-page .primary-btn:hover {
  background: #357d83;
  box-shadow: 0 9px 36px 0 rgba(67, 148, 154, 0.11);
}

.not-found-page .secondary-link {
  font-size: 15px;
  color: #43949A;
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 1px solid #AFC2D7;
  transition: color 0.14s ease-out, border-color 0.14s ease-out;
}

.not-found-page .secondary-link:hover {
  color: #1b3a3c;
  border-color: #43949A;
}

.not-found-page .page-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.not-found-page .page-list-label {
  font-size: 14px;
  color: #6a8f92;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

.not-found-page .page-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.not-found-page .page-list-item .dot {
  width: 6px;
  height: 6px;
  border-radius: 42px;
  background: #AFC2D7;
  flex-shrink: 0;
}

.not-found-page .page-list-item a {
  font-size: 15px;
  color: #43949A;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.16s ease-out;
}

.not-found-page .page-list-item a:hover {
  color: #1b3a3c;
}

.not-found-page .accent-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to bottom, #43949A, #AFC2D7);
}

@media (max-width: 640px) {
  .not-found-page {
    padding: 80px 16px;
  }

  .not-found-page .backdrop-num {
    font-size: 180px;
  }

  .not-found-page .main-heading {
    font-size: 36px;
  }

  .not-found-page .nav-links {
    flex-direction: column;
    align-items: flex-start;
  }
}