body {
  margin: 0;
  overscroll-behavior: contain;
  overflow-x: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
}

*:focus-visible {
  outline: 3px solid #3F87A1;
  outline-offset: 4px;
  border-radius: 0;
}

.pg_header {
  position: relative;
  background: #FEFEFE;
  border-bottom: 2px solid #90AAC6;
  box-shadow: 0 5px 14px 0 rgba(63,135,161,0.09);
  font-family: 'Alegreya', Georgia, serif;
  overflow: hidden;
}

.pg_header::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #3F87A1 0%, #90AAC6 60%, #FEFEFE 100%);
  pointer-events: none;
}

.hdr_utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 40px 8px 40px;
  gap: 16px;
}

.logo_card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FEFEFE;
  border: 1.5px solid #90AAC6;
  border-radius: 14px;
  box-shadow: 0 1px 5px 0 rgba(63,135,161,0.07), inset 0 0 0 3px rgba(144,170,198,0.08);
  padding: 8px 16px;
  width: 72px;
  height: 80px;
  flex-shrink: 0;
}

.logo_card img {
  display: block;
  width: 55px;
  height: 60px;
  object-fit: contain;
}

.trust_badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(63,135,161,0.07) 0%, rgba(144,170,198,0.10) 100%);
  border: 1px solid rgba(144,170,198,0.40);
  border-radius: 22px;
  padding: 8px 16px;
  font-family: 'Alegreya', Georgia, serif;
  font-size: 15px;
  line-height: 1.3;
  color: #2a5f74;
  letter-spacing: 0.01em;
  box-shadow: 0 1px 5px 0 rgba(63,135,161,0.07);
}

.trust_badge .ti {
  font-size: 20px;
  color: #3F87A1;
  flex-shrink: 0;
}

.trust_badge strong {
  font-weight: 700;
  color: #1e4a5c;
}

.hdr_nav_strip {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px 16px 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pg_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}

.pg_nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Alegreya', Georgia, serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  color: #2a5f74;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid transparent;
  letter-spacing: 0.03em;
  transition: background 0.18s ease-out, border-color 0.15s ease-out, color 0.15s ease-out;
  min-height: 44px;
}

.pg_nav a .ti {
  font-size: 17px;
  color: #3F87A1;
  transition: color 0.15s ease-out;
}

.pg_nav a:hover {
  background: rgba(63,135,161,0.09);
  border-color: rgba(63,135,161,0.22);
  color: #1e4a5c;
}

.pg_nav a:hover .ti {
  color: #1e4a5c;
}

.pg_nav a:active {
  transform: scale(0.97);
}

@media (max-width: 768px) {
  .hdr_utility {
    padding: 16px 16px 8px 16px;
    flex-wrap: wrap;
  }

  .hdr_nav_strip {
    padding: 0 16px 16px 16px;
    justify-content: flex-start;
  }

  .pg_nav {
    gap: 4px;
  }

  .pg_nav a {
    padding: 8px 8px;
    font-size: 15px;
  }

  .trust_badge {
    font-size: 15px;
    padding: 8px 8px;
  }
}

@media (max-width: 1280px) and (min-width: 769px) {
  .hdr_utility {
    padding: 16px 40px 8px 40px;
  }
}

.pg_footer {
  position: relative;
  font-family: 'Alegreya', Georgia, serif;
  background: linear-gradient(180deg, rgba(63,135,161,0.06) 0%, rgba(144,170,198,0.10) 100%);
  border-top: 2px solid #90AAC6;
  box-shadow: 0 -5px 14px 0 rgba(63,135,161,0.09);
  overflow: hidden;
}

.pg_footer::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #90AAC6 0%, #3F87A1 50%, #90AAC6 100%);
  pointer-events: none;
}

.ftr_main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px 40px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.ftr_brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ftr_brand_name {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.1;
  color: #1e4a5c;
  letter-spacing: -0.01em;
}

.ftr_tagline {
  font-size: 15px;
  line-height: 1.7;
  color: #3a6b7e;
  font-style: italic;
}

.ftr_links_group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ftr_links_label {
  font-size: 15px;
  font-weight: 700;
  color: #1e4a5c;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.ftr_links_group a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.5;
  color: #2a5f74;
  text-decoration: none;
  padding: 4px 0;
  border-radius: 8px;
  transition: color 0.18s ease-out;
  letter-spacing: 0.01em;
}

.ftr_links_group a .ti {
  font-size: 16px;
  color: #3F87A1;
  flex-shrink: 0;
}

.ftr_links_group a:hover {
  color: #1e4a5c;
}

.ftr_hours {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ftr_hours_label {
  font-size: 15px;
  font-weight: 700;
  color: #1e4a5c;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.ftr_hours_row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.5;
  color: #3a6b7e;
}

.ftr_hours_row .ti {
  font-size: 16px;
  color: #3F87A1;
  flex-shrink: 0;
}

.ftr_divider {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  border: none;
  border-top: 1px solid rgba(144,170,198,0.35);
}

.ftr_bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.ftr_logo_mark {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FEFEFE;
  border: 1.5px solid #90AAC6;
  border-radius: 14px;
  box-shadow: 0 1px 5px 0 rgba(63,135,161,0.07), inset 0 0 0 3px rgba(144,170,198,0.08);
  padding: 8px 16px;
  width: 72px;
  height: 80px;
}

.ftr_logo_mark img {
  display: block;
  width: 55px;
  height: 60px;
  object-fit: contain;
}

.ftr_legal_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.ftr_legal_nav a {
  font-size: 15px;
  line-height: 1.5;
  color: #3a6b7e;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 8px;
  transition: color 0.15s ease-out, background 0.15s ease-out;
  letter-spacing: 0.01em;
}

.ftr_legal_nav a:hover {
  color: #1e4a5c;
  background: rgba(63,135,161,0.08);
}

.ftr_legal_sep {
  color: #90AAC6;
  font-size: 15px;
  user-select: none;
}

.ftr_copy {
  font-size: 15px;
  line-height: 1.5;
  color: #5a8a9e;
  letter-spacing: 0.01em;
  text-align: center;
}

@media (max-width: 768px) {
  .ftr_main {
    grid-template-columns: 1fr;
    padding: 40px 16px 16px 16px;
    gap: 40px;
  }

  .ftr_divider {
    padding: 0 16px;
  }

  .ftr_bottom {
    padding: 16px 16px 40px 16px;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .ftr_main {
    grid-template-columns: 1fr 1fr;
    padding: 80px 40px 40px 40px;
  }
}.legal-info {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 40px;
    color: #2a3a45;
}

.legal-info h1 {
    font-size: 51px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #2a3a45;
    margin-bottom: 40px;
    margin-top: 0;
}

.legal-info h2 {
    font-size: 27px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #2a3a45;
    margin-top: 80px;
    margin-bottom: 16px;
}

.legal-info h3 {
    font-size: 27px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #3F87A1;
    margin-top: 40px;
    margin-bottom: 16px;
}

.legal-info h4 {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #3F87A1;
    margin-top: 40px;
    margin-bottom: 8px;
}

.legal-info h5 {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #2a3a45;
    margin-top: 16px;
    margin-bottom: 8px;
}

.legal-info h6 {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #5a7a8a;
    margin-top: 16px;
    margin-bottom: 8px;
}

.legal-info p {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: #2a3a45;
    margin-top: 0;
    margin-bottom: 16px;
}

.legal-info ul,
.legal-info ol {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: #2a3a45;
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 40px;
}

.legal-info ul {
    list-style: none;
    padding-left: 0;
}

.legal-info ul li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
}

.legal-info ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3F87A1;
}

.legal-info ol {
    list-style: decimal;
}

.legal-info ol li {
    margin-bottom: 8px;
    padding-left: 8px;
}

.legal-info ol li::marker {
    color: #3F87A1;
    font-size: 15px;
}

.legal-info ul ul,
.legal-info ol ul,
.legal-info ul ol,
.legal-info ol ol {
    margin-top: 8px;
    margin-bottom: 8px;
}

.legal-info a {
    color: #3F87A1;
    text-decoration: underline;
    text-decoration-color: rgba(63, 135, 161, 0.4);
    text-underline-offset: 3px;
    transition: color 0.18s ease-out, text-decoration-color 0.14s ease-out;
}

.legal-info a:hover {
    color: #2a6a82;
    text-decoration-color: rgba(42, 106, 130, 0.8);
}

.legal-info a:visited {
    color: #90AAC6;
    text-decoration-color: rgba(144, 170, 198, 0.4);
}

.legal-info table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 40px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 1px 5px 0 rgba(63, 135, 161, 0.07);
}

.legal-info thead {
    background-color: rgba(63, 135, 161, 0.08);
}

.legal-info thead tr {
    border-bottom: 2px solid rgba(63, 135, 161, 0.2);
}

.legal-info tbody tr {
    border-bottom: 1px solid rgba(144, 170, 198, 0.2);
    transition: background-color 0.12s ease-out;
}

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

.legal-info tbody tr:hover {
    background-color: rgba(63, 135, 161, 0.04);
}

.legal-info th {
    padding: 16px;
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #3F87A1;
    font-weight: 700;
}

.legal-info td {
    padding: 16px;
    font-size: 15px;
    line-height: 1.5;
    color: #2a3a45;
    vertical-align: top;
}

.legal-info hr {
    border: none;
    border-top: 1px solid rgba(144, 170, 198, 0.35);
    margin-top: 40px;
    margin-bottom: 40px;
}

.legal-info div {
    font-size: 15px;
    line-height: 1.7;
}

.legal-info div.notice,
.legal-info div[class*="note"],
.legal-info div[class*="warn"] {
    background-color: rgba(63, 135, 161, 0.07);
    border-radius: 14px;
    padding: 16px 40px;
    margin-bottom: 16px;
    box-shadow: inset 0 1px 5px 0 rgba(63, 135, 161, 0.07);
}

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

    .legal-info h1 {
        font-size: 27px;
        line-height: 1.3;
        margin-bottom: 16px;
    }

    .legal-info h2 {
        font-size: 27px;
        margin-top: 40px;
    }

    .legal-info h3 {
        font-size: 15px;
        margin-top: 16px;
    }

    .legal-info table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .legal-info th,
    .legal-info td {
        padding: 8px 16px;
        min-width: 120px;
    }

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

    .legal-info div.notice,
    .legal-info div[class*="note"],
    .legal-info div[class*="warn"] {
        padding: 16px;
    }
}

@media (min-width: 769px) and (max-width: 1280px) {
    .legal-info {
        padding: 80px 40px;
    }
}
.bld {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  overflow: hidden;
}

.bld .art_top {
  position: relative;
  background: #3F87A1;
  padding: 40px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bld .dot_grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(254,254,254,0.18) 1.5px, transparent 1.5px);
  background-size: 22px 22px;
}

.bld .art_meta_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.bld .art_tag {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #FEFEFE;
  background: rgba(254,254,254,0.15);
  border: 1px solid rgba(254,254,254,0.28);
  border-radius: 8px;
  padding: 4px 16px;
  display: inline-block;
}

.bld .art_readtime {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: rgba(254,254,254,0.82);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.bld .art_readtime svg {
  flex-shrink: 0;
}

.bld .art_views {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: rgba(254,254,254,0.82);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.bld .art_h1 {
  font-size: 51px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  background: linear-gradient(143deg, #FEFEFE 0%, rgba(254,254,254,0.0) 55%, #90AAC6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 1;
  margin: 0;
  padding-left: 16px;
  border-left: 3px solid rgba(254,254,254,0.5);
  border-radius: 0;
}

.bld .art_author_line {
  font-size: 15px;
  line-height: 1.3;
  color: rgba(254,254,254,0.78);
  letter-spacing: 0.03em;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.bld .art_like_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.bld .like_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.3;
  color: rgba(254,254,254,0.85);
  background: rgba(254,254,254,0.12);
  border: 1px solid rgba(254,254,254,0.25);
  border-radius: 22px;
  padding: 8px 16px;
  cursor: pointer;
  transition: background 0.18s ease-out, border-color 0.14s ease-out;
  box-shadow: 0 1px 5px 0 rgba(63,135,161,0.07);
}

.bld .like_btn:hover {
  background: rgba(254,254,254,0.22);
  border-color: rgba(254,254,254,0.45);
}

.bld .like_btn:active {
  transform: scale(0.97);
  transition: transform 0.12s ease-out, background 0.14s ease-out;
}

.bld .like_btn:focus-visible {
  outline: 2px solid #FEFEFE;
  outline-offset: 3px;
}

.bld .art_img_wrap {
  width: 100%;
  aspect-ratio: 1/1;
  max-height: 480px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 14px 0 rgba(63,135,161,0.09);
  flex-shrink: 0;
}

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

.bld .art_img_gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(143deg, transparent 0%, rgba(63,135,161,0.0) 40%, rgba(63,135,161,0.55) 100%);
  pointer-events: none;
}

.bld .art_body_outer {
  padding: 40px 0 80px 0;
  position: relative;
}

.bld .art_body_outer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  right: -40px;
  height: 100%;
  background: radial-gradient(ellipse at 50% 30%, rgba(144,170,198,0.10) 0%, rgba(254,254,254,0) 70%);
  pointer-events: none;
  z-index: 0;
}

.bld .art_body_grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.bld .art_text {
  min-width: 0;
}

.bld .art_text p {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #1e3a47;
  margin: 0 0 16px 0;
}

.bld .art_text h2 {
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  background: linear-gradient(143deg, #3F87A1 0%, rgba(63,135,161,0.0) 60%, #90AAC6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 40px 0 16px 0;
  padding-left: 16px;
  border-left: 3px solid #3F87A1;
  border-radius: 0;
}

.bld .art_text em {
  color: #3F87A1;
  font-style: italic;
}

.bld .art_text small {
  font-size: 15px;
  line-height: 1.5;
  color: #5a7a8a;
  letter-spacing: 0.03em;
}

.bld .art_text ul,
.bld .art_text ol {
  font-size: 15px;
  line-height: 1.7;
  color: #1e3a47;
  padding-left: 40px;
  margin: 0 0 16px 0;
}

.bld .art_text li {
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.bld .art_text blockquote {
  margin: 16px 0;
  padding: 16px 16px 16px 40px;
  border-left: 4px solid #3F87A1;
  border-radius: 8px;
  background: rgba(63,135,161,0.06);
  box-shadow: inset 0 1px 5px 0 rgba(63,135,161,0.07);
  color: #2a5060;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.bld .art_text table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.5;
  margin: 16px 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 5px 0 rgba(63,135,161,0.07);
}

.bld .art_text th {
  background: #3F87A1;
  color: #FEFEFE;
  padding: 8px 16px;
  text-align: left;
  letter-spacing: 0.04em;
}

.bld .art_text td {
  padding: 8px 16px;
  color: #1e3a47;
  border-bottom: 1px solid rgba(63,135,161,0.12);
}

.bld .art_text tbody tr:nth-child(even) td {
  background: rgba(144,170,198,0.08);
}

.bld .art_text tfoot td {
  background: rgba(63,135,161,0.07);
  font-size: 15px;
  color: #3F87A1;
  letter-spacing: 0.03em;
}

.bld .art_text time {
  font-size: 15px;
  color: #5a7a8a;
  letter-spacing: 0.03em;
}

.bld .art_aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 40px;
}

.bld .aside_img_block {
  position: relative;
  margin-top: 40px;
}

.bld .aside_img_wrap {
  aspect-ratio: 1/1;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 36px 0 rgba(63,135,161,0.12);
}

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

.bld .aside_img_wrap:hover img {
  transform: scale(1.03);
}

.bld .aside_img_gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(143deg, transparent 0%, rgba(63,135,161,0.0) 45%, rgba(63,135,161,0.48) 100%);
  pointer-events: none;
  border-radius: 0 0 14px 14px;
}

.bld .aside_card {
  background: #FEFEFE;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 5px 14px 0 rgba(63,135,161,0.09);
  border: 1px solid rgba(63,135,161,0.1);
}

.bld .aside_card_label {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #3F87A1;
  margin-bottom: 8px;
  display: block;
}

.bld .aside_stat_row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}

.bld .aside_stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 80px;
}

.bld .aside_stat_num {
  font-size: 27px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  background: linear-gradient(143deg, #3F87A1 0%, rgba(63,135,161,0.0) 60%, #90AAC6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

.bld .aside_stat_desc {
  font-size: 15px;
  line-height: 1.3;
  color: #5a7a8a;
  letter-spacing: 0.03em;
}

.bld .aside_diagram {
  background: #FEFEFE;
  border-radius: 22px;
  padding: 16px;
  box-shadow: 0 12px 36px 0 rgba(63,135,161,0.12);
  border: 1px solid rgba(144,170,198,0.18);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bld .diagram_title {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #3F87A1;
  font-weight: 700;
}

.bld .diagram_bars {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bld .diag_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.bld .diag_label {
  font-size: 15px;
  line-height: 1.3;
  color: #1e3a47;
  letter-spacing: 0.02em;
  width: 80px;
  flex-shrink: 0;
}

.bld .diag_bar_track {
  flex: 1;
  height: 10px;
  background: rgba(144,170,198,0.18);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: inset 0 1px 5px 0 rgba(63,135,161,0.07);
}

.bld .diag_bar_fill {
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(143deg, #3F87A1 0%, rgba(63,135,161,0.0) 80%, #90AAC6 100%);
  transition: width 0.22s cubic-bezier(0.4,0,0.6,1);
}

.bld .diag_val {
  font-size: 15px;
  line-height: 1.3;
  color: #3F87A1;
  letter-spacing: 0.03em;
  width: 36px;
  text-align: right;
  flex-shrink: 0;
}

.bld .diagram_legend {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid rgba(63,135,161,0.1);
  padding-top: 8px;
}

.bld .legend_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.3;
  color: #1e3a47;
  letter-spacing: 0.02em;
}

.bld .legend_dot {
  width: 10px;
  height: 10px;
  border-radius: 8px;
  flex-shrink: 0;
}

.bld .legend_dot.low { background: #90AAC6; }
.bld .legend_dot.mid { background: #3F87A1; }
.bld .legend_dot.high { background: #1e3a47; }

.bld .art_geo_decor {
  position: absolute;
  top: 80px;
  right: -16px;
  width: 180px;
  height: 180px;
  pointer-events: none;
  z-index: 0;
}

.bld .art_geo_decor svg {
  width: 100%;
  height: 100%;
  animation: geo_pulse 3.8s ease-out infinite alternate;
}

@keyframes geo_pulse {
  0% { opacity: 0.5; transform: scale(1); }
  100% { opacity: 0.18; transform: scale(1.07); }
}

.bld .art_reveal_block {
  perspective: 800px;
}

.bld .flip_card {
  width: 100%;
  position: relative;
  border-radius: 14px;
  cursor: pointer;
}

.bld .flip_card_face {
  background: linear-gradient(143deg, rgba(63,135,161,0.12) 0%, rgba(63,135,161,0.0) 55%, rgba(144,170,198,0.14) 100%);
  border: 1px solid rgba(63,135,161,0.15);
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 5px 14px 0 rgba(63,135,161,0.09);
  transition: background 0.18s ease-out, box-shadow 0.14s ease-out;
}

.bld .flip_card_face:hover .flip_hidden {
  max-height: 200px;
  opacity: 1;
  padding-top: 8px;
}

.bld .flip_card_label {
  font-size: 15px;
  line-height: 1.3;
  color: #3F87A1;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.bld .flip_card_hint {
  font-size: 15px;
  line-height: 1.5;
  color: #1e3a47;
  letter-spacing: 0.02em;
}

.bld .flip_hidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.7;
  color: #2a5060;
  letter-spacing: 0.02em;
  transition: max-height 0.22s cubic-bezier(0.4,0,0.6,1), opacity 0.18s ease-out, padding-top 0.14s ease-out;
}

.bld .art_divider_svg {
  width: 100%;
  display: block;
  margin: 0;
  line-height: 0;
}

.bld .scroll_top_anchor {
  display: block;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 48px;
  height: 48px;
  background: #3F87A1;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 14px 0 rgba(63,135,161,0.09);
  color: #FEFEFE;
  text-decoration: none;
  z-index: 10;
  transition: background 0.18s ease-out, transform 0.14s cubic-bezier(0.4,0,0.6,1);
  border: 1.5px solid rgba(254,254,254,0.2);
}

.bld .scroll_top_anchor:hover {
  background: #2d6d82;
  transform: translateY(-2px);
}

.bld .scroll_top_anchor:active {
  transform: scale(0.96);
  transition: transform 0.12s ease-out;
}

.bld .scroll_top_anchor:focus-visible {
  outline: 2px solid #3F87A1;
  outline-offset: 3px;
}

.bld .art_on_load {
  animation: art_rotate_in 0.22s cubic-bezier(0.4,0,0.6,1) both;
}

@keyframes art_rotate_in {
  from { opacity: 0; transform: rotate(-2.5deg) translateY(18px); }
  to { opacity: 1; transform: rotate(0deg) translateY(0); }
}

.bld .aside_on_load {
  animation: aside_rotate_in 0.2s cubic-bezier(0.4,0,0.6,1) 0.08s both;
}

@keyframes aside_rotate_in {
  from { opacity: 0; transform: rotate(2deg) translateY(14px); }
  to { opacity: 1; transform: rotate(0deg) translateY(0); }
}

@media (max-width: 1280px) {
  .bld .art_body_grid {
    grid-template-columns: 1fr 280px;
    gap: 40px;
  }
  .bld .art_h1 {
    font-size: 51px;
  }
}

@media (max-width: 768px) {
  .bld .art_top {
    padding: 40px 16px 40px 16px;
  }
  .bld .art_h1 {
    font-size: 27px;
    line-height: 1.3;
  }
  .bld .art_body_grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .bld .art_aside {
    position: static;
  }
  .bld .aside_img_block {
    margin-top: 0;
  }
  .bld .art_geo_decor {
    display: none;
  }
  .bld .scroll_top_anchor {
    bottom: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
  }
  .bld .art_body_outer {
    padding: 40px 0 40px 0;
  }
}

.pod_det {
  background: #FEFEFE;
  overflow-x: clip;
  position: relative;
}

.pod_det .underline_draw {
  display: block;
  width: 0;
  height: 2px;
  background: linear-gradient(143deg, #3F87A1 0%, transparent 55%, #90AAC6 100%);
  animation: draw_line 0.18s cubic-bezier(0.4,0,0.6,1) 0.2s forwards;
}

@keyframes draw_line {
  to { width: 100%; }
}

.pod_det .bread_row {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 40px;
}

.pod_det .bread_nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pod_det .bread_nav a {
  font-size: 15px;
  line-height: 1.5;
  color: #3F87A1;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.14s ease-out;
}

.pod_det .bread_nav a:visited {
  color: #6a8fa8;
}

.pod_det .bread_nav a:hover {
  color: #2d6a80;
}

.pod_det .bread_sep {
  font-size: 15px;
  color: #90AAC6;
  line-height: 1.5;
}

.pod_det .bread_current {
  font-size: 15px;
  color: #555f6b;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.pod_det .divider_band {
  width: 100%;
  height: 16px;
  background: linear-gradient(180deg, rgba(63,135,161,0.07) 0%, transparent 100%);
}

.pod_det .art_top {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 40px 80px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: start;
  position: relative;
}

.pod_det .art_img_col {
  position: relative;
}

.pod_det .art_img_wrap {
  aspect-ratio: 1/1;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 5px 14px 0 rgba(63,135,161,0.09), 0 12px 36px 0 rgba(63,135,161,0.12);
  position: relative;
}

.pod_det .art_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: blur(0px);
}

.pod_det .art_img_wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(180deg, transparent 0%, rgba(63,135,161,0.18) 100%);
  pointer-events: none;
}

.pod_det .art_bg_num {
  position: absolute;
  font-size: 68px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: rgba(144,170,198,0.10);
  top: -16px;
  left: -8px;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.pod_det .art_text_col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.pod_det .art_meta_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.pod_det .art_author_badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: rgba(63,135,161,0.07);
  border-radius: 8px;
  padding: 4px 8px;
  border: 1px solid rgba(63,135,161,0.12);
  box-shadow: inset 0 1px 4px 0 rgba(63,135,161,0.06);
}

.pod_det .art_author_badge .ti {
  font-size: 15px;
  color: #3F87A1;
}

.pod_det .art_author_name {
  font-size: 15px;
  color: #3d5a6b;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.pod_det .art_readtime {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #5a7a8a;
  line-height: 1.5;
}

.pod_det .art_readtime .ti {
  font-size: 15px;
  color: #90AAC6;
}

.pod_det .art_h1 {
  font-size: 51px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  background: linear-gradient(143deg, #3F87A1 0%, transparent 55%, #90AAC6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  font-weight: 800;
}

.pod_det .art_subtitle {
  font-size: 27px;
  line-height: 1.3;
  color: #3d5a6b;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 0;
  border-left: 3px solid #90AAC6;
  border-bottom: 1px solid rgba(144,170,198,0.25);
  padding: 8px 16px;
  border-radius: 0 8px 8px 0;
  background: rgba(144,170,198,0.06);
}

.pod_det .art_divider_line {
  width: 100%;
  margin-top: 8px;
}

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

.pod_det .btn_primary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: linear-gradient(143deg, #3F87A1 0%, transparent 80%, #90AAC6 100%);
  background-color: #3F87A1;
  color: #FEFEFE;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding: 8px 16px;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 5px 14px 0 rgba(63,135,161,0.09);
  transition: box-shadow 0.16s ease-out, background-color 0.14s ease-out;
}

.pod_det .btn_primary:hover {
  box-shadow: 0 12px 36px 0 rgba(63,135,161,0.12);
  background-color: #2d6a80;
}

.pod_det .btn_primary:active {
  transform: scale(0.97);
}

.pod_det .btn_ghost {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #3F87A1;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding: 8px 16px;
  border-radius: 14px;
  border: 1.5px solid #90AAC6;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.12s ease-out, color 0.12s ease-out;
}

.pod_det .btn_ghost:hover {
  border-color: #3F87A1;
  color: #2d6a80;
}

.pod_det .btn_ghost:active {
  transform: scale(0.97);
}

.pod_det .divider_band_wide {
  width: 100%;
  height: 40px;
  background: linear-gradient(180deg, rgba(144,170,198,0.08) 0%, rgba(63,135,161,0.04) 50%, transparent 100%);
}

.pod_det .art_body_bg {
  background: linear-gradient(143deg, rgba(63,135,161,0.04) 0%, transparent 60%, rgba(144,170,198,0.05) 100%);
  position: relative;
}

.pod_det .art_body_bg::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(63,135,161,0.18) 40%, rgba(144,170,198,0.18) 70%, transparent 100%);
  pointer-events: none;
}

.pod_det .art_body_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 40px;
  align-items: start;
}

.pod_det .art_body_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pod_det .art_body_text p {
  font-size: 15px;
  line-height: 1.7;
  color: #2a3d47;
  letter-spacing: 0.01em;
  margin: 0;
}

.pod_det .art_body_text h2 {
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  background: linear-gradient(143deg, #3F87A1 0%, transparent 55%, #90AAC6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  margin: 8px 0 0;
}

.pod_det .art_body_text small {
  font-size: 15px;
  line-height: 1.5;
  color: #6a8fa8;
  letter-spacing: 0.02em;
  display: block;
}

.pod_det .art_body_text abbr {
  text-decoration: underline dotted #90AAC6;
  cursor: help;
  color: inherit;
}

.pod_det .art_body_text ol {
  margin: 0;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pod_det .art_body_text ol li {
  font-size: 15px;
  line-height: 1.7;
  color: #2a3d47;
  letter-spacing: 0.01em;
}

.pod_det .art_body_text blockquote {
  margin: 8px 0;
  padding: 16px 16px 16px 40px;
  border-left: 3px solid #3F87A1;
  border-top: 1px solid rgba(63,135,161,0.15);
  border-radius: 0 14px 14px 0;
  background: rgba(63,135,161,0.05);
  box-shadow: inset 0 1px 5px 0 rgba(63,135,161,0.07);
  font-size: 15px;
  line-height: 1.7;
  color: #2a3d47;
  font-style: italic;
}

.pod_det .art_sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 40px;
}

.pod_det .sidebar_card {
  background: #FEFEFE;
  border-radius: 22px;
  padding: 16px;
  box-shadow: 0 1px 5px 0 rgba(63,135,161,0.07), 0 5px 14px 0 rgba(63,135,161,0.09);
  border: 1px solid rgba(144,170,198,0.18);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pod_det .sidebar_card_title {
  font-size: 15px;
  line-height: 1.5;
  color: #3F87A1;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.pod_det .sidebar_card_title .ti {
  font-size: 15px;
}

.pod_det .sidebar_stat_big {
  font-size: 51px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.03em;
  background: linear-gradient(143deg, #3F87A1 0%, transparent 55%, #90AAC6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pod_det .sidebar_stat_label {
  font-size: 15px;
  color: #5a7a8a;
  line-height: 1.5;
}

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

.pod_det .sidebar_tip_list li {
  font-size: 15px;
  line-height: 1.5;
  color: #2a3d47;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}

.pod_det .sidebar_tip_list li .ti {
  font-size: 15px;
  color: #3F87A1;
  flex-shrink: 0;
  margin-top: 2px;
}

.pod_det .reveal_wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.pod_det .reveal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(63,135,161,0.13);
  backdrop-filter: blur(4px);
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 14px;
  cursor: pointer;
  transition: opacity 0.18s ease-out;
  z-index: 2;
}

.pod_det .reveal_wrap:hover .reveal_overlay {
  opacity: 0;
  pointer-events: none;
}

.pod_det .reveal_overlay span {
  font-size: 15px;
  color: #FEFEFE;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-shadow: 0 1px 4px rgba(63,135,161,0.4);
}

.pod_det .reveal_overlay .ti {
  font-size: 27px;
  color: #FEFEFE;
}

.pod_det .reveal_content {
  padding: 16px;
  background: rgba(144,170,198,0.08);
  border-radius: 14px;
}

.pod_det .reveal_content p {
  font-size: 15px;
  line-height: 1.7;
  color: #2a3d47;
  margin: 0;
}

.pod_det .divider_band_bottom {
  width: 100%;
  height: 40px;
  background: linear-gradient(180deg, transparent 0%, rgba(63,135,161,0.06) 50%, rgba(144,170,198,0.08) 100%);
}

.pod_det .art_bottom {
  background: rgba(63,135,161,0.04);
  border-top: 1px solid rgba(144,170,198,0.20);
  position: relative;
}

.pod_det .art_bottom::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(144,170,198,0.2) 50%, transparent 100%);
  pointer-events: none;
}

.pod_det .art_bottom_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 40px 80px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pod_det .art_bottom_label {
  font-size: 15px;
  line-height: 1.5;
  color: #5a7a8a;
  letter-spacing: 0.02em;
}

.pod_det .art_bottom_author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.pod_det .art_bottom_author .ti {
  font-size: 27px;
  color: #90AAC6;
}

.pod_det .art_bottom_author_name {
  font-size: 27px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.01em;
  background: linear-gradient(143deg, #3F87A1 0%, transparent 55%, #90AAC6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pod_det .art_bottom_actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 1280px) {
  .pod_det .art_top {
    grid-template-columns: 180px 1fr;
    padding: 40px 40px 80px;
  }
  .pod_det .art_body_inner {
    grid-template-columns: 1fr 240px;
  }
}

@media (max-width: 768px) {
  .pod_det .bread_row {
    padding: 16px 16px;
  }
  .pod_det .art_top {
    grid-template-columns: 1fr;
    padding: 40px 16px;
    gap: 16px;
  }
  .pod_det .art_img_col {
    max-width: 200px;
  }
  .pod_det .art_h1 {
    font-size: 27px;
    letter-spacing: -0.01em;
  }
  .pod_det .art_subtitle {
    font-size: 15px;
  }
  .pod_det .art_bg_num {
    font-size: 51px;
  }
  .pod_det .art_body_inner {
    grid-template-columns: 1fr;
    padding: 40px 16px;
    gap: 40px;
  }
  .pod_det .art_sidebar {
    position: static;
  }
  .pod_det .art_bottom_inner {
    padding: 40px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .pod_det .art_bottom_author_name {
    font-size: 15px;
  }
  .pod_det .art_bottom_author .ti {
    font-size: 15px;
  }
}

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

.cont_us .split_top {
    display: flex;
    flex-direction: row;
    min-height: 0;
    position: relative;
}

.cont_us .split_left {
    flex: 1 1 52%;
    background: #3F87A1;
    padding: 80px 40px 80px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.cont_us .split_right {
    flex: 1 1 48%;
    background: #90AAC6;
    padding: 80px 80px 80px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.cont_us .split_left .geo_line_a {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 90px;
    height: 90px;
    pointer-events: none;
}

.cont_us .split_right .geo_line_b {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 70px;
    height: 70px;
    pointer-events: none;
}

.cont_us .num_accent {
    font-size: 68px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-weight: 900;
    color: rgba(254,254,254,0.18);
    display: block;
    margin-bottom: 8px;
}

.cont_us .split_left .pg_label {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: rgba(254,254,254,0.7);
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 600;
}

.cont_us .split_left .pg_head {
    font-size: 51px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 800;
    background: linear-gradient(143deg, #FEFEFE 0%, rgba(254,254,254,0) 55%, #90AAC6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 16px 0;
}

.cont_us .split_left .pg_desc {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: rgba(254,254,254,0.85);
    max-width: 380px;
    margin: 0;
}

.cont_us .split_right .contact_meta {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cont_us .split_right .meta_row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    background: rgba(254,254,254,0.18);
    border-radius: 14px;
    border: 1px solid rgba(254,254,254,0.3);
    border-left: 3px solid rgba(254,254,254,0.55);
    box-shadow: 0 1px 5px 0 rgba(63,135,161,0.07);
    transition: background 0.18s ease-out, border-color 0.15s cubic-bezier(0.4,0,0.6,1);
}

.cont_us .split_right .meta_row:hover {
    background: rgba(254,254,254,0.28);
    border-left-color: #FEFEFE;
    border-style: dashed;
}

.cont_us .split_right .meta_icon {
    width: 40px;
    height: 40px;
    background: rgba(254,254,254,0.25);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #FEFEFE;
    font-size: 20px;
}

.cont_us .split_right .meta_text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cont_us .split_right .meta_label {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.06em;
    color: rgba(254,254,254,0.65);
    text-transform: uppercase;
    font-weight: 700;
}

.cont_us .split_right .meta_val {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #FEFEFE;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.12s ease-out;
}

.cont_us .split_right .meta_val:hover {
    color: rgba(254,254,254,0.75);
}

.cont_us .split_right .meta_val:visited {
    color: rgba(254,254,254,0.6);
}

.cont_us .form_area {
    background: #FEFEFE;
    padding: 80px;
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start;
    max-width: 1280px;
    margin: 0 auto;
}

.cont_us .form_side {
    flex: 1 1 55%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cont_us .img_side {
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cont_us .form_eyebrow {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.07em;
    color: #3F87A1;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.cont_us .form_heading {
    font-size: 27px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    font-weight: 800;
    background: linear-gradient(143deg, #90AAC6 0%, rgba(144,170,198,0) 50%, #3F87A1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

.cont_us .form_note {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: #3a5a6e;
    margin: 0;
}

.cont_us .contact_form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
}

.cont_us .field_row {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.cont_us .field_grp {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 0;
}

.cont_us .field_grp.full {
    flex: 1 1 100%;
}

.cont_us .field_grp label {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    color: #2c4a5a;
    font-weight: 600;
}

.cont_us .field_grp input,
.cont_us .field_grp select {
    padding: 16px;
    border: 1.5px solid rgba(144,170,198,0.45);
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.5;
    color: #1e3a48;
    background: #FEFEFE;
    box-shadow: inset 0 1px 5px 0 rgba(63,135,161,0.07);
    transition: border-color 0.18s ease-out, box-shadow 0.15s cubic-bezier(0.4,0,0.6,1);
    outline: none;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}

.cont_us .field_grp input::placeholder {
    color: rgba(63,135,161,0.38);
}

.cont_us .field_grp input:focus,
.cont_us .field_grp select:focus {
    border-color: #3F87A1;
    box-shadow: inset 0 1px 5px 0 rgba(63,135,161,0.07), 0 0 0 3px rgba(63,135,161,0.12);
}

.cont_us .field_grp select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%233F87A1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.cont_us .privacy_row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    padding: 16px;
    background: rgba(63,135,161,0.05);
    border-radius: 8px;
    border: 1px solid rgba(63,135,161,0.12);
}

.cont_us .privacy_row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 2px;
    accent-color: #3F87A1;
    cursor: pointer;
}

.cont_us .privacy_row .priv_text {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #3a5a6e;
    margin: 0;
}

.cont_us .privacy_row .priv_text a {
    color: #3F87A1;
    text-decoration: underline;
    transition: color 0.12s ease-out;
}

.cont_us .privacy_row .priv_text a:hover {
    color: #2d6a80;
}

.cont_us .privacy_row .priv_text a:visited {
    color: #5a7a90;
}

.cont_us .submit_btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    background: #3F87A1;
    color: #FEFEFE;
    border: none;
    border-radius: 14px;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 5px 14px 0 rgba(63,135,161,0.09);
    transition: background 0.18s ease-out, box-shadow 0.15s cubic-bezier(0.4,0,0.6,1), transform 0.12s ease-out;
    align-self: flex-start;
}

.cont_us .submit_btn:hover {
    background: #2d6a80;
    box-shadow: 0 12px 36px 0 rgba(63,135,161,0.12);
    border: 1.5px dashed rgba(254,254,254,0.5);
}

.cont_us .submit_btn:focus {
    outline: 3px solid rgba(63,135,161,0.4);
    outline-offset: 2px;
}

.cont_us .submit_btn:active {
    transform: scale(0.97);
}

.cont_us .img_frame {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    aspect-ratio: 1/1;
    box-shadow: 0 12px 36px 0 rgba(63,135,161,0.12);
}

.cont_us .img_frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.22s cubic-bezier(0.4,0,0.6,1), brightness 0.18s ease-out;
}

.cont_us .img_frame:hover img {
    transform: scale(1.04);
    filter: brightness(1.06);
}

.cont_us .img_frame .img_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(143deg, rgba(63,135,161,0) 40%, rgba(63,135,161,0.38) 100%);
    pointer-events: none;
}

.cont_us .aside_note {
    padding: 16px;
    background: rgba(144,170,198,0.12);
    border-radius: 14px;
    border: 1px solid rgba(144,170,198,0.3);
    border-left: 3px solid #90AAC6;
}

.cont_us .aside_note .note_head {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    color: #2c4a5a;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.cont_us .aside_note .note_body {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: #3a5a6e;
    margin: 0;
}

.cont_us .resp_label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(63,135,161,0.08) !important;
    border-radius: 8px;
}

.cont_us .resp_label .resp_dot {
    width: 8px;
    height: 8px;
    border-radius: 48px;
    background: #3F87A1;
    flex-shrink: 0;
}

.cont_us .resp_label .resp_txt {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.03em;
    color: #2c4a5a;
    font-weight: 600;
}

@keyframes bg_drift {
    0% { background-position: center 100%; }
    100% { background-position: center 0%; }
}

@media (max-width: 1280px) {
    .cont_us .split_left {
        padding: 80px 40px 80px 40px;
    }
    .cont_us .split_right {
        padding: 80px 40px 80px 40px;
    }
    .cont_us .form_area {
        padding: 80px 40px;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .cont_us .split_top {
        flex-direction: column;
    }
    .cont_us .split_left {
        flex: none;
        padding: 40px 16px;
    }
    .cont_us .split_right {
        flex: none;
        padding: 40px 16px;
    }
    .cont_us .split_left .pg_head {
        font-size: 27px;
    }
    .cont_us .num_accent {
        font-size: 51px;
    }
    .cont_us .form_area {
        flex-direction: column;
        padding: 40px 16px;
        gap: 40px;
    }
    .cont_us .field_row {
        flex-direction: column;
    }
    .cont_us .img_side {
        flex: none;
        width: 100%;
    }
    .cont_us .img_frame {
        max-width: 100%;
    }
    .cont_us .submit_btn {
        width: 100%;
        justify-content: center;
    }
}

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

.ab_auth .schema_data {
  display: none;
}

.ab_auth .pers_top {
  background: linear-gradient(143deg, #1a2e38 0%, #1a2e38 35%, transparent 35%, transparent 65%, #2a3d4a 65%);
  background-color: #1a2e38;
  position: relative;
  padding: 80px 0 80px;
}

.ab_auth .pers_top::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(63,135,161,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(63,135,161,0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.ab_auth .pers_top_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
}

.ab_auth .pers_left {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ab_auth .pers_tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #90AAC6;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px dashed rgba(144,170,198,0.4);
  border-radius: 8px;
  padding: 8px 16px;
  width: fit-content;
}

.ab_auth .pers_name_wrap {
  overflow: hidden;
  position: relative;
  height: 2.4em;
}

.ab_auth .pers_name {
  font-size: 51px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 800;
  background: linear-gradient(143deg, #90AAC6 0%, #90AAC6 30%, rgba(144,170,198,0.15) 55%, rgba(144,170,198,0.15) 65%, #3F87A1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  transition: transform 0.18s cubic-bezier(0.4,0,0.6,1), opacity 0.18s cubic-bezier(0.4,0,0.6,1);
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}

.ab_auth .pers_name.alt {
  transform: translateY(100%);
  opacity: 0;
}

.ab_auth .pers_name_wrap:hover .pers_name.main {
  transform: translateY(-100%);
  opacity: 0;
}

.ab_auth .pers_name_wrap:hover .pers_name.alt {
  transform: translateY(0);
  opacity: 1;
}

.ab_auth .pers_role {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: rgba(254,254,254,0.6);
  margin: 0;
}

.ab_auth .pers_short {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(254,254,254,0.82);
  margin: 0;
  max-width: 380px;
}

.ab_auth .pers_stats {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 8px;
}

.ab_auth .stat_pill {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  background: rgba(63,135,161,0.12);
  border-radius: 14px;
  border: 1px solid rgba(63,135,161,0.22);
  box-shadow: 0 1px 5px 0 rgba(63,135,161,0.07);
  min-width: 80px;
}

.ab_auth .stat_num {
  font-size: 27px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  font-weight: 700;
  color: #3F87A1;
}

.ab_auth .stat_lbl {
  font-size: 15px;
  line-height: 1.3;
  color: rgba(254,254,254,0.55);
}

.ab_auth .pers_right {
  flex: 0 0 55%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.ab_auth .pers_img_frame {
  position: relative;
  width: 100%;
  max-width: 420px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 36px 0 rgba(63,135,161,0.12);
}

.ab_auth .pers_img_frame img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  border-radius: 22px;
}

.ab_auth .pers_img_frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: radial-gradient(ellipse at 0% 0%, rgba(26,46,56,0.55) 0%, transparent 50%),
              radial-gradient(ellipse at 100% 100%, rgba(26,46,56,0.55) 0%, transparent 50%);
  pointer-events: none;
}

.ab_auth .pers_img_frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  border: 1px dashed rgba(144,170,198,0.35);
  z-index: 2;
  pointer-events: none;
}

.ab_auth .pers_quote_bubble {
  background: #FEFEFE;
  border-radius: 22px 22px 22px 8px;
  padding: 16px;
  box-shadow: 0 5px 14px 0 rgba(63,135,161,0.09);
  max-width: 340px;
  position: relative;
  border-left: 3px solid #3F87A1;
  border-top: 1px solid rgba(63,135,161,0.15);
  border-right: 1px solid rgba(63,135,161,0.15);
  border-bottom: 1px solid rgba(63,135,161,0.15);
}

.ab_auth .pers_quote_bubble::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;
  border-top: 10px solid #FEFEFE;
}

.ab_auth .bubble_text {
  font-size: 15px;
  line-height: 1.7;
  color: #2a3d4a;
  margin: 0;
  font-style: italic;
}

.ab_auth .bubble_sig {
  font-size: 15px;
  line-height: 1.3;
  color: #3F87A1;
  font-weight: 600;
  margin: 8px 0 0;
  display: block;
}

.ab_auth .detail_band {
  background: #f4f8fb;
  position: relative;
  padding: 80px 0;
  border-left: 6px solid #3F87A1;
}

.ab_auth .detail_band::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(143deg, transparent 0%, rgba(63,135,161,0.3) 40%, transparent 100%);
}

.ab_auth .detail_band::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(143deg, transparent 0%, rgba(63,135,161,0.3) 40%, transparent 100%);
}

.ab_auth .detail_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 80px;
  align-items: start;
}

.ab_auth .detail_main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ab_auth .detail_heading {
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-weight: 700;
  background: linear-gradient(143deg, #3F87A1 0%, #3F87A1 30%, rgba(63,135,161,0.15) 55%, rgba(63,135,161,0.15) 65%, #90AAC6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

.ab_auth .detail_text_group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ab_auth .detail_para {
  font-size: 15px;
  line-height: 1.7;
  color: #2e4050;
  margin: 0;
}

.ab_auth .feat_preview {
  background: #FEFEFE;
  border-radius: 22px;
  padding: 16px;
  box-shadow: 0 5px 14px 0 rgba(63,135,161,0.09);
  border: 1px solid rgba(63,135,161,0.14);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ab_auth .feat_preview_img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  box-shadow: 0 1px 5px 0 rgba(63,135,161,0.07);
}

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

.ab_auth .feat_list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  line-height: 1.5;
  color: #2e4050;
  padding: 8px;
  border-radius: 8px;
  background: rgba(63,135,161,0.05);
  border: 1px solid rgba(63,135,161,0.1);
  transition: background 0.15s ease-out, box-shadow 0.15s ease-out, transform 0.12s ease-out;
  cursor: default;
}

.ab_auth .feat_list li:hover {
  background: rgba(63,135,161,0.11);
  box-shadow: 0 5px 14px 0 rgba(63,135,161,0.09);
  transform: translateY(-2px);
}

.ab_auth .feat_list li .ti {
  color: #3F87A1;
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 15px;
}

.ab_auth .feat_lbl {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  color: #3F87A1;
  margin: 0 0 4px;
}

.ab_auth .feat_desc {
  font-size: 15px;
  line-height: 1.5;
  color: #4a6070;
  margin: 0;
}

.ab_auth .detail_side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 40px;
}

.ab_auth .side_card {
  background: #FEFEFE;
  border-radius: 22px;
  padding: 16px;
  box-shadow: 0 5px 14px 0 rgba(63,135,161,0.09);
  border: 1px solid rgba(63,135,161,0.14);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow 0.18s cubic-bezier(0.4,0,0.6,1), transform 0.18s cubic-bezier(0.4,0,0.6,1);
}

.ab_auth .side_card:hover {
  box-shadow: 0 12px 36px 0 rgba(63,135,161,0.12);
  transform: translateY(-3px);
}

.ab_auth .side_card_head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  color: #2e4050;
}

.ab_auth .side_card_head .ti {
  color: #3F87A1;
  font-size: 15px;
}

.ab_auth .side_card_body {
  font-size: 15px;
  line-height: 1.7;
  color: #4a6070;
  margin: 0;
}

.ab_auth .side_img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  box-shadow: 0 1px 5px 0 rgba(63,135,161,0.07);
  transition: box-shadow 0.2s ease-out;
}

.ab_auth .side_card:hover .side_img {
  box-shadow: 0 12px 36px 0 rgba(63,135,161,0.12);
}

.ab_auth .side_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.3;
  color: #3F87A1;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid rgba(63,135,161,0.3);
  background: rgba(63,135,161,0.06);
  transition: background 0.15s ease-out, border-color 0.15s ease-out;
  width: fit-content;
}

.ab_auth .side_link:hover {
  background: rgba(63,135,161,0.14);
  border-color: rgba(63,135,161,0.5);
}

.ab_auth .side_link:active {
  transform: scale(0.97);
}

.ab_auth .side_link:visited {
  color: #6a8fa8;
}

@media (max-width: 1280px) {
  .ab_auth .pers_top_inner {
    gap: 40px;
    padding: 0 40px;
  }
  .ab_auth .detail_inner {
    gap: 40px;
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .ab_auth .pers_top {
    padding: 40px 0;
  }
  .ab_auth .pers_top_inner {
    flex-direction: column;
    padding: 0 16px;
    gap: 40px;
  }
  .ab_auth .pers_left {
    flex: none;
    width: 100%;
  }
  .ab_auth .pers_right {
    flex: none;
    width: 100%;
    align-items: center;
  }
  .ab_auth .pers_img_frame {
    max-width: 100%;
  }
  .ab_auth .pers_name_wrap {
    height: 1.3em;
  }
  .ab_auth .pers_name {
    font-size: 51px;
  }
  .ab_auth .pers_stats {
    flex-wrap: wrap;
  }
  .ab_auth .detail_band {
    padding: 40px 0;
    border-left: none;
    border-top: 6px solid #3F87A1;
  }
  .ab_auth .detail_inner {
    grid-template-columns: 1fr;
    padding: 0 16px;
    gap: 40px;
  }
  .ab_auth .detail_side {
    position: static;
  }
}

.blg_root {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  overflow: hidden;
}

.blg_root .pg_band {
  padding: 80px 0 40px;
  position: relative;
}

.blg_root .pg_band_inner {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: stretch;
}

.blg_root .pg_bento {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
  flex: 1 1 0;
}

.blg_root .pg_cell_img {
  grid-column: 1;
  grid-row: 1 / 3;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #90AAC6;
  aspect-ratio: 1/1;
}

.blg_root .pg_cell_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
  display: block;
}

.blg_root .pg_dots {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.blg_root .pg_dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #3F87A1;
  opacity: 0.5;
}

.blg_root .pg_dot.active {
  opacity: 1;
  width: 22px;
}

.blg_root .pg_cell_txt {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  background: linear-gradient(143deg, rgba(63,135,161,0.08) 0%, rgba(255,255,255,0) 60%, rgba(144,170,198,0.10) 100%);
  border-radius: 14px;
  border: 1px solid rgba(63,135,161,0.12);
}

.blg_root .pg_cell_sub {
  grid-column: 2;
  grid-row: 2;
  padding: 16px;
  background: rgba(144,170,198,0.10);
  border-radius: 14px;
  border: 1px solid rgba(144,170,198,0.18);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.blg_root .pg_label {
  font-size: 15px;
  line-height: 1.5;
  color: #3F87A1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.blg_root .pg_h1 {
  font-size: 51px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #232f38;
  margin: 0;
}

.blg_root .pg_h1 .accent_word {
  background: linear-gradient(143deg, #3F87A1 0%, rgba(63,135,161,0) 60%, #90AAC6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.blg_root .pg_desc {
  font-size: 15px;
  line-height: 1.7;
  color: #3a4a55;
  margin: 0;
}

.blg_root .pg_stat_row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 8px;
}

.blg_root .pg_stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.blg_root .pg_stat_num {
  font-size: 27px;
  line-height: 1.1;
  color: #3F87A1;
  letter-spacing: -0.01em;
}

.blg_root .pg_stat_lbl {
  font-size: 15px;
  line-height: 1.3;
  color: #5a7080;
}

.blg_root .pg_curve_line {
  width: 100%;
  height: 32px;
  margin: 0 0 8px;
}

.blg_root .posts_grid_area {
  padding: 40px 0 80px;
}

.blg_root .posts_grid_area .area_head {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 40px;
}

.blg_root .posts_grid_area .area_h2 {
  font-size: 27px;
  line-height: 1.3;
  color: #232f38;
  margin: 0;
  letter-spacing: -0.01em;
}

.blg_root .posts_grid_area .area_h2 .accent_word {
  background: linear-gradient(143deg, #3F87A1 0%, rgba(63,135,161,0) 55%, #90AAC6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.blg_root .posts_grid_area .area_rule {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(63,135,161,0.25) 0%, rgba(144,170,198,0.08) 100%);
  border: none;
}

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

.blg_root .post_card {
  border-radius: 14px;
  background: #FEFEFE;
  box-shadow: 0 1px 5px 0 rgba(63,135,161,0.07), 0 5px 14px 0 rgba(63,135,161,0.09);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 0.18s ease-out, transform 0.18s ease-out;
  border: 1px solid rgba(63,135,161,0.09);
}

.blg_root .post_card:hover {
  box-shadow: 0 12px 36px 0 rgba(63,135,161,0.12);
  transform: translateY(-4px);
}

.blg_root .post_card .card_img_wrap {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: rgba(144,170,198,0.13);
  flex-shrink: 0;
}

.blg_root .post_card .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_root .post_card:hover .card_img_wrap img {
  transform: scale(1.04);
}

.blg_root .post_card .card_body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.blg_root .post_card .card_tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  line-height: 1.3;
  color: #3F87A1;
  background: rgba(63,135,161,0.08);
  border-radius: 8px;
  padding: 4px 8px;
  letter-spacing: 0.03em;
  align-self: flex-start;
}

.blg_root .post_card .card_h3 {
  font-size: 15px;
  line-height: 1.5;
  color: #1e2d38;
  margin: 0;
  letter-spacing: 0.01em;
}

.blg_root .post_card .card_desc {
  font-size: 15px;
  line-height: 1.7;
  color: #4a5e6a;
  margin: 0;
}

.blg_root .post_card .card_meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.blg_root .post_card .card_author {
  font-size: 15px;
  line-height: 1.3;
  color: #3a4a55;
}

.blg_root .post_card .card_sep {
  width: 3px;
  height: 3px;
  border-radius: 8px;
  background: #90AAC6;
  display: inline-block;
}

.blg_root .post_card .card_time {
  font-size: 15px;
  line-height: 1.3;
  color: #5a7080;
  display: flex;
  align-items: center;
  gap: 4px;
}

.blg_root .post_card .card_stats {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-left: auto;
}

.blg_root .post_card .card_stat {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  line-height: 1.3;
  color: #7a8f9a;
}

.blg_root .post_card .card_link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  line-height: 1.3;
  color: #3F87A1;
  text-decoration: none;
  border-radius: 8px;
  padding: 8px 0;
  transition: color 0.15s ease-out;
  align-self: flex-start;
  margin-top: 4px;
}

.blg_root .post_card .card_link:visited {
  color: #6a8fa0;
}

.blg_root .post_card .card_link:hover {
  color: #2a6a80;
}

.blg_root .post_card .card_link:active {
  transform: scale(0.97);
}

.blg_root .post_card.featured {
  grid-column: span 2;
  flex-direction: row;
}

.blg_root .post_card.featured .card_img_wrap {
  width: 44%;
  flex-shrink: 0;
  aspect-ratio: unset;
  min-height: 280px;
}

.blg_root .post_card.featured .card_body {
  padding: 40px;
  gap: 8px;
}

.blg_root .post_card.featured .card_h3 {
  font-size: 27px;
  line-height: 1.3;
}

.blg_root .divider_svg {
  width: 100%;
  height: 32px;
  display: block;
  margin: 0;
}

.blg_root .podcast_strip {
  padding: 40px 0 80px;
  position: relative;
  background: linear-gradient(143deg, rgba(63,135,161,0.06) 0%, rgba(255,255,255,0) 55%, rgba(144,170,198,0.08) 100%);
  border-radius: 22px;
}

.blg_root .podcast_strip .strip_head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 0 40px;
  margin-bottom: 40px;
}

.blg_root .podcast_strip .strip_h2 {
  font-size: 27px;
  line-height: 1.3;
  color: #232f38;
  margin: 0;
  letter-spacing: -0.01em;
}

.blg_root .podcast_strip .strip_h2 .accent_word {
  background: linear-gradient(143deg, #3F87A1 0%, rgba(63,135,161,0) 55%, #90AAC6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.blg_root .podcast_strip .strip_badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(63,135,161,0.12);
  color: #3F87A1;
  font-size: 15px;
  line-height: 1.3;
  border-radius: 8px;
  padding: 4px 8px;
  letter-spacing: 0.04em;
}

.blg_root .podcast_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 40px;
}

.blg_root .pod_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: #FEFEFE;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 1px 5px 0 rgba(144,170,198,0.07);
  border: 1px solid rgba(144,170,198,0.14);
  text-decoration: none;
  transition: box-shadow 0.16s ease-out, background 0.16s ease-out;
}

.blg_root .pod_row:hover {
  box-shadow: 0 5px 14px 0 rgba(63,135,161,0.09);
  background: rgba(63,135,161,0.04);
}

.blg_root .pod_row:visited .pod_title {
  color: #5a7a8a;
}

.blg_root .pod_row:active {
  transform: scale(0.99);
}

.blg_root .pod_img_wrap {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(144,170,198,0.2);
}

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

.blg_root .pod_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.blg_root .pod_subtitle {
  font-size: 15px;
  line-height: 1.3;
  color: #3F87A1;
  letter-spacing: 0.03em;
}

.blg_root .pod_title {
  font-size: 15px;
  line-height: 1.5;
  color: #1e2d38;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blg_root .pod_desc {
  font-size: 15px;
  line-height: 1.5;
  color: #4a5e6a;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blg_root .pod_meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.blg_root .pod_author {
  font-size: 15px;
  line-height: 1.3;
  color: #5a7080;
}

.blg_root .pod_time {
  font-size: 15px;
  line-height: 1.3;
  color: #7a8f9a;
  display: flex;
  align-items: center;
  gap: 4px;
}

.blg_root .pod_arrow {
  color: #90AAC6;
  flex-shrink: 0;
}

.blg_root .topics_area {
  padding: 80px 0 40px;
}

.blg_root .topics_area .top_head {
  margin-bottom: 40px;
}

.blg_root .topics_area .top_h2 {
  font-size: 27px;
  line-height: 1.3;
  color: #232f38;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}

.blg_root .topics_area .top_h2 .accent_word {
  background: linear-gradient(143deg, #3F87A1 0%, rgba(63,135,161,0) 55%, #90AAC6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.blg_root .topics_area .top_desc {
  font-size: 15px;
  line-height: 1.7;
  color: #4a5e6a;
  margin: 0;
  max-width: 520px;
}

.blg_root .topics_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}

.blg_root .topic_tile {
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  border: 1px solid rgba(63,135,161,0.12);
  background: #FEFEFE;
  box-shadow: 0 1px 5px 0 rgba(63,135,161,0.07);
  transition: box-shadow 0.18s ease-out, transform 0.18s ease-out;
}

.blg_root .topic_tile:hover {
  box-shadow: 0 5px 14px 0 rgba(63,135,161,0.09);
  transform: translateY(-3px);
}

.blg_root .topic_tile .tile_icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(63,135,161,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3F87A1;
  font-size: 22px;
}

.blg_root .topic_tile .tile_name {
  font-size: 15px;
  line-height: 1.5;
  color: #1e2d38;
  margin: 0;
}

.blg_root .topic_tile .tile_count {
  font-size: 15px;
  line-height: 1.3;
  color: #7a8f9a;
}

.blg_root .chevron_bg {
  position: relative;
  overflow: hidden;
}

.blg_root .chevron_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    135deg,
    rgba(63,135,161,0.04) 0px,
    rgba(63,135,161,0.04) 1px,
    transparent 1px,
    transparent 12px
  );
  pointer-events: none;
  border-radius: 22px;
}

.blg_root .cta_band {
  margin: 40px 0 80px;
  border-radius: 22px;
  padding: 80px 40px;
  background: linear-gradient(143deg, rgba(63,135,161,0.12) 0%, rgba(255,255,255,0) 55%, rgba(144,170,198,0.14) 100%);
  border: 1px solid rgba(63,135,161,0.13);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  position: relative;
}

.blg_root .cta_band::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 320px;
  background: radial-gradient(ellipse at center, rgba(63,135,161,0.10) 0%, rgba(63,135,161,0) 70%);
  pointer-events: none;
  border-radius: 48px;
}

.blg_root .cta_band .cta_h2 {
  font-size: 27px;
  line-height: 1.3;
  color: #1e2d38;
  margin: 0;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 1;
}

.blg_root .cta_band .cta_h2 .accent_word {
  background: linear-gradient(143deg, #3F87A1 0%, rgba(63,135,161,0) 55%, #90AAC6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.blg_root .cta_band .cta_p {
  font-size: 15px;
  line-height: 1.7;
  color: #3a4a55;
  margin: 0;
  max-width: 480px;
  position: relative;
  z-index: 1;
}

.blg_root .cta_band .cta_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #3F87A1;
  color: #FEFEFE;
  font-size: 15px;
  line-height: 1.3;
  padding: 16px 40px;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 5px 14px 0 rgba(63,135,161,0.18);
  transition: background 0.15s ease-out, box-shadow 0.15s ease-out;
  position: relative;
  z-index: 1;
}

.blg_root .cta_band .cta_btn:hover {
  background: #2e6e88;
  box-shadow: 0 12px 36px 0 rgba(63,135,161,0.22);
}

.blg_root .cta_band .cta_btn:active {
  transform: scale(0.97);
}

.blg_root .pulse_el {
  animation: blg_pulse 2.4s cubic-bezier(0.4,0,0.6,1) infinite;
}

@keyframes blg_pulse {
  0%, 100% { box-shadow: 0 5px 14px 0 rgba(63,135,161,0.18); }
  50% { box-shadow: 0 5px 22px 0 rgba(63,135,161,0.34); }
}

@media (max-width: 1280px) {
  .blg_root .posts_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .blg_root .post_card.featured {
    grid-column: span 2;
  }
  .blg_root .topics_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .blg_root .pg_bento {
    grid-template-columns: 1fr;
  }
  .blg_root .pg_cell_img {
    grid-column: 1;
    grid-row: 1;
    aspect-ratio: 1/1;
  }
  .blg_root .pg_cell_txt {
    grid-column: 1;
    grid-row: 2;
  }
  .blg_root .pg_cell_sub {
    grid-column: 1;
    grid-row: 3;
  }
  .blg_root .pg_h1 {
    font-size: 27px;
  }
  .blg_root .posts_grid {
    grid-template-columns: 1fr;
  }
  .blg_root .post_card.featured {
    grid-column: span 1;
    flex-direction: column;
  }
  .blg_root .post_card.featured .card_img_wrap {
    width: 100%;
    min-height: 200px;
    aspect-ratio: 1/1;
  }
  .blg_root .post_card.featured .card_body {
    padding: 16px;
  }
  .blg_root .post_card.featured .card_h3 {
    font-size: 15px;
  }
  .blg_root .topics_grid {
    grid-template-columns: 1fr 1fr;
  }
  .blg_root .podcast_strip .strip_head,
  .blg_root .podcast_list {
    padding: 0 16px;
  }
  .blg_root .cta_band {
    padding: 40px 16px;
  }
  .blg_root .pg_stat_row {
    flex-wrap: wrap;
  }
}

.pod_pg {
  background: #FEFEFE;
  overflow-x: hidden;
}

.pod_pg .reveal_clip {
  animation: clip_down 0.18s cubic-bezier(0.4,0,0.6,1) both;
}

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

.pod_pg .dash_div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  padding: 16px 0;
}

.pod_pg .dash_div span {
  display: block;
  height: 2px;
  background: #90AAC6;
  border-radius: 8px;
}

.pod_pg .dash_div span:nth-child(odd) { width: 24px; }
.pod_pg .dash_div span:nth-child(even) { width: 8px; }

.pod_pg .top_band {
  background: linear-gradient(143deg, #eef4f8 0%, #f6f9fc 40%, #FEFEFE 100%);
  padding: 80px 40px 40px;
  position: relative;
}

.pod_pg .top_band::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(143deg, rgba(63,135,161,0.06) 0%, transparent 55%, rgba(144,170,198,0.04) 100%);
  pointer-events: none;
}

.pod_pg .top_inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
}

.pod_pg .top_text { order: 1; }
.pod_pg .top_visual { order: 2; position: relative; }

.pod_pg .geo_shape {
  position: absolute;
  border-radius: 14px;
  pointer-events: none;
}

.pod_pg .geo_a {
  width: 120px;
  height: 120px;
  background: rgba(63,135,161,0.07);
  top: -16px;
  right: -16px;
  border-radius: 22px;
  transform: rotate(18deg);
}

.pod_pg .geo_b {
  width: 60px;
  height: 60px;
  background: rgba(144,170,198,0.1);
  bottom: 16px;
  left: -8px;
  border-radius: 14px;
  transform: rotate(-12deg);
}

.pod_pg .top_label {
  font-size: 15px;
  color: #3F87A1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 1.5;
}

.pod_pg .top_h1 {
  font-size: 51px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  background: linear-gradient(143deg, #3F87A1 0%, transparent 50%, #90AAC6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
}

.pod_pg .top_desc {
  font-size: 15px;
  line-height: 1.7;
  color: #3a5a6a;
  margin-bottom: 40px;
  max-width: 480px;
}

.pod_pg .top_links {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}

.pod_pg .btn_prim {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
  background: #3F87A1;
  color: #FEFEFE;
  font-size: 15px;
  line-height: 1.3;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 5px 14px 0 rgba(63,135,161,0.09);
  transition: background 0.18s ease-out, box-shadow 0.15s ease-out, transform 0.12s ease-out;
}

.pod_pg .btn_prim:hover {
  background: #2e6f87;
  box-shadow: 0 12px 36px 0 rgba(63,135,161,0.12);
}

.pod_pg .btn_prim:active { transform: scale(0.97); }

.pod_pg .btn_sec {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
  background: transparent;
  color: #3F87A1;
  font-size: 15px;
  line-height: 1.3;
  border-radius: 14px;
  text-decoration: none;
  border: 2px solid rgba(63,135,161,0.35);
  cursor: pointer;
  transition: border-color 0.16s ease-out, background 0.16s ease-out, transform 0.12s ease-out;
}

.pod_pg .btn_sec:hover {
  border-color: #3F87A1;
  background: rgba(63,135,161,0.05);
}

.pod_pg .btn_sec:active { transform: scale(0.97); }

.pod_pg .top_img_wrap {
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  box-shadow: 0 12px 36px 0 rgba(63,135,161,0.12);
}

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

.pod_pg .big_num_accent {
  position: absolute;
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: rgba(63,135,161,0.06);
  font-weight: 900;
  bottom: -16px;
  right: 40px;
  pointer-events: none;
  user-select: none;
}

.pod_pg .cards_area {
  background: linear-gradient(180deg, #FEFEFE 0%, rgba(144,170,198,0.06) 100%);
  padding: 80px 40px;
}

.pod_pg .cards_inner {
  max-width: 1280px;
  margin: 0 auto;
}

.pod_pg .area_head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.pod_pg .area_h2 {
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  background: linear-gradient(143deg, #3F87A1 0%, transparent 55%, #90AAC6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pod_pg .area_sub {
  font-size: 15px;
  color: #4a6a7a;
  line-height: 1.5;
  max-width: 360px;
  text-align: right;
}

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

.pod_pg .pod_card {
  background: #FEFEFE;
  border-radius: 22px;
  box-shadow: 0 1px 5px 0 rgba(63,135,161,0.07);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  transition: box-shadow 0.18s ease-out, transform 0.14s ease-out;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(144,170,198,0.18);
  position: relative;
}

.pod_pg .pod_card:hover {
  box-shadow: 0 12px 36px 0 rgba(63,135,161,0.12);
  transform: translateY(-2px);
}

.pod_pg .pod_card:active { transform: scale(0.99); }

.pod_pg .card_img_col {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.pod_pg .card_strip_reveal {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  flex-direction: row;
  pointer-events: none;
}

.pod_pg .card_strip_reveal .strip {
  flex: 1;
  background: rgba(63,135,161,0.72);
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.16s ease-out;
}

.pod_pg .card_strip_reveal .strip:nth-child(2) { transition-delay: 0.03s; }
.pod_pg .card_strip_reveal .strip:nth-child(3) { transition-delay: 0.06s; }
.pod_pg .card_strip_reveal .strip:nth-child(4) { transition-delay: 0.09s; }

.pod_pg .pod_card:hover .card_strip_reveal .strip { transform: scaleY(1); }

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

.pod_pg .card_body {
  padding: 40px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: linear-gradient(180deg, rgba(63,135,161,0.03) 0%, #FEFEFE 100%);
}

.pod_pg .card_meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pod_pg .card_author {
  font-size: 15px;
  color: #3F87A1;
  line-height: 1.3;
  font-weight: 600;
}

.pod_pg .card_dot {
  width: 4px;
  height: 4px;
  border-radius: 8px;
  background: #90AAC6;
  flex-shrink: 0;
}

.pod_pg .card_time {
  font-size: 15px;
  color: #7a9aaa;
  line-height: 1.3;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.pod_pg .card_h3 {
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #1e3a48;
  margin-top: 4px;
}

.pod_pg .card_sub {
  font-size: 15px;
  color: #4a6a7a;
  line-height: 1.5;
}

.pod_pg .card_desc {
  font-size: 15px;
  color: #5a7a8a;
  line-height: 1.7;
  flex: 1;
}

.pod_pg .card_cta {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #3F87A1;
  line-height: 1.3;
  margin-top: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: gap 0.15s ease-out, color 0.14s ease-out;
}

.pod_pg .card_cta:hover { gap: 12px; color: #2e6f87; }

.pod_pg .pod_card:visited .card_h3 { color: #3a5a6a; }
.pod_pg .pod_card:visited .card_author { color: #5a7a8a; }

.pod_pg .info_strip {
  background: #3F87A1;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.pod_pg .info_strip::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(143deg, rgba(144,170,198,0.18) 0%, transparent 60%);
  pointer-events: none;
}

.pod_pg .info_strip_inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
}

.pod_pg .strip_abbr {
  font-size: 68px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: rgba(254,254,254,0.08);
  font-weight: 900;
  flex-shrink: 0;
  user-select: none;
  pointer-events: none;
}

.pod_pg .strip_txt {
  flex: 1;
  min-width: 200px;
}

.pod_pg .strip_h {
  font-size: 27px;
  line-height: 1.3;
  color: #FEFEFE;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}

.pod_pg .strip_p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(254,254,254,0.82);
}

.pod_pg .strip_nums {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
}

.pod_pg .strip_stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}

.pod_pg .stat_val {
  font-size: 51px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #FEFEFE;
  font-weight: 700;
}

.pod_pg .stat_val sup {
  font-size: 27px;
  color: rgba(254,254,254,0.7);
  vertical-align: super;
}

.pod_pg .stat_lbl {
  font-size: 15px;
  color: rgba(254,254,254,0.7);
  line-height: 1.3;
  text-align: center;
}

.pod_pg .about_band {
  background: linear-gradient(180deg, rgba(144,170,198,0.06) 0%, #FEFEFE 100%);
  padding: 80px 40px;
}

.pod_pg .about_inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 40px;
  align-items: start;
}

.pod_pg .about_left {
  position: relative;
}

.pod_pg .about_abbr {
  font-size: 68px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: rgba(63,135,161,0.07);
  user-select: none;
  pointer-events: none;
  margin-bottom: -40px;
}

.pod_pg .about_h2 {
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  background: linear-gradient(143deg, #3F87A1 0%, transparent 55%, #90AAC6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
  position: relative;
}

.pod_pg .about_sub {
  font-size: 15px;
  color: #3a5a6a;
  line-height: 1.7;
  margin-bottom: 16px;
}

.pod_pg .about_right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.pod_pg .fact_card {
  background: #FEFEFE;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 1px 5px 0 rgba(144,170,198,0.07);
  border: 1px solid rgba(144,170,198,0.2);
  border-top: 3px solid #3F87A1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: inset 0 2px 8px 0 rgba(63,135,161,0.04), 0 1px 5px 0 rgba(63,135,161,0.07);
}

.pod_pg .fact_icon {
  color: #3F87A1;
  font-size: 27px;
}

.pod_pg .fact_h {
  font-size: 15px;
  font-weight: 700;
  color: #1e3a48;
  line-height: 1.3;
}

.pod_pg .fact_p {
  font-size: 15px;
  color: #5a7a8a;
  line-height: 1.7;
}

@media (max-width: 1280px) {
  .pod_pg .top_h1 { font-size: 51px; }
  .pod_pg .cards_grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .pod_pg .top_band { padding: 40px 16px 40px; }
  .pod_pg .top_inner { grid-template-columns: 1fr; gap: 16px; }
  .pod_pg .top_text { order: 2; }
  .pod_pg .top_visual { order: 1; }
  .pod_pg .top_h1 { font-size: 27px; }
  .pod_pg .top_img_wrap { max-width: 100%; }

  .pod_pg .cards_area { padding: 40px 16px; }
  .pod_pg .cards_grid { grid-template-columns: 1fr; }
  .pod_pg .pod_card { grid-template-columns: 1fr; }
  .pod_pg .card_img_col { aspect-ratio: 16/7; }

  .pod_pg .area_head { flex-direction: column; align-items: flex-start; }
  .pod_pg .area_sub { text-align: left; max-width: 100%; }

  .pod_pg .info_strip { padding: 40px 16px; }
  .pod_pg .info_strip_inner { flex-direction: column; gap: 16px; }
  .pod_pg .strip_abbr { font-size: 27px; }
  .pod_pg .strip_nums { gap: 16px; }
  .pod_pg .stat_val { font-size: 27px; }

  .pod_pg .about_band { padding: 40px 16px; }
  .pod_pg .about_inner { grid-template-columns: 1fr; }
  .pod_pg .about_right { grid-template-columns: 1fr; }
  .pod_pg .about_abbr { font-size: 51px; margin-bottom: -16px; }

  .pod_pg .top_links { flex-direction: column; }
  .pod_pg .btn_prim, .pod_pg .btn_sec { padding: 16px 40px; }
}

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

.lnch .pg_wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

.lnch .underline_draw {
    position: relative;
    display: inline-block;
}

.lnch .underline_draw::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 3px;
    background: linear-gradient(143deg, #3F87A1 30%, transparent 60%, #90AAC6 100%);
    border-radius: 8px;
    animation: draw_line 0.22s cubic-bezier(0.4,0,0.6,1) 0.4s forwards;
}

@keyframes draw_line {
    to { width: 100%; }
}

.lnch a {
    color: #2a6a82;
    text-decoration: none;
    transition: color 0.18s ease-out;
}

.lnch a:visited {
    color: #5a4a7a;
}

.lnch a:hover {
    color: #3F87A1;
}


.lnch .t_block {
    background: linear-gradient(143deg, #3F87A1 0%, #c8dce8 45%, transparent 70%, #90AAC6 100%);
    padding: 80px 16px 40px;
    position: relative;
}

.lnch .t_block_in {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-end;
}

.lnch .t_text {
    flex: 1 1 0;
    position: relative;
    z-index: 1;
}

.lnch .t_quote_mark {
    position: absolute;
    font-size: 220px;
    line-height: 1.1;
    color: rgba(63,135,161,0.10);
    top: -40px;
    left: -16px;
    pointer-events: none;
    font-weight: 900;
    user-select: none;
    z-index: 0;
}

.lnch .t_label {
    font-size: 15px;
    line-height: 1.5;
    color: #2a6a82;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 600;
}

.lnch .t_h1 {
    font-size: 68px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-weight: 800;
    margin-bottom: 16px;
    background: linear-gradient(143deg, #1e4d5e 0%, transparent 50%, #3F87A1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lnch .t_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #2c4a56;
    max-width: 480px;
    margin-bottom: 40px;
}

.lnch .t_actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
}

.lnch .btn_prim {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    background: linear-gradient(143deg, #3F87A1 0%, #90AAC6 100%);
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    box-shadow: 0 5px 14px 0 rgba(63,135,161,0.09);
    transition: box-shadow 0.18s ease-out, transform 0.12s ease-out;
    text-decoration: none;
}

.lnch .btn_prim:hover {
    box-shadow: 0 12px 36px 0 rgba(63,135,161,0.12);
    color: #fff;
}

.lnch .btn_prim:active {
    transform: scale(0.97);
}

.lnch .btn_sec {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    background: rgba(254,254,254,0.7);
    color: #2a6a82;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    border: 1.5px solid rgba(63,135,161,0.25);
    border-radius: 14px;
    cursor: pointer;
    box-shadow: 0 1px 5px 0 rgba(63,135,161,0.07);
    transition: background 0.18s ease-out, border-color 0.15s ease-out;
    text-decoration: none;
}

.lnch .btn_sec:hover {
    background: rgba(63,135,161,0.08);
    border-color: #3F87A1;
    color: #2a6a82;
}

.lnch .btn_sec:active {
    transform: scale(0.97);
}

.lnch .t_img_col {
    flex: 0 0 420px;
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    aspect-ratio: 1/1;
    box-shadow: 0 12px 36px 0 rgba(63,135,161,0.12);
}

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

.lnch .t_img_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(143deg, rgba(63,135,161,0.38) 0%, transparent 55%, rgba(144,170,198,0.22) 100%);
    pointer-events: none;
}


.lnch .nums_strip {
    background: #FEFEFE;
    border-top: 1px solid rgba(63,135,161,0.10);
    border-bottom: 3px solid rgba(63,135,161,0.14);
    padding: 40px 16px;
}

.lnch .nums_row {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lnch .num_item {
    flex: 1 1 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 16px 8px;
    border-radius: 14px;
    background: linear-gradient(143deg, rgba(63,135,161,0.05) 0%, transparent 60%, rgba(144,170,198,0.07) 100%);
    box-shadow: inset 0 1px 5px 0 rgba(63,135,161,0.07);
}

.lnch .num_val {
    font-size: 51px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.04em;
    background: linear-gradient(143deg, #3F87A1 0%, transparent 55%, #90AAC6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lnch .num_lbl {
    font-size: 15px;
    line-height: 1.5;
    color: #3a5a6a;
    font-weight: 500;
    text-align: center;
}


.lnch .posts_seg {
    background: linear-gradient(143deg, rgba(144,170,198,0.08) 0%, transparent 55%, rgba(63,135,161,0.05) 100%);
    padding: 80px 16px;
    clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
    margin-bottom: -40px;
}

.lnch .seg_hd {
    max-width: 1280px;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.lnch .seg_h2 {
    font-size: 27px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.01em;
    background: linear-gradient(143deg, #1e4d5e 0%, transparent 55%, #3F87A1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lnch .seg_link {
    font-size: 15px;
    line-height: 1.5;
    color: #3F87A1;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    flex-shrink: 0;
}

.lnch .posts_grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.lnch .post_card {
    background: #FEFEFE;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 5px 14px 0 rgba(63,135,161,0.09);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.18s ease-out, transform 0.15s ease-out;
    border: 1.5px solid rgba(63,135,161,0.08);
}

.lnch .post_card:hover {
    box-shadow: 0 12px 36px 0 rgba(63,135,161,0.12);
    transform: translateY(-2px);
}

.lnch .post_img_wrap {
    aspect-ratio: 1/1;
    overflow: hidden;
    width: 100%;
    flex-shrink: 0;
}

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

.lnch .post_card:hover .post_img_wrap img {
    transform: scale(1.04);
}

.lnch .post_body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 auto;
}

.lnch .post_tag {
    font-size: 15px;
    line-height: 1.3;
    color: #3F87A1;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.lnch .post_ttl {
    font-size: 27px;
    line-height: 1.3;
    font-weight: 700;
    color: #1e3d4e;
    letter-spacing: -0.01em;
}

.lnch .post_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #3a5a6a;
}

.lnch .post_meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(63,135,161,0.10);
}

.lnch .post_author {
    font-size: 15px;
    line-height: 1.5;
    color: #4a6a7a;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.lnch .post_rt {
    font-size: 15px;
    line-height: 1.5;
    color: #6a8a9a;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    margin-left: auto;
}

.lnch .post_stats {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.lnch .post_stat {
    font-size: 15px;
    line-height: 1.5;
    color: #6a8a9a;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.lnch .post_card_lnk {
    display: block;
    text-decoration: none;
    color: inherit;
}

.lnch .post_card_lnk:hover .post_ttl {
    color: #3F87A1;
}


.lnch .dir_seg {
    padding: 80px 16px 80px;
    background: #FEFEFE;
}

.lnch .dir_in {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 40px;
    align-items: start;
}

.lnch .dir_left {
    position: relative;
}

.lnch .dir_h2 {
    font-size: 27px;
    line-height: 1.3;
    font-weight: 700;
    color: #1e3d4e;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

.lnch .dir_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #3a5a6a;
    margin-bottom: 16px;
}

.lnch .dir_dots {
    position: absolute;
    bottom: -40px;
    left: -16px;
    pointer-events: none;
}

.lnch .dir_dot {
    border-radius: 48px;
    background: rgba(63,135,161,0.13);
    position: absolute;
}

.lnch .dir_right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.lnch .dir_card {
    padding: 16px;
    border-radius: 14px;
    background: linear-gradient(143deg, rgba(63,135,161,0.06) 0%, transparent 60%, rgba(144,170,198,0.08) 100%);
    border: 1.5px solid rgba(63,135,161,0.12);
    box-shadow: 0 1px 5px 0 rgba(63,135,161,0.07);
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: border-color 0.18s ease-out, box-shadow 0.18s ease-out;
}

.lnch .dir_card:hover {
    border-color: rgba(63,135,161,0.30);
    box-shadow: 0 5px 14px 0 rgba(63,135,161,0.09);
}

.lnch .dir_icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(143deg, #3F87A1 0%, #90AAC6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

.lnch .dir_card_h {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    color: #1e3d4e;
}

.lnch .dir_card_p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a6a7a;
}


.lnch .picks_seg {
    background: linear-gradient(143deg, rgba(63,135,161,0.07) 0%, transparent 50%, rgba(144,170,198,0.09) 100%);
    padding: 80px 16px;
    clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
    margin-top: -40px;
}

.lnch .picks_in {
    max-width: 1280px;
    margin: 0 auto;
}

.lnch .picks_hd {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 16px;
}

.lnch .picks_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lnch .pick_row {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 16px;
    background: #FEFEFE;
    border-radius: 14px;
    border: 1.5px solid rgba(63,135,161,0.10);
    border-left: 4px solid rgba(63,135,161,0.35);
    box-shadow: inset 0 1px 5px 0 rgba(144,170,198,0.08), 0 1px 5px 0 rgba(63,135,161,0.07);
    transition: border-color 0.15s ease-out, box-shadow 0.18s ease-out;
    text-decoration: none;
    color: inherit;
}

.lnch .pick_row:hover {
    border-color: rgba(63,135,161,0.30);
    border-left-color: #3F87A1;
    box-shadow: 0 5px 14px 0 rgba(63,135,161,0.09);
}

.lnch .pick_num {
    font-size: 27px;
    line-height: 1.1;
    font-weight: 800;
    color: rgba(63,135,161,0.25);
    text-align: center;
    letter-spacing: -0.04em;
}

.lnch .pick_text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lnch .pick_h {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    color: #1e3d4e;
}

.lnch .pick_p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a6a7a;
}

.lnch .pick_arrow {
    color: #90AAC6;
    flex-shrink: 0;
    transition: color 0.15s ease-out, transform 0.15s ease-out;
}

.lnch .pick_row:hover .pick_arrow {
    color: #3F87A1;
    transform: translateX(4px);
}


.lnch .theme_seg {
    background: #FEFEFE;
    padding: 80px 16px;
}

.lnch .theme_in {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
    align-items: start;
}

.lnch .theme_left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lnch .theme_h2 {
    font-size: 27px;
    line-height: 1.3;
    font-weight: 700;
    color: #1e3d4e;
    letter-spacing: -0.01em;
}

.lnch .theme_intro {
    font-size: 15px;
    line-height: 1.7;
    color: #3a5a6a;
}

.lnch .theme_seq {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lnch .seq_item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 14px;
    background: linear-gradient(143deg, rgba(63,135,161,0.04) 0%, transparent 60%, rgba(144,170,198,0.06) 100%);
    border: 1.5px solid rgba(63,135,161,0.10);
    box-shadow: 0 1px 5px 0 rgba(63,135,161,0.07);
    transition: background 0.18s ease-out;
}

.lnch .seq_item:hover {
    background: linear-gradient(143deg, rgba(63,135,161,0.09) 0%, transparent 60%, rgba(144,170,198,0.10) 100%);
}

.lnch .seq_num {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(143deg, #3F87A1 0%, #90AAC6 100%);
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lnch .seq_body {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lnch .seq_h {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    color: #1e3d4e;
}

.lnch .seq_p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a6a7a;
}

.lnch .theme_right {
    position: relative;
}

.lnch .theme_img_wrap {
    border-radius: 22px;
    overflow: hidden;
    aspect-ratio: 1/1;
    box-shadow: 0 12px 36px 0 rgba(63,135,161,0.12);
    border: 3px solid rgba(63,135,161,0.12);
    outline: 6px solid rgba(144,170,198,0.12);
    outline-offset: 3px;
}

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


.lnch .pod_seg {
    background: linear-gradient(143deg, rgba(63,135,161,0.09) 0%, transparent 50%, rgba(144,170,198,0.08) 100%);
    padding: 80px 16px;
    border-top: 2px solid rgba(63,135,161,0.10);
    border-bottom: 1px solid rgba(144,170,198,0.14);
}

.lnch .pod_in {
    max-width: 1280px;
    margin: 0 auto;
}

.lnch .pod_hd {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 16px;
}

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

.lnch .pod_card {
    background: #FEFEFE;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 5px 14px 0 rgba(63,135,161,0.09);
    display: flex;
    flex-direction: column;
    border: 1.5px solid rgba(63,135,161,0.08);
    transition: box-shadow 0.18s ease-out, transform 0.15s ease-out;
    text-decoration: none;
    color: inherit;
}

.lnch .pod_card:hover {
    box-shadow: 0 12px 36px 0 rgba(63,135,161,0.12);
    transform: translateY(-2px);
}

.lnch .pod_img_wrap {
    aspect-ratio: 1/1;
    overflow: hidden;
    width: 100%;
}

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

.lnch .pod_card:hover .pod_img_wrap img {
    transform: scale(1.04);
}

.lnch .pod_body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 auto;
}

.lnch .pod_sub {
    font-size: 15px;
    line-height: 1.3;
    color: #3F87A1;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.lnch .pod_ttl {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    color: #1e3d4e;
}

.lnch .pod_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #4a6a7a;
}

.lnch .pod_foot {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(63,135,161,0.10);
    margin-top: auto;
}

.lnch .pod_author {
    font-size: 15px;
    line-height: 1.5;
    color: #4a6a7a;
    font-weight: 500;
}

.lnch .pod_rt {
    font-size: 15px;
    line-height: 1.5;
    color: #6a8a9a;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}


.lnch .conn_seg {
    background: #FEFEFE;
    padding: 80px 16px;
}

.lnch .conn_in {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.lnch .conn_left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lnch .conn_h2 {
    font-size: 27px;
    line-height: 1.3;
    font-weight: 700;
    color: #1e3d4e;
    letter-spacing: -0.01em;
}

.lnch .conn_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #3a5a6a;
}

.lnch .conn_pairs {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lnch .conn_pair {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px;
    border-radius: 14px;
    background: linear-gradient(143deg, rgba(63,135,161,0.05) 0%, transparent 60%, rgba(144,170,198,0.07) 100%);
    border: 1.5px solid rgba(63,135,161,0.10);
    box-shadow: inset 0 1px 5px 0 rgba(63,135,161,0.07);
}

.lnch .conn_topic {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    color: #1e3d4e;
    flex: 1 1 0;
}

.lnch .conn_plus {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: rgba(63,135,161,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3F87A1;
    font-size: 15px;
    font-weight: 700;
    flex-shrink: 0;
}

.lnch .conn_right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lnch .conn_img_wrap {
    border-radius: 22px;
    overflow: hidden;
    aspect-ratio: 1/1;
    box-shadow: 0 5px 14px 0 rgba(63,135,161,0.09);
}

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


.lnch .habit_seg {
    background: linear-gradient(143deg, rgba(63,135,161,0.08) 0%, transparent 50%, rgba(144,170,198,0.10) 100%);
    padding: 80px 16px;
    border-top: 2px solid rgba(144,170,198,0.18);
}

.lnch .habit_in {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    align-items: start;
}

.lnch .habit_hd_col {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
}

.lnch .habit_h2 {
    font-size: 27px;
    line-height: 1.3;
    font-weight: 700;
    color: #1e3d4e;
    letter-spacing: -0.01em;
}

.lnch .habit_intro {
    font-size: 15px;
    line-height: 1.7;
    color: #3a5a6a;
    max-width: 480px;
}

.lnch .habit_card {
    padding: 16px;
    background: #FEFEFE;
    border-radius: 22px;
    border: 1.5px solid rgba(63,135,161,0.10);
    border-top: 3px solid rgba(63,135,161,0.22) !important;
    box-shadow: 0 5px 14px 0 rgba(63,135,161,0.09);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lnch .habit_icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(143deg, rgba(63,135,161,0.12) 0%, rgba(144,170,198,0.15) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3F87A1;
}

.lnch .habit_card_h {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    color: #1e3d4e;
}

.lnch .habit_card_p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a6a7a;
}


.lnch .earn_seg {
    background: #FEFEFE;
    padding: 80px 16px;
}

.lnch .earn_in {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 40px;
    align-items: center;
}

.lnch .earn_img_wrap {
    border-radius: 22px;
    overflow: hidden;
    aspect-ratio: 1/1;
    box-shadow: 0 12px 36px 0 rgba(63,135,161,0.12);
    border: 2px solid rgba(144,170,198,0.20);
    outline: 5px solid rgba(63,135,161,0.08);
    outline-offset: 4px;
}

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

.lnch .earn_right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lnch .earn_h2 {
    font-size: 27px;
    line-height: 1.3;
    font-weight: 700;
    color: #1e3d4e;
    letter-spacing: -0.01em;
}

.lnch .earn_desc {
    font-size: 15px;
    line-height: 1.7;
    color: #3a5a6a;
}

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

.lnch .earn_item {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 14px;
    background: linear-gradient(143deg, rgba(63,135,161,0.05) 0%, transparent 60%, rgba(144,170,198,0.07) 100%);
    border: 1.5px solid rgba(63,135,161,0.10);
}

.lnch .earn_dot {
    width: 8px;
    height: 8px;
    border-radius: 48px;
    background: #3F87A1;
    margin-top: 8px;
    flex-shrink: 0;
}

.lnch .earn_item_text {
    font-size: 15px;
    line-height: 1.7;
    color: #3a5a6a;
}


@media (max-width: 1280px) {
    .lnch .t_img_col {
        flex: 0 0 320px;
    }
    .lnch .dir_in {
        grid-template-columns: 260px 1fr;
    }
    .lnch .earn_in {
        grid-template-columns: 300px 1fr;
    }
}

@media (max-width: 768px) {
    .lnch .t_block {
        padding: 40px 16px 40px;
    }
    .lnch .t_block_in {
        flex-direction: column;
        gap: 16px;
    }
    .lnch .t_h1 {
        font-size: 51px;
    }
    .lnch .t_img_col {
        flex: 0 0 auto;
        width: 100%;
        max-width: 340px;
        align-self: center;
    }
    .lnch .posts_grid {
        grid-template-columns: 1fr;
    }
    .lnch .dir_in {
        grid-template-columns: 1fr;
    }
    .lnch .dir_right {
        grid-template-columns: 1fr 1fr;
    }
    .lnch .theme_in {
        grid-template-columns: 1fr;
    }
    .lnch .theme_right {
        max-width: 340px;
    }
    .lnch .pod_grid {
        grid-template-columns: 1fr;
    }
    .lnch .conn_in {
        grid-template-columns: 1fr;
    }
    .lnch .habit_in {
        grid-template-columns: 1fr;
    }
    .lnch .earn_in {
        grid-template-columns: 1fr;
    }
    .lnch .earn_img_wrap {
        max-width: 340px;
    }
    .lnch .nums_row {
        gap: 8px;
    }
    .lnch .num_item {
        flex: 1 1 140px;
    }
    .lnch .pick_row {
        grid-template-columns: 48px 1fr auto;
        gap: 8px;
    }
}

.success_page {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 16px;
    background: linear-gradient(143deg, #FEFEFE 0%, rgba(144, 170, 198, 0.08) 48%, rgba(63, 135, 161, 0.11) 100%);
}

.success_page .success_wrap {
    max-width: 560px;
    width: 100%;
    background: #FEFEFE;
    border-radius: 22px;
    padding: 40px;
    box-shadow: 0 5px 14px 0 rgba(63, 135, 161, 0.09), 0 12px 36px 0 rgba(63, 135, 161, 0.12);
    border: 1px solid rgba(144, 170, 198, 0.22);
    text-align: center;
}

.success_page .success_icon_wrap {
    width: 72px;
    height: 72px;
    margin: 0 auto 40px;
    border-radius: 48px;
    background: linear-gradient(143deg, rgba(63, 135, 161, 0.1) 0%, rgba(144, 170, 198, 0.18) 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 2px 8px 0 rgba(63, 135, 161, 0.13);
}

.success_page .success_icon_wrap svg {
    display: block;
}

.success_page .success_heading {
    font-size: 27px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #1e4a5c;
    margin: 0 0 16px;
    background: linear-gradient(143deg, #3F87A1 30%, rgba(144, 170, 198, 0.4) 65%, #3F87A1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.success_page .success_text {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: #3a5566;
    margin: 0 0 40px;
}

.success_page .success_divider {
    width: 48px;
    height: 2px;
    background: linear-gradient(143deg, #3F87A1, #90AAC6);
    border-radius: 8px;
    margin: 0 auto 40px;
}

.success_page .success_meta {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #5a7a8a;
    margin: 0 0 40px;
}

.success_page .success_meta a {
    color: #3F87A1;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.18s ease-out;
}

.success_page .success_meta a:visited {
    color: #5a7a9e;
}

.success_page .success_meta a:hover {
    color: #2d6a82;
}

.success_page .btn_back {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    background: linear-gradient(143deg, #3F87A1 0%, #90AAC6 100%);
    color: #FEFEFE;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 5px 14px 0 rgba(63, 135, 161, 0.09);
    transition: box-shadow 0.15s ease-out, transform 0.12s ease-out;
}

.success_page .btn_back:hover {
    box-shadow: 0 12px 36px 0 rgba(63, 135, 161, 0.12);
}

.success_page .btn_back:active {
    transform: scale(0.97);
}

.success_page .btn_back svg {
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .success_page {
        padding: 40px 16px;
    }

    .success_page .success_wrap {
        padding: 40px 16px;
    }

    .success_page .success_heading {
        font-size: 27px;
    }

    .success_page .btn_back {
        padding: 16px 40px;
        width: 100%;
        justify-content: center;
    }
}
