@charset "UTF-8";
body {
  margin: 0;
  scrollbar-gutter: stable;
  min-height: 100vh;
  font-family: 'Noto Sans', sans-serif;
}

.page-header {
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  background: linear-gradient(160deg, rgba(255,255,255,0.92) 0%, rgba(232,240,240,0.88) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(61,156,157,0.18);
  box-shadow: -1px 5px 14px 0 rgba(61,156,157,0.08);
  padding: 24px 24px 0 24px;
}

.page-header .header-top {
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(152,203,205,0.22);
}

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

.page-header .brand-mark .logo-frame {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 56px;
  background: rgba(255,255,255,0.85);
  border-radius: 6px;
  border: 1px solid rgba(61,156,157,0.28);
  box-shadow: -1px 2px 4px 0 rgba(61,156,157,0.08), 0 0 0 2px rgba(152,203,205,0.18);
  padding: 6px;
}

.page-header .brand-mark .logo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-header .brand-mark .brand-name {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
  color: #2a6e6f;
  letter-spacing: 0.01em;
}

.page-header .address-line {
  font-size: 16px;
  line-height: 1.35;
  color: #3a5a5b;
  text-align: right;
  flex-shrink: 1;
}

.page-header .address-line span {
  display: inline-block;
}

.page-header .primary-nav {
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

.page-header .primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: stretch;
}

.page-header .primary-nav ul li {
  display: flex;
}

.page-header .primary-nav ul li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  color: #2a6e6f;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 0.45s cubic-bezier(0.16,1,0.3,1), border-color 0.45s cubic-bezier(0.16,1,0.3,1), background-color 0.45s ease-in-out;
  border-radius: 0;
  position: relative;
  clip-path: inset(0 0 0 0 round 0px);
}

.page-header .primary-nav ul li a:hover {
  color: #3D9C9D;
  border-bottom-color: #3D9C9D;
  background-color: rgba(152,203,205,0.1);
  clip-path: inset(0 0 0 0 round 2px 2px 0px 0px);
}

.page-header .primary-nav ul li a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(61,156,157,0.38);
  border-radius: 2px;
}

.page-header .primary-nav ul li.active-page a {
  color: #3D9C9D;
  border-bottom-color: #3D9C9D;
  font-weight: 700;
}

.site-footer {
  box-sizing: border-box;
  background: linear-gradient(170deg, #E8F0F0 0%, rgba(232,240,240,0.6) 100%);
  border-top: 1px solid rgba(61,156,157,0.2);
  padding: 48px 24px 24px 24px;
}

.site-footer .footer-grid {
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(61,156,157,0.15);
}

.site-footer .footer-brand {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer .footer-brand .footer-company-name {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
  color: #2a6e6f;
}

.site-footer .footer-brand .footer-tagline {
  font-size: 16px;
  line-height: 1.55;
  color: #3a5a5b;
}

.site-footer .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.site-footer .footer-contact .contact-group-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #3D9C9D;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.site-footer .footer-contact a {
  font-size: 16px;
  line-height: 1.55;
  color: #2a6e6f;
  text-decoration: none;
  transition: color 0.4s ease-in-out;
}

.site-footer .footer-contact a:hover {
  color: #3D9C9D;
}

.site-footer .footer-contact a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(61,156,157,0.38);
  border-radius: 2px;
}

.site-footer .footer-contact .contact-address {
  font-size: 16px;
  line-height: 1.55;
  color: #3a5a5b;
}

.site-footer .footer-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.site-footer .footer-links .links-group-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #3D9C9D;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.site-footer .footer-links a {
  font-size: 16px;
  line-height: 1.55;
  color: #2a6e6f;
  text-decoration: none;
  transition: color 0.4s ease-in-out;
}

.site-footer .footer-links a:hover {
  color: #3D9C9D;
}

.site-footer .footer-links a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(61,156,157,0.38);
  border-radius: 2px;
}

.site-footer .footer-bottom {
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.site-footer .footer-bottom .copyright-text {
  font-size: 16px;
  line-height: 1.35;
  color: #3a5a5b;
}

.site-footer .footer-bottom .footer-logo-frame {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 52px;
  background: rgba(255,255,255,0.9);
  border-radius: 6px;
  border: 1px solid rgba(61,156,157,0.25);
  box-shadow: -1px 2px 4px 0 rgba(61,156,157,0.08);
  padding: 6px;
  flex-shrink: 0;
}

.site-footer .footer-bottom .footer-logo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 860px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

@media (max-width: 600px) {
  .page-header {
    padding: 12px 12px 0 12px;
  }

  .page-header .header-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 12px;
  }

  .page-header .address-line {
    text-align: left;
  }

  .page-header .primary-nav ul li a {
    padding: 12px 12px;
    font-size: 16px;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .site-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}.text-policy {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 24px;
}

.text-policy ul,
.text-policy ol {
    padding-left: 24px;
    margin-top: 12px;
    margin-bottom: 24px;
}

.text-policy ul {
    list-style: none;
    padding-left: 0;
}

.text-policy ul li {
    padding-left: 24px;
    position: relative;
}

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

.text-policy ol {
    list-style: decimal;
}

.text-policy ol li::marker {
    color: #3D9C9D;
    font-size: 16px;
}

.text-policy li {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 6px;
    color: #2a2a2a;
}

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

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

.text-policy table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.55;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: -1px 5px 14px 0 rgba(61, 156, 157, 0.08);
}

.text-policy thead {
    background-color: #E8F0F0;
}

.text-policy thead tr {
    border-bottom: 2px solid #98CBCD;
}

.text-policy th {
    padding: 12px 24px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: #2a2a2a;
    letter-spacing: 0.02em;
}

.text-policy tbody tr {
    border-bottom: 1px solid #E8F0F0;
    transition: background-color 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.text-policy tbody tr:last-child {
    border-bottom: none;
}

.text-policy tbody tr:hover {
    background-color: #E8F0F0;
}

.text-policy td {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.55;
    color: #2a2a2a;
    vertical-align: top;
}

.text-policy td strong,
.text-policy td b {
    color: #3D9C9D;
}

.text-policy hr {
    border: none;
    border-top: 1px solid #E8F0F0;
    margin-top: 48px;
    margin-bottom: 48px;
}

.text-policy div {
    margin-bottom: 24px;
}

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

@media (max-width: 768px) {
    .text-policy {
        padding: 24px 24px;
    }

    .text-policy table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .text-policy th,
    .text-policy td {
        padding: 12px 12px;
    }

    .text-policy hr {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

@media (max-width: 480px) {
    .text-policy {
        padding: 24px 12px;
    }

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

    .text-policy ul li {
        padding-left: 18px;
    }
}
.podcast-detail {
  max-width: 100%;
  overflow-x: hidden;
}

.podcast-detail .breadcrumb-bar {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 24px 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.podcast-detail .breadcrumb-bar a {
  font-size: 16px;
  color: #3D9C9D;
  text-decoration: none;
  line-height: 1.35;
  transition: color 0.45s cubic-bezier(0.16,1,0.3,1);
}

.podcast-detail .breadcrumb-bar a:hover {
  color: #2a7a7b;
}

.podcast-detail .breadcrumb-bar span {
  font-size: 16px;
  color: #4a5568;
  line-height: 1.35;
}

.podcast-detail .breadcrumb-bar .separator {
  font-size: 16px;
  color: #98CBCD;
}

.podcast-detail .article-tag-label {
  display: inline-block;
  font-size: 16px;
  color: #3D9C9D;
  background: #E8F0F0;
  padding: 6px 12px;
  border-radius: 6px;
  line-height: 1.35;
}

.podcast-detail .article-header {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 24px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  position: relative;
}

.podcast-detail .article-header-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.podcast-detail .article-header-left .tag-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.podcast-detail .category-tag-label {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #3D9C9D;
  padding: 6px 12px;
  border-radius: 6px;
  line-height: 1.35;
}

.podcast-detail .article-main-title {
  font-size: 68px;
  line-height: 1.1;
  color: #1b2e2e;
  letter-spacing: -1px;
  margin: 0;
}

.podcast-detail .article-subtitle {
  font-size: 21px;
  line-height: 1.55;
  color: #3a5252;
  margin: 0;
}

.podcast-detail .article-meta-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 12px;
  border-top: 1px solid #E8F0F0;
}

.podcast-detail .meta-item {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
}

.podcast-detail .meta-item .meta-label {
  font-size: 16px;
  color: #5a7070;
  line-height: 1.35;
}

.podcast-detail .meta-item .meta-value {
  font-size: 16px;
  color: #1b2e2e;
  line-height: 1.35;
  font-weight: 600;
}

.podcast-detail .article-header-right {
  position: relative;
}

.podcast-detail .image-frame {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: -1px 8px 36px 0 rgba(61,156,157,0.14);
}

.podcast-detail .image-frame img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.55s cubic-bezier(0.16,1,0.3,1);
}

.podcast-detail .image-frame:hover img {
  transform: scale(1.03);
}

.podcast-detail .image-tint {
  position: absolute;
  inset: 0;
  background: rgba(61,156,157,0.12);
  pointer-events: none;
}

.podcast-detail .faded-bg-char {
  position: absolute;
  top: -24px;
  right: -12px;
  font-size: 200px;
  line-height: 1.1;
  color: #E8F0F0;
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
  user-select: none;
}

.podcast-detail .article-header-left {
  z-index: 1;
}

.podcast-detail .article-body-area {
  background: #E8F0F0;
  padding: 48px 0;
  position: relative;
}

.podcast-detail .geometric-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.podcast-detail .geo-shape {
  position: absolute;
  border-radius: 2px;
  background: rgba(61,156,157,0.07);
}

.podcast-detail .geo-shape:nth-child(1) { width: 18px; height: 18px; top: 48px; right: 24px; transform: rotate(20deg); }
.podcast-detail .geo-shape:nth-child(2) { width: 10px; height: 10px; top: 120px; right: 72px; transform: rotate(45deg); }
.podcast-detail .geo-shape:nth-child(3) { width: 24px; height: 24px; top: 200px; right: 12px; transform: rotate(10deg); }
.podcast-detail .geo-shape:nth-child(4) { width: 8px; height: 8px; top: 300px; right: 48px; transform: rotate(30deg); }
.podcast-detail .geo-shape:nth-child(5) { width: 14px; height: 14px; top: 400px; right: 90px; transform: rotate(55deg); }
.podcast-detail .geo-shape:nth-child(6) { width: 20px; height: 20px; top: 500px; right: 30px; transform: rotate(15deg); }
.podcast-detail .geo-shape:nth-child(7) { width: 6px; height: 6px; top: 600px; right: 60px; transform: rotate(40deg); }

.podcast-detail .article-body-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 48px;
  align-items: start;
}

.podcast-detail .article-body-text {
  background: #fff;
  border-radius: 12px;
  padding: 48px;
  box-shadow: -1px 5px 14px 0 rgba(61,156,157,0.08);
  clip-path: inset(0 0 0 0 round 12px);
  animation: revealBody 0.5s cubic-bezier(0.16,1,0.3,1) both;
}

@keyframes revealBody {
  from { clip-path: inset(0 50% 0 50% round 12px); opacity: 0.4; }
  to { clip-path: inset(0 0 0 0 round 12px); opacity: 1; }
}

.podcast-detail .article-body-text p {
  font-size: 18px;
  line-height: 1.55;
  color: #2a3d3d;
  margin: 0 0 24px;
}

.podcast-detail .article-body-text h2 {
  font-size: 27px;
  line-height: 1.35;
  color: #1b2e2e;
  margin: 48px 0 24px;
}

.podcast-detail .article-body-text h3 {
  font-size: 21px;
  line-height: 1.35;
  color: #1b2e2e;
  margin: 24px 0 12px;
}

.podcast-detail .article-body-text small {
  font-size: 16px;
  color: #5a7070;
  line-height: 1.35;
  display: block;
  margin-bottom: 12px;
}

.podcast-detail .article-body-text blockquote {
  margin: 24px 0;
  padding: 24px;
  background: #E8F0F0;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.55;
  color: #2a3d3d;
  font-style: italic;
}

.podcast-detail .article-body-text table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 16px;
  border-radius: 6px;
  overflow: hidden;
}

.podcast-detail .article-body-text caption {
  font-size: 16px;
  color: #5a7070;
  margin-bottom: 12px;
  text-align: left;
  line-height: 1.35;
}

.podcast-detail .article-body-text th {
  background: #3D9C9D;
  color: #fff;
  padding: 12px;
  text-align: left;
  font-size: 16px;
  line-height: 1.35;
}

.podcast-detail .article-body-text td {
  padding: 12px;
  border-bottom: 1px solid #E8F0F0;
  color: #2a3d3d;
  font-size: 16px;
  line-height: 1.35;
}

.podcast-detail .article-body-text tr:last-child td {
  border-bottom: none;
}

.podcast-detail .article-body-text tr:nth-child(even) td {
  background: #f5f9f9;
}

.podcast-detail .article-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.podcast-detail .sidebar-author-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: -1px 5px 14px 0 rgba(61,156,157,0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.podcast-detail .sidebar-author-card .author-heading {
  font-size: 16px;
  color: #5a7070;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
}

.podcast-detail .sidebar-author-card .author-name {
  font-size: 21px;
  color: #1b2e2e;
  line-height: 1.35;
  margin: 0;
  font-weight: 600;
}

.podcast-detail .sidebar-stats {
  background: #3D9C9D;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.podcast-detail .sidebar-stats .stat-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.podcast-detail .sidebar-stats .stat-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.podcast-detail .sidebar-stats .stat-label {
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  line-height: 1.35;
}

.podcast-detail .sidebar-stats .stat-value {
  font-size: 21px;
  color: #fff;
  line-height: 1.35;
  font-weight: 600;
}

.podcast-detail .sidebar-cta {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: -1px 5px 14px 0 rgba(61,156,157,0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.podcast-detail .sidebar-cta p {
  font-size: 16px;
  color: #2a3d3d;
  line-height: 1.55;
  margin: 0;
}

.podcast-detail .sidebar-cta .cta-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #3D9C9D;
  text-decoration: none;
  line-height: 1.35;
  transition: gap 0.45s cubic-bezier(0.16,1,0.3,1), color 0.45s cubic-bezier(0.16,1,0.3,1);
}

.podcast-detail .sidebar-cta .cta-link:hover {
  gap: 12px;
  color: #2a7a7b;
}

.podcast-detail .sidebar-cta .cta-link .arrow-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.podcast-detail .divider-edge {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.podcast-detail .divider-edge .edge-line {
  width: 80px;
  height: 2px;
  background: #98CBCD;
  border-radius: 2px;
}

.podcast-detail .divider-gap {
  height: 48px;
}

.podcast-detail .scroll-top-anchor {
  display: block;
  position: fixed;
  bottom: 48px;
  right: 24px;
  width: 48px;
  height: 48px;
  background: #3D9C9D;
  border-radius: 12px;
  box-shadow: -1px 8px 36px 0 rgba(61,156,157,0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.45s cubic-bezier(0.16,1,0.3,1), transform 0.45s cubic-bezier(0.16,1,0.3,1);
  z-index: 100;
}

.podcast-detail .scroll-top-anchor:hover {
  background: #2a7a7b;
  transform: translateY(-4px);
}

.podcast-detail .scroll-top-anchor svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 900px) {
  .podcast-detail .article-header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .podcast-detail .article-main-title {
    font-size: 27px;
  }

  .podcast-detail .faded-bg-char {
    display: none;
  }

  .podcast-detail .article-body-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .podcast-detail .article-body-text {
    padding: 24px;
  }

  .podcast-detail .image-frame img {
    height: 280px;
  }
}

@media (max-width: 600px) {
  .podcast-detail .article-header {
    padding: 12px 12px 24px;
  }

  .podcast-detail .breadcrumb-bar {
    padding: 12px 12px 6px;
  }

  .podcast-detail .article-body-inner {
    padding: 0 12px;
  }

  .podcast-detail .article-body-text {
    padding: 24px 12px;
  }
}

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

.services-page *,
.services-page *::before,
.services-page *::after {
    box-sizing: border-box;
}

.services-page .page-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

/* TITLE BLOCK */
.services-page .title-block {
    padding: 72px 0 48px;
    background: #fff;
    border-bottom: 1px solid #E8F0F0;
}

.services-page .title-block .page-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.services-page .title-text-zone {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 12px;
}

.services-page .title-eyebrow {
    font-size: 16px;
    line-height: 1.35;
    color: #3D9C9D;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    border-top: 2px solid #3D9C9D;
    padding-top: 12px;
    display: inline-block;
}

.services-page .title-heading-primary {
    font-size: 68px;
    line-height: 1.1;
    color: #1a2a2a;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    margin: 0;
}

.services-page .title-heading-secondary {
    font-size: 27px;
    line-height: 1.35;
    color: #3D9C9D;
    margin: 0;
    font-weight: 400;
}

.services-page .title-description {
    font-size: 18px;
    line-height: 1.55;
    color: #2d4444;
    margin: 0;
    max-width: 480px;
}

.services-page .title-image-mosaic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 12px;
    position: relative;
}

.services-page .mosaic-img-large {
    grid-column: 1 / 3;
    grid-row: 1;
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 12px;
}

.services-page .mosaic-img-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    filter: saturate(0.55) brightness(0.95);
    transition: filter 0.45s cubic-bezier(0.16,1,0.3,1);
}

.services-page .mosaic-img-large:hover img {
    filter: saturate(0.75) brightness(1);
}

.services-page .mosaic-img-small {
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 12px;
}

.services-page .mosaic-img-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: saturate(0.55) brightness(0.95);
    transition: filter 0.45s cubic-bezier(0.16,1,0.3,1);
}

.services-page .mosaic-img-small:hover img {
    filter: saturate(0.75) brightness(1);
}

.services-page .mosaic-stat {
    background: #3D9C9D;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 24px;
    gap: 6px;
}

.services-page .mosaic-stat-number {
    font-size: 27px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
}

.services-page .mosaic-stat-label {
    font-size: 16px;
    line-height: 1.35;
    color: #E8F0F0;
}

.services-page .title-edge-line {
    position: absolute;
    left: -24px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #3D9C9D 50%, #98CBCD 50%);
    border-radius: 2px;
}

/* SECTION DIVIDER */
.services-page .divider-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px 0;
}

.services-page .divider-dots span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #98CBCD;
    display: block;
}

/* SERVICES GRID SECTION */
.services-page .services-grid-section {
    padding: 48px 0;
    background: #E8F0F0;
    position: relative;
}

.services-page .services-grid-section::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(to bottom, #3D9C9D 50%, #98CBCD 50%);
    border-radius: 2px 0 0 2px;
}

.services-page .section-label {
    font-size: 16px;
    line-height: 1.35;
    color: #3D9C9D;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 12px 0;
}

.services-page .section-heading {
    font-size: 27px;
    line-height: 1.35;
    color: #1a2a2a;
    margin: 0 0 24px 0;
    max-width: 600px;
}

.services-page .services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-top: 24px;
}

.services-page .service-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: -1px 2px 4px 0 rgba(61,156,157,0.08);
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow 0.45s cubic-bezier(0.16,1,0.3,1), clip-path 0.45s cubic-bezier(0.16,1,0.3,1);
    clip-path: inset(0 0 0 0 round 12px);
    position: relative;
}

.services-page .service-card:hover {
    box-shadow: -1px 8px 36px 0 rgba(61,156,157,0.14);
    clip-path: inset(-2px -2px -2px -2px round 12px);
}

.services-page .service-card-icon {
    width: 44px;
    height: 44px;
    border: 1.5px solid #3D9C9D;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.services-page .service-card-icon svg {
    width: 22px;
    height: 22px;
    stroke: #3D9C9D;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.services-page .service-card-name {
    font-size: 18px;
    line-height: 1.35;
    color: #1a2a2a;
    margin: 0;
    font-weight: 600;
}

.services-page .service-card-text {
    font-size: 16px;
    line-height: 1.55;
    color: #2d4444;
    margin: 0;
}

.services-page .service-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.services-page .service-card-list li {
    font-size: 16px;
    line-height: 1.35;
    color: #2d4444;
    padding-bottom: 6px;
    border-bottom: 1px solid #E8F0F0;
}

.services-page .service-card-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* PROCESS SECTION */
.services-page .process-section {
    padding: 48px 0;
    background: #fff;
    position: relative;
}

.services-page .process-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(to bottom, #98CBCD 50%, #3D9C9D 50%);
    border-radius: 0 2px 2px 0;
}

.services-page .process-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 48px;
    align-items: start;
}

.services-page .process-steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.services-page .process-step {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 24px;
    align-items: start;
    padding-bottom: 24px;
    border-bottom: 1px solid #E8F0F0;
}

.services-page .process-step:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.services-page .step-number {
    font-size: 27px;
    line-height: 1.1;
    color: #98CBCD;
    font-weight: 700;
    padding-top: 6px;
}

.services-page .step-heading {
    font-size: 18px;
    line-height: 1.35;
    color: #1a2a2a;
    margin: 0 0 6px 0;
    font-weight: 600;
}

.services-page .step-text {
    font-size: 16px;
    line-height: 1.55;
    color: #2d4444;
    margin: 0;
}

.services-page .process-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.services-page .sidebar-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.services-page .sidebar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: saturate(0.6) brightness(0.9);
    transition: filter 0.5s cubic-bezier(0.16,1,0.3,1);
}

.services-page .sidebar-image-overlay {
    position: absolute;
    inset: 0;
    background: rgba(61,156,157,0);
    display: flex;
    align-items: flex-end;
    padding: 24px;
    transition: background 0.5s cubic-bezier(0.16,1,0.3,1);
    border-radius: 12px;
}

.services-page .sidebar-image-overlay-text {
    font-size: 16px;
    line-height: 1.35;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.16,1,0.3,1);
}

.services-page .sidebar-image:hover .sidebar-image-overlay {
    background: rgba(61,156,157,0.75);
}

.services-page .sidebar-image:hover img {
    filter: saturate(0.4) brightness(0.7);
}

.services-page .sidebar-image:hover .sidebar-image-overlay-text {
    opacity: 1;
}

.services-page .sidebar-metrics {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.services-page .metric-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.services-page .metric-label {
    font-size: 16px;
    line-height: 1.35;
    color: #2d4444;
}

.services-page .metric-bar-track {
    height: 6px;
    background: #E8F0F0;
    border-radius: 2px;
    overflow: hidden;
}

.services-page .metric-bar-fill {
    height: 100%;
    border-radius: 2px;
    background: linear-gradient(90deg, #3D9C9D 50%, #98CBCD 100%);
    transition: width 0.55s cubic-bezier(0.16,1,0.3,1);
}

.services-page .metric-value {
    font-size: 16px;
    line-height: 1.35;
    color: #3D9C9D;
    font-weight: 600;
}

/* FAQ SECTION */
.services-page .faq-section {
    padding: 48px 0;
    background: #E8F0F0;
}

.services-page .faq-layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    align-items: start;
}

.services-page .faq-label-col {
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.services-page .faq-heading {
    font-size: 27px;
    line-height: 1.35;
    color: #1a2a2a;
    margin: 0;
}

.services-page .faq-subtext {
    font-size: 16px;
    line-height: 1.55;
    color: #2d4444;
    margin: 0;
}

.services-page .faq-decoration {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.services-page .faq-decoration span {
    display: block;
    height: 2px;
    background: #3D9C9D;
    border-radius: 2px;
}

.services-page .faq-decoration span:nth-child(1) { width: 36px; }
.services-page .faq-decoration span:nth-child(2) { width: 24px; }
.services-page .faq-decoration span:nth-child(3) { width: 48px; }

.services-page .faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.services-page .faq-item {
    border-bottom: 1px solid #98CBCD;
}

.services-page .faq-item:first-child {
    border-top: 1px solid #98CBCD;
}

.services-page .faq-question-btn {
    width: 100%;
    background: none;
    border: none;
    padding: 24px 0;
    text-align: left;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    transition: color 0.4s ease-in-out;
}

.services-page .faq-question-btn:focus-visible {
    outline: 2px solid #3D9C9D !important;
    outline-offset: 2px !important;
    border-radius: 2px !important;
}

.services-page .faq-question-text {
    font-size: 18px;
    line-height: 1.35;
    color: #1a2a2a;
    font-weight: 600;
}

.services-page .faq-question-btn:hover .faq-question-text {
    color: #3D9C9D;
}

.services-page .faq-icon {
    width: 24px;
    height: 24px;
    border: 1.5px solid #3D9C9D;
    border-radius: 6px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.4s ease-in-out;
}

.services-page .faq-icon svg {
    width: 12px;
    height: 12px;
    stroke: #3D9C9D;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    transition: transform 0.4s ease-in-out;
}

.services-page details[open] .faq-icon {
    background: #3D9C9D;
}

.services-page details[open] .faq-icon svg {
    stroke: #fff;
    transform: rotate(45deg);
}

.services-page .faq-answer {
    font-size: 16px;
    line-height: 1.55;
    color: #2d4444;
    padding: 0 0 24px 0;
    margin: 0;
}

/* LINK BUTTON */
.services-page .link-button {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    line-height: 1.35;
    color: #3D9C9D;
    text-decoration: none;
    border: none;
    background: none;
    cursor: pointer;
    padding: 6px 0;
    transition: gap 0.4s cubic-bezier(0.16,1,0.3,1), color 0.4s ease-in-out;
    clip-path: inset(0 0 0 0);
}

.services-page .link-button:hover {
    gap: 12px;
    color: #2d7e7f;
    clip-path: inset(-1px -1px -1px -1px);
}

.services-page .link-button:focus-visible {
    outline: 2px solid #3D9C9D !important;
    outline-offset: 2px !important;
    border-radius: 2px !important;
}

.services-page .link-button svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.4s cubic-bezier(0.16,1,0.3,1);
}

.services-page .link-button:hover svg {
    transform: translateX(4px);
}

.services-page .link-button:active {
    color: #3D9C9D;
    animation: flash-accent 0.45s ease-in-out;
}

@keyframes flash-accent {
    0% { color: #3D9C9D; }
    40% { color: #98CBCD; }
    100% { color: #3D9C9D; }
}

/* BORDER TRACE HOVER on service cards */
.services-page .service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    border: 2px solid transparent;
    transition: border-color 0.45s cubic-bezier(0.16,1,0.3,1);
    pointer-events: none;
}

.services-page .service-card:hover::before {
    border-color: #98CBCD;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .services-page .title-block .page-container {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .services-page .title-heading-primary {
        font-size: 48px;
    }

    .services-page .services-grid {
        grid-template-columns: 1fr 1fr;
    }

    .services-page .process-layout {
        grid-template-columns: 1fr;
    }

    .services-page .process-sidebar {
        display: none;
    }

    .services-page .faq-layout {
        grid-template-columns: 1fr;
    }

    .services-page .faq-label-col {
        position: static;
    }
}

@media (max-width: 600px) {
    .services-page .title-heading-primary {
        font-size: 36px;
    }

    .services-page .services-grid {
        grid-template-columns: 1fr;
    }

    .services-page .mosaic-img-large {
        height: 180px;
    }

    .services-page .title-block {
        padding: 48px 0 24px;
    }
}

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

.podcast .page-strip {
  background: linear-gradient(180deg, #3D9C9D 50%, #98CBCD 100%);
  padding: 48px 0 0;
}

.podcast .page-strip-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 48px;
}

.podcast .page-strip-text {
  flex: 1 1 0;
  padding-bottom: 48px;
}

.podcast .page-strip-text h1 {
  font-size: 68px;
  line-height: 1.1;
  color: #fff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 24px;
}

.podcast .page-strip-counter {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 24px;
}

.podcast .page-strip-counter .count-number {
  font-size: 68px;
  line-height: 1.1;
  color: #E8F0F0;
  font-weight: 700;
}

.podcast .page-strip-counter .count-label {
  font-size: 18px;
  line-height: 1.35;
  color: #E8F0F0;
  opacity: 0.85;
}

.podcast .page-strip-text p {
  font-size: 18px;
  line-height: 1.55;
  color: #E8F0F0;
  margin: 0;
  max-width: 480px;
}

.podcast .page-strip-image {
  flex: 0 0 340px;
  position: relative;
}

.podcast .page-strip-image img {
  width: 340px;
  height: 320px;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 12px 12px 0 0;
  filter: sepia(0.22) saturate(1.15) brightness(0.97);
}

.podcast .page-strip-image::before {
  content: '';
  position: absolute;
  top: -24px;
  right: -24px;
  width: 80px;
  height: 80px;
  background: #E8F0F0;
  opacity: 0.13;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  border-radius: 0;
  pointer-events: none;
}

.podcast .divider-gradient {
  height: 3px;
  background: linear-gradient(90deg, #3D9C9D 0%, #98CBCD 100%);
  border: none;
  margin: 0;
}

.podcast .posts-area {
  background: #fff;
  padding: 48px 0;
}

.podcast .posts-area-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.podcast .posts-area-inner h2 {
  font-size: 27px;
  line-height: 1.35;
  color: #2a5d5e;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 6px;
}

.podcast .posts-area-inner .posts-subtitle {
  font-size: 16px;
  line-height: 1.55;
  color: #3D9C9D;
  margin: 0 0 48px;
}

.podcast .post-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.podcast .post-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: -1px 5px 14px 0 rgba(61,156,157,0.08);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.45s cubic-bezier(0.16,1,0.3,1), transform 0.45s cubic-bezier(0.16,1,0.3,1);
  overflow: hidden;
}

.podcast .post-card:hover {
  box-shadow: -1px 8px 36px 0 rgba(61,156,157,0.14);
  transform: translateY(-4px);
}

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

.podcast .post-card-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.5s cubic-bezier(0.16,1,0.3,1);
}

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

.podcast .post-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 12px;
}

.podcast .post-tag {
  display: inline-block;
  font-size: 16px;
  line-height: 1.35;
  color: #3D9C9D;
  background: #E8F0F0;
  border-radius: 6px;
  padding: 6px 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  align-self: flex-start;
}

.podcast .post-category {
  display: inline-block;
  font-size: 16px;
  line-height: 1.35;
  color: #98CBCD;
  border: 1px solid #98CBCD;
  border-radius: 6px;
  padding: 6px 12px;
  align-self: flex-start;
}

.podcast .post-card-body h3 {
  font-size: 18px;
  line-height: 1.35;
  color: #1e3d3e;
  margin: 0;
}

.podcast .post-card-body .post-sub {
  font-size: 16px;
  line-height: 1.55;
  color: #3D9C9D;
  margin: 0;
  font-style: italic;
}

.podcast .post-card-body p {
  font-size: 16px;
  line-height: 1.55;
  color: #3a5455;
  margin: 0;
  flex: 1 1 auto;
}

.podcast .post-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #E8F0F0;
  padding-top: 12px;
  flex-wrap: wrap;
}

.podcast .post-meta .author {
  font-size: 16px;
  line-height: 1.35;
  color: #2a5d5e;
  font-weight: 600;
  flex: 1 1 auto;
}

.podcast .post-meta .date {
  font-size: 16px;
  line-height: 1.35;
  color: #3D9C9D;
  opacity: 0.7;
}

.podcast .post-stats {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}

.podcast .post-stat {
  font-size: 16px;
  line-height: 1.35;
  color: #98CBCD;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

.podcast .stat-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  flex-shrink: 0;
}

.podcast .post-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  line-height: 1.35;
  color: #3D9C9D;
  text-decoration: none;
  font-weight: 600;
  margin-top: 6px;
  align-self: flex-start;
  transition: gap 0.4s cubic-bezier(0.16,1,0.3,1), color 0.4s ease-in-out;
  position: relative;
}

.podcast .post-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #3D9C9D;
  border-radius: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: width 0.45s cubic-bezier(0.16,1,0.3,1);
}

.podcast .post-link:hover::after {
  width: 100%;
}

.podcast .post-link:hover {
  gap: 12px;
  color: #2a5d5e;
}

.podcast .post-link-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.podcast .divider-dots {
  height: 24px;
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.podcast .divider-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #98CBCD;
  display: inline-block;
}

.podcast .divider-dots span:nth-child(2) {
  background: #3D9C9D;
  width: 10px;
  height: 10px;
}

.podcast .newsletter-area {
  background: #E8F0F0;
  padding: 48px 0;
  position: relative;
}

.podcast .newsletter-dots-bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #98CBCD 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.18;
  pointer-events: none;
  border-radius: 0;
}

.podcast .newsletter-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
  position: relative;
}

.podcast .newsletter-text {
  flex: 1 1 0;
}

.podcast .newsletter-text h2 {
  font-size: 27px;
  line-height: 1.35;
  color: #1e3d3e;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.podcast .newsletter-text p {
  font-size: 16px;
  line-height: 1.55;
  color: #3a5455;
  margin: 0;
  max-width: 420px;
}

.podcast .newsletter-form-area {
  flex: 0 0 380px;
}

.podcast .newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.podcast .newsletter-form input[type="email"] {
  width: 100%;
  padding: 12px 24px;
  border: 2px solid #98CBCD;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.55;
  color: #1e3d3e;
  background: #fff;
  outline: none;
  box-sizing: border-box;
  box-shadow: inset 0 2px 6px 0 rgba(61,156,157,0.06);
  transition: border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

.podcast .newsletter-form input[type="email"]::placeholder {
  color: #1e3d3e;
  opacity: 0.4;
}

.podcast .newsletter-form input[type="email"]:focus {
  border-color: #3D9C9D;
  box-shadow: inset 0 2px 6px 0 rgba(61,156,157,0.10);
}

.podcast .newsletter-form .pretty {
  margin: 0;
}

.podcast .newsletter-form .pretty .state label {
  font-size: 16px;
  line-height: 1.55;
  color: #3a5455;
}

.podcast .newsletter-form .pretty.p-default input:checked ~ .state label::before {
  background: #3D9C9D;
  border-color: #3D9C9D;
}

.podcast .newsletter-submit {
  background: #3D9C9D;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  transition: background 0.45s cubic-bezier(0.16,1,0.3,1), gap 0.4s cubic-bezier(0.16,1,0.3,1);
  clip-path: inset(0 0 0 0 round 6px);
}

.podcast .newsletter-submit:hover {
  background: #2a5d5e;
  gap: 12px;
}

.podcast .newsletter-submit:focus {
  outline: 2px solid #2a5d5e;
  outline-offset: 2px;
}

.podcast .newsletter-submit svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.podcast .about-area {
  background: #fff;
  padding: 48px 0;
}

.podcast .about-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.podcast .about-featured {
  grid-column: 1 / 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.podcast .about-featured h2 {
  font-size: 27px;
  line-height: 1.35;
  color: #1e3d3e;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.podcast .about-featured p {
  font-size: 16px;
  line-height: 1.55;
  color: #3a5455;
  margin: 0;
}

.podcast .about-featured .about-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  line-height: 1.35;
  color: #3D9C9D;
  font-weight: 600;
  text-decoration: none;
  transition: gap 0.4s cubic-bezier(0.16,1,0.3,1), color 0.4s ease-in-out;
}

.podcast .about-featured .about-link:hover {
  gap: 12px;
  color: #2a5d5e;
}

.podcast .about-featured .about-link svg {
  width: 16px;
  height: 16px;
}

.podcast .about-center {
  grid-column: 2 / 3;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  background: linear-gradient(180deg, #3D9C9D 50%, #98CBCD 100%);
  border-radius: 12px;
  box-shadow: -1px 5px 14px 0 rgba(61,156,157,0.08);
  min-height: 260px;
  justify-content: center;
}

.podcast .about-center h3 {
  font-size: 21px;
  line-height: 1.35;
  color: #fff;
  margin: 0;
}

.podcast .about-center p {
  font-size: 16px;
  line-height: 1.55;
  color: #E8F0F0;
  margin: 0;
}

.podcast .about-stats {
  grid-column: 3 / 4;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.podcast .stat-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E8F0F0;
}

.podcast .stat-row:last-child {
  border-bottom: none;
}

.podcast .stat-row .stat-value {
  font-size: 27px;
  line-height: 1.1;
  color: #3D9C9D;
  font-weight: 700;
}

.podcast .stat-row .stat-desc {
  font-size: 16px;
  line-height: 1.35;
  color: #3a5455;
}

.podcast .about-double-border {
  border: 3px solid #3D9C9D;
  outline: 1px solid #98CBCD;
  outline-offset: 4px;
  border-radius: 12px;
  padding: 24px;
  background: #E8F0F0;
  margin-top: 24px;
  grid-column: 1 / 4;
}

.podcast .about-double-border p {
  font-size: 16px;
  line-height: 1.55;
  color: #1e3d3e;
  margin: 0;
}

@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-32px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes slideInRight {
  from { opacity: 0; transform: translateX(32px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes slideInUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.podcast .page-strip-text {
  animation: slideInLeft 0.55s cubic-bezier(0.16,1,0.3,1) both;
}

.podcast .page-strip-image {
  animation: slideInRight 0.55s cubic-bezier(0.16,1,0.3,1) 0.12s both;
}

.podcast .post-card:nth-child(1) {
  animation: slideInUp 0.5s cubic-bezier(0.16,1,0.3,1) 0.08s both;
}

.podcast .post-card:nth-child(2) {
  animation: slideInUp 0.5s cubic-bezier(0.16,1,0.3,1) 0.18s both;
}

.podcast .post-card:nth-child(3) {
  animation: slideInUp 0.5s cubic-bezier(0.16,1,0.3,1) 0.28s both;
}

@media (max-width: 900px) {
  .podcast .page-strip-inner {
    flex-direction: column;
    gap: 24px;
  }
  .podcast .page-strip-image {
    flex: 0 0 auto;
    align-self: flex-start;
  }
  .podcast .page-strip-image img {
    width: 100%;
    height: 200px;
  }
  .podcast .post-grid {
    grid-template-columns: 1fr 1fr;
  }
  .podcast .newsletter-inner {
    flex-direction: column;
    gap: 24px;
  }
  .podcast .newsletter-form-area {
    flex: 0 0 auto;
    width: 100%;
  }
  .podcast .about-inner {
    grid-template-columns: 1fr 1fr;
  }
  .podcast .about-featured {
    grid-column: 1 / 3;
  }
  .podcast .about-center {
    grid-column: 1 / 2;
  }
  .podcast .about-stats {
    grid-column: 2 / 3;
  }
  .podcast .about-double-border {
    grid-column: 1 / 3;
  }
}

@media (max-width: 600px) {
  .podcast .page-strip-text h1 {
    font-size: 27px;
  }
  .podcast .page-strip-counter .count-number {
    font-size: 27px;
  }
  .podcast .post-grid {
    grid-template-columns: 1fr;
  }
  .podcast .about-inner {
    grid-template-columns: 1fr;
  }
  .podcast .about-featured {
    grid-column: 1 / 2;
  }
  .podcast .about-center {
    grid-column: 1 / 2;
  }
  .podcast .about-stats {
    grid-column: 1 / 2;
  }
  .podcast .about-double-border {
    grid-column: 1 / 2;
  }
  .podcast .page-strip-image {
    width: 100%;
  }
  .podcast .page-strip-image img {
    width: 100%;
  }
}

.about-us-page {
    max-width: 100%;
    overflow-x: hidden;
}

.about-us-page * {
    box-sizing: border-box;
}

.about-us-page .story-panel {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 24px;
}

.about-us-page .opening-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 48px;
    align-items: start;
}

.about-us-page .opening-text {
    padding: 48px 0 48px 0;
}

.about-us-page .prefix-shape {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #3D9C9D;
    border-radius: 2px;
    margin-right: 12px;
    vertical-align: middle;
    transform: rotate(45deg);
    flex-shrink: 0;
}

.about-us-page .label-row {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.about-us-page .label-text {
    font-size: 16px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #3D9C9D;
    line-height: 1.1;
}

.about-us-page .opening-heading {
    font-size: 68px;
    line-height: 1.1;
    color: #1a2e2e;
    margin: 0 0 24px 0;
    font-weight: 700;
}

.about-us-page .opening-heading em {
    font-style: normal;
    color: #3D9C9D;
    display: block;
}

.about-us-page .opening-lead {
    font-size: 18px;
    line-height: 1.55;
    color: #2d3e3e;
    margin: 0 0 24px 0;
    max-width: 520px;
}

.about-us-page .image-column {
    position: relative;
}

.about-us-page .image-frame {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: -1px 8px 36px 0 rgba(61,156,157,0.14);
}

.about-us-page .image-frame img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.55s cubic-bezier(0.16,1,0.3,1);
}

.about-us-page .image-frame:hover img {
    transform: scale(1.03);
}

.about-us-page .scanline-overlay {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 3px,
        rgba(61,156,157,0.04) 3px,
        rgba(61,156,157,0.04) 4px
    );
    pointer-events: none;
    border-radius: 12px;
}

.about-us-page .noise-layer {
    position: absolute;
    inset: 0;
    opacity: 0.06;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    background-size: 200px 200px;
    pointer-events: none;
    border-radius: 12px;
}

.about-us-page .image-badge {
    position: absolute;
    bottom: -12px;
    left: -12px;
    background: #3D9C9D;
    color: #fff;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.35;
    box-shadow: -1px 5px 14px 0 rgba(61,156,157,0.08);
}

.about-us-page .image-badge strong {
    display: block;
    font-size: 27px;
    line-height: 1.1;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

.about-us-page .opening-text {
    animation: fadeInUp 0.55s cubic-bezier(0.16,1,0.3,1) both;
}

.about-us-page .image-column {
    animation: fadeInUp 0.55s cubic-bezier(0.16,1,0.3,1) 0.15s both;
}

.about-us-page .founding-band {
    background: linear-gradient(180deg, #3D9C9D 50%, #98CBCD 100%);
    padding: 48px 0;
    position: relative;
    overflow: hidden;
}

.about-us-page .founding-band::before {
    content: "{";
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 260px;
    line-height: 1;
    color: rgba(255,255,255,0.06);
    font-weight: 700;
    pointer-events: none;
    clip-path: inset(0);
}

.about-us-page .founding-band::after {
    content: "}";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 260px;
    line-height: 1;
    color: rgba(255,255,255,0.06);
    font-weight: 700;
    pointer-events: none;
    clip-path: inset(0);
}

.about-us-page .founding-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    align-items: start;
}

.about-us-page .founding-label {
    font-size: 16px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    line-height: 1.1;
    margin-bottom: 12px;
}

.about-us-page .founding-year {
    font-size: 68px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 12px 0;
}

.about-us-page .founding-city {
    font-size: 18px;
    color: rgba(255,255,255,0.85);
    line-height: 1.35;
    margin: 0;
}

.about-us-page .founding-story {
    padding-top: 6px;
}

.about-us-page .founding-story-heading {
    font-size: 27px;
    font-weight: 600;
    color: #fff;
    line-height: 1.35;
    margin: 0 0 24px 0;
}

.about-us-page .founding-story p {
    font-size: 18px;
    line-height: 1.55;
    color: rgba(255,255,255,0.9);
    margin: 0 0 24px 0;
}

.about-us-page .founding-story p:last-child {
    margin-bottom: 0;
}

.about-us-page .metrics-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.about-us-page .metric-item {
    flex: 1;
    min-width: 120px;
    border-top: 2px solid rgba(255,255,255,0.25);
    padding-top: 12px;
}

.about-us-page .metric-number {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    display: block;
}

.about-us-page .metric-desc {
    font-size: 16px;
    color: rgba(255,255,255,0.75);
    line-height: 1.35;
    margin-top: 6px;
    display: block;
}

.about-us-page .team-approach {
    background: #E8F0F0;
    padding: 48px 0;
}

.about-us-page .team-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.about-us-page .team-top {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
    align-items: start;
}

.about-us-page .team-heading-block .label-row {
    margin-bottom: 12px;
}

.about-us-page .team-heading {
    font-size: 27px;
    font-weight: 700;
    color: #1a2e2e;
    line-height: 1.35;
    margin: 0 0 24px 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.about-us-page .team-heading-block p {
    font-size: 18px;
    line-height: 1.55;
    color: #2d3e3e;
    margin: 0 0 24px 0;
}

.about-us-page .team-heading-block p:last-child {
    margin-bottom: 0;
}

.about-us-page .side-image-wrap {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: -1px 5px 14px 0 rgba(61,156,157,0.08);
    transition: box-shadow 0.45s ease-in-out;
}

.about-us-page .side-image-wrap:hover {
    box-shadow: -1px 8px 36px 0 rgba(61,156,157,0.14);
}

.about-us-page .side-image-wrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.45s cubic-bezier(0.16,1,0.3,1);
}

.about-us-page .side-image-wrap:hover img {
    transform: scale(1.04);
    clip-path: inset(0 0 0 0 round 12px);
}

.about-us-page .people-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.about-us-page .person-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: -1px 2px 4px 0 rgba(61,156,157,0.08);
    transition: box-shadow 0.45s cubic-bezier(0.16,1,0.3,1), transform 0.45s cubic-bezier(0.16,1,0.3,1);
}

.about-us-page .person-card:hover {
    box-shadow: -1px 8px 36px 0 rgba(61,156,157,0.14);
    transform: translateY(-4px);
}

.about-us-page .person-photo {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.5s cubic-bezier(0.16,1,0.3,1);
}

.about-us-page .person-card:hover .person-photo {
    transform: scale(1.05);
    clip-path: inset(0 0 0 0);
}

.about-us-page .person-info {
    padding: 12px;
    border-top: 2px solid #E8F0F0;
}

.about-us-page .person-name {
    font-size: 16px;
    font-weight: 700;
    color: #1a2e2e;
    line-height: 1.35;
    margin: 0 0 6px 0;
}

.about-us-page .person-role {
    font-size: 16px;
    color: #3D9C9D;
    line-height: 1.35;
    margin: 0;
}

.about-us-page .approach-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0 0;
}

.about-us-page .approach-list li {
    font-size: 18px;
    line-height: 1.55;
    color: #2d3e3e;
    padding: 12px 0;
    border-bottom: 1px solid #98CBCD;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
}

.about-us-page .approach-list li:first-child {
    border-top: 1px solid #98CBCD;
}

.about-us-page .list-marker {
    width: 6px;
    height: 6px;
    background: #3D9C9D;
    border-radius: 2px;
    flex-shrink: 0;
    margin-top: 9px;
}

@media (max-width: 900px) {
    .about-us-page .opening-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .about-us-page .opening-heading {
        font-size: 48px;
    }

    .about-us-page .founding-inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .about-us-page .team-top {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .about-us-page .people-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-us-page .image-frame img {
        height: 320px;
    }
}

@media (max-width: 560px) {
    .about-us-page .opening-heading {
        font-size: 36px;
    }

    .about-us-page .people-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-us-page .metrics-row {
        flex-direction: column;
        gap: 12px;
    }

    .about-us-page .founding-year {
        font-size: 48px;
    }
}

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

.contact-us .page-entry {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 48px 48px 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: end;
}

.contact-us .entry-left {
    padding-right: 48px;
    border-right: 1px solid #98CBCD;
}

.contact-us .entry-label {
    font-size: 16px;
    color: #3D9C9D;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 24px;
    display: block;
}

.contact-us .entry-heading {
    font-size: 68px;
    line-height: 1.1;
    color: #1a2e2e;
    margin: 0 0 24px 0;
    text-transform: uppercase;
}

.contact-us .entry-heading span {
    color: #3D9C9D;
}

.contact-us .entry-desc {
    font-size: 18px;
    line-height: 1.55;
    color: #2c3e3e;
    margin: 0;
}

.contact-us .entry-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-us .entry-gradient-bar {
    height: 4px;
    background: linear-gradient(90deg, #3D9C9D 0%, #98CBCD 50%, #E8F0F0 100%);
    border-radius: 2px;
    width: 100%;
}

.contact-us .entry-detail-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-us .detail-label {
    font-size: 16px;
    color: #3D9C9D;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.contact-us .detail-value {
    font-size: 18px;
    line-height: 1.35;
    color: #1a2e2e;
    text-decoration: none;
    transition: color 0.45s cubic-bezier(0.16,1,0.3,1);
}

.contact-us .detail-value:hover {
    color: #3D9C9D;
}

.contact-us .detail-separator {
    height: 1px;
    background: #E8F0F0;
    border: none;
    margin: 0;
}

.contact-us .form-area {
    background: linear-gradient(180deg, #E8F0F0 0%, #ffffff 60%);
    padding: 48px 0;
}

.contact-us .form-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 48px;
    align-items: start;
}

.contact-us .form-meta {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 48px;
}

.contact-us .form-meta-heading {
    font-size: 27px;
    line-height: 1.35;
    color: #1a2e2e;
    margin: 0;
}

.contact-us .form-meta-text {
    font-size: 16px;
    line-height: 1.55;
    color: #2c3e3e;
    margin: 0;
}

.contact-us .topic-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.contact-us .topic-list li {
    font-size: 16px;
    line-height: 1.55;
    color: #2c3e3e;
    padding: 6px 0;
    border-bottom: 1px solid #98CBCD;
}

.contact-us .topic-list li:first-child {
    border-top: 1px solid #98CBCD;
}

.contact-us .form-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 48px;
    box-shadow: -1px 8px 36px 0 rgba(61,156,157,0.14);
}

.contact-us .contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-us .field-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-us .field-label {
    font-size: 16px;
    color: #1a2e2e;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.contact-us .field-required {
    color: #3D9C9D;
    margin-left: 2px;
}

.contact-us .text-input {
    border: 1px solid #98CBCD;
    border-radius: 6px;
    padding: 12px;
    font-size: 16px;
    color: #1a2e2e;
    background: #ffffff;
    outline: none;
    transition: border-color 0.45s cubic-bezier(0.16,1,0.3,1), box-shadow 0.45s cubic-bezier(0.16,1,0.3,1);
    width: 100%;
    box-sizing: border-box;
}

.contact-us .text-input::placeholder {
    color: rgba(26,46,46,0.4);
}

.contact-us .text-input:focus {
    border-color: #3D9C9D;
    box-shadow: inset 0 2px 6px 0 rgba(61,156,157,0.08);
}

.contact-us .select-input {
    border: 1px solid #98CBCD;
    border-radius: 6px;
    padding: 12px;
    font-size: 16px;
    color: #1a2e2e;
    background: #ffffff;
    outline: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%233D9C9D' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
    transition: border-color 0.45s cubic-bezier(0.16,1,0.3,1), box-shadow 0.45s cubic-bezier(0.16,1,0.3,1);
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

.contact-us .select-input:focus {
    border-color: #3D9C9D;
    box-shadow: inset 0 2px 6px 0 rgba(61,156,157,0.08);
}

.contact-us .textarea-input {
    border: 1px solid #98CBCD;
    border-radius: 6px;
    padding: 12px;
    font-size: 16px;
    color: #1a2e2e;
    background: #ffffff;
    outline: none;
    resize: vertical;
    min-height: 120px;
    transition: border-color 0.45s cubic-bezier(0.16,1,0.3,1), box-shadow 0.45s cubic-bezier(0.16,1,0.3,1);
    width: 100%;
    box-sizing: border-box;
}

.contact-us .textarea-input::placeholder {
    color: rgba(26,46,46,0.4);
}

.contact-us .textarea-input:focus {
    border-color: #3D9C9D;
    box-shadow: inset 0 2px 6px 0 rgba(61,156,157,0.08);
}

.contact-us .privacy-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-us .privacy-text {
    font-size: 16px;
    line-height: 1.55;
    color: #2c3e3e;
    margin: 0;
}

.contact-us .privacy-text a {
    color: #3D9C9D;
    text-decoration: underline;
    transition: color 0.4s ease-in-out;
}

.contact-us .privacy-text a:hover {
    color: #1a2e2e;
}

.contact-us .submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #3D9C9D;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 12px 24px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.45s cubic-bezier(0.16,1,0.3,1), clip-path 0.5s cubic-bezier(0.16,1,0.3,1), box-shadow 0.45s cubic-bezier(0.16,1,0.3,1);
    clip-path: inset(0 0 0 0 round 6px);
    align-self: flex-start;
}

.contact-us .submit-btn:hover {
    background: #2d7c7d;
    clip-path: inset(0 -2px 0 2px round 6px);
    box-shadow: -1px 5px 14px 0 rgba(61,156,157,0.08);
}

.contact-us .submit-btn:focus {
    outline: 2px solid #3D9C9D;
    outline-offset: 3px;
}

.contact-us .submit-btn .btn-arrow {
    display: inline-block;
    transition: transform 0.45s cubic-bezier(0.16,1,0.3,1);
}

.contact-us .submit-btn:hover .btn-arrow {
    transform: translateX(4px);
}

.contact-us .address-strip {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 48px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
}

.contact-us .strip-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: -1px 2px 4px 0 rgba(61,156,157,0.08);
    transition: box-shadow 0.5s cubic-bezier(0.16,1,0.3,1), clip-path 0.5s cubic-bezier(0.16,1,0.3,1);
    clip-path: inset(0 0 0 0 round 12px);
}

.contact-us .strip-block:hover {
    box-shadow: -1px 8px 36px 0 rgba(61,156,157,0.14);
    clip-path: inset(-2px -2px -2px -2px round 12px);
}

.contact-us .strip-icon {
    width: 36px;
    height: 36px;
    background: #E8F0F0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us .strip-icon svg {
    width: 20px;
    height: 20px;
}

.contact-us .strip-label {
    font-size: 16px;
    color: #3D9C9D;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.contact-us .strip-value {
    font-size: 16px;
    line-height: 1.55;
    color: #1a2e2e;
    text-decoration: none;
    transition: color 0.45s ease-in-out;
}

.contact-us .strip-value:hover {
    color: #3D9C9D;
}

.contact-us .strip-note {
    font-size: 16px;
    line-height: 1.35;
    color: #2c3e3e;
}

.contact-us .photo-accent {
    width: 100%;
    max-width: 420px;
    aspect-ratio: 4/3;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: -1px 5px 14px 0 rgba(61,156,157,0.08);
}

.contact-us .photo-accent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.contact-us .entry-right-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.contact-us .entry-left {
    animation: slideInRight 0.55s cubic-bezier(0.16,1,0.3,1) both;
    animation-delay: 0.1s;
}

.contact-us .entry-right {
    animation: slideInRight 0.55s cubic-bezier(0.16,1,0.3,1) both;
    animation-delay: 0.25s;
}

.contact-us .form-card {
    animation: slideInRight 0.55s cubic-bezier(0.16,1,0.3,1) both;
    animation-delay: 0.15s;
}

.contact-us .strip-block:nth-child(1) {
    animation: slideInRight 0.5s cubic-bezier(0.16,1,0.3,1) both;
    animation-delay: 0.1s;
}

.contact-us .strip-block:nth-child(2) {
    animation: slideInRight 0.5s cubic-bezier(0.16,1,0.3,1) both;
    animation-delay: 0.22s;
}

.contact-us .strip-block:nth-child(3) {
    animation: slideInRight 0.5s cubic-bezier(0.16,1,0.3,1) both;
    animation-delay: 0.34s;
}

.contact-us .pretty input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    margin: 0;
}

@media (max-width: 900px) {
    .contact-us .page-entry {
        grid-template-columns: 1fr;
        padding: 48px 24px;
        gap: 24px;
    }

    .contact-us .entry-left {
        border-right: none;
        border-bottom: 1px solid #98CBCD;
        padding-right: 0;
        padding-bottom: 24px;
    }

    .contact-us .entry-heading {
        font-size: 48px;
    }

    .contact-us .form-inner {
        grid-template-columns: 1fr;
        padding: 0 24px;
        gap: 24px;
    }

    .contact-us .form-meta {
        position: static;
    }

    .contact-us .address-strip {
        grid-template-columns: 1fr;
        padding: 24px;
        gap: 24px;
    }

    .contact-us .photo-accent {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .contact-us .entry-heading {
        font-size: 36px;
    }

    .contact-us .form-card {
        padding: 24px;
    }

    .contact-us .page-entry {
        padding: 24px;
    }
}

.vision {
    background: #ffffff;
    color: #1b2a2a;
    overflow-x: clip;
}

.vision .dot-grid-bg {
    position: relative;
    background-color: #f2f8f8;
    padding: 96px 24px 144px;
}

.vision .dot-grid-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #3D9C9D 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.13;
    pointer-events: none;
}

.vision .dot-grid-bg::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    background: linear-gradient(to bottom, transparent, #f2f8f8);
    pointer-events: none;
}

.vision .page-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.vision .label-dash {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #3D9C9D;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.vision .label-dash::before {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background: #3D9C9D;
    flex-shrink: 0;
}

.vision .page-heading {
    font-size: 68px;
    line-height: 1.1;
    font-weight: 800;
    color: #1b2a2a;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    max-width: 720px;
    margin: 0 0 24px;
}

.vision .page-heading span {
    color: #3D9C9D;
}

.vision .tagline {
    font-size: 21px;
    line-height: 1.55;
    color: #2e4444;
    max-width: 560px;
    margin: 0 0 48px;
}

.vision .anchor-links {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap;
}

.vision .anchor-links a {
    font-size: 18px;
    color: #1b2a2a;
    text-decoration: none;
    border-bottom: 2px solid #3D9C9D;
    padding-bottom: 6px;
    transition: color 0.45s cubic-bezier(0.16,1,0.3,1), border-color 0.45s cubic-bezier(0.16,1,0.3,1);
    clip-path: inset(0 0 0 0);
}

.vision .anchor-links a:hover {
    color: #3D9C9D;
    border-color: #98CBCD;
    clip-path: inset(0 0 2px 0);
}

.vision .curve-divider {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-top: -2px;
}

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

.vision .strategy-section {
    background: #ffffff;
    padding: 48px 24px 96px;
}

.vision .strategy-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.vision .strategy-text-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.vision .strategy-heading {
    font-size: 27px;
    line-height: 1.35;
    font-weight: 700;
    color: #1b2a2a;
    margin: 0;
}

.vision .strategy-body {
    font-size: 18px;
    line-height: 1.55;
    color: #2e4444;
    margin: 0;
}

.vision .strategy-image-col {
    position: relative;
}

.vision .strategy-image-col img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center top;
    border-radius: 12px;
    display: block;
    filter: brightness(0.88);
    transition: filter 0.5s cubic-bezier(0.16,1,0.3,1);
    box-shadow: -1px 8px 36px 0 rgba(61,156,157,0.14);
}

.vision .strategy-image-col img:hover {
    filter: brightness(1.04);
}

.vision .diagonal-line {
    position: absolute;
    top: -24px;
    right: -24px;
    width: 2px;
    height: 160%;
    background: linear-gradient(to bottom, #3D9C9D 0%, #E8F0F0 60%, transparent 100%);
    transform: rotate(12deg);
    transform-origin: top center;
    pointer-events: none;
    border-radius: 2px;
    opacity: 0.35;
    overflow: hidden;
}

.vision .pillars-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 12px;
}

.vision .pillar-item {
    display: flex;
    flex-direction: column;
    padding: 12px 0;
    border-bottom: 1px solid #E8F0F0;
}

.vision .pillar-item:last-child {
    border-bottom: none;
}

.vision .pillar-label {
    font-size: 16px;
    font-weight: 700;
    color: #3D9C9D;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
}

.vision .pillar-desc {
    font-size: 16px;
    line-height: 1.55;
    color: #2e4444;
    margin: 0;
}

.vision .roadmap-section {
    background: linear-gradient(180deg, #E8F0F0 0%, #98CBCD 100%);
    padding: 96px 24px 96px;
    position: relative;
    overflow: hidden;
    animation: bg-brightness-pulse 7s ease-in-out infinite;
}

@keyframes bg-brightness-pulse {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.04); }
}

.vision .roadmap-section::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%) rotate(-8deg);
    width: 2px;
    height: 80%;
    background: linear-gradient(to bottom, transparent, #3D9C9D 30%, transparent);
    opacity: 0.18;
    pointer-events: none;
    border-radius: 2px;
}

.vision .roadmap-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.vision .roadmap-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 48px;
    max-width: 600px;
}

.vision .roadmap-heading {
    font-size: 27px;
    line-height: 1.35;
    font-weight: 700;
    color: #1b2a2a;
    margin: 0;
}

.vision .roadmap-intro {
    font-size: 18px;
    line-height: 1.55;
    color: #1b2a2a;
    margin: 0;
}

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

.vision .roadmap-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: -1px 5px 14px 0 rgba(61,156,157,0.08);
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow 0.45s cubic-bezier(0.16,1,0.3,1), transform 0.45s cubic-bezier(0.16,1,0.3,1);
    clip-path: inset(0 0 0 0 round 12px);
}

.vision .roadmap-card:hover {
    box-shadow: -1px 8px 36px 0 rgba(61,156,157,0.14);
    transform: translateY(-4px);
    clip-path: inset(-4px -4px -4px -4px round 12px);
}

.vision .card-phase {
    font-size: 16px;
    font-weight: 700;
    color: #3D9C9D;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.vision .card-title {
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;
    color: #1b2a2a;
    margin: 0;
}

.vision .card-body {
    font-size: 16px;
    line-height: 1.55;
    color: #2e4444;
    margin: 0;
}

.vision .card-metric {
    display: inline-block;
    font-size: 27px;
    font-weight: 800;
    color: #3D9C9D;
    line-height: 1.1;
}

.vision .image-bg-section {
    position: relative;
    padding: 96px 24px;
    overflow: hidden;
}

.vision .image-bg-section img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    filter: brightness(0.32);
    display: block;
}

.vision .image-bg-content {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.vision .image-bg-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.vision .image-bg-heading {
    font-size: 27px;
    line-height: 1.35;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.vision .image-bg-body {
    font-size: 18px;
    line-height: 1.55;
    color: #E8F0F0;
    margin: 0;
}

.vision .stats-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.vision .stat-block {
    border-top: 1px solid rgba(152,203,205,0.4);
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.vision .stat-number {
    font-size: 68px;
    line-height: 1.1;
    font-weight: 800;
    color: #98CBCD;
}

.vision .stat-label {
    font-size: 16px;
    line-height: 1.55;
    color: #E8F0F0;
}

.vision .curve-divider-white svg path {
    fill: #ffffff;
}

@media (max-width: 900px) {
    .vision .strategy-grid {
        grid-template-columns: 1fr;
    }
    .vision .roadmap-grid {
        grid-template-columns: 1fr 1fr;
    }
    .vision .image-bg-content {
        grid-template-columns: 1fr;
    }
    .vision .page-heading {
        font-size: 48px;
    }
}

@media (max-width: 600px) {
    .vision .roadmap-grid {
        grid-template-columns: 1fr;
    }
    .vision .page-heading {
        font-size: 36px;
    }
    .vision .anchor-links {
        flex-direction: column;
        gap: 12px;
    }
    .vision .dot-grid-bg {
        padding: 48px 24px 96px;
    }
}

.entry-page {
    position: relative;
    overflow: hidden;
}

.entry-page .fog-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(105deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.07) 40%, rgba(255,255,255,0) 70%);
    pointer-events: none;
    animation: fogDrift 18s ease-in-out infinite alternate;
    z-index: 0;
}

@keyframes fogDrift {
    0% { transform: translateX(-30%); }
    100% { transform: translateX(10%); }
}

.entry-page .title-block {
    position: relative;
    padding: 48px 0;
    background: #fff;
}

.entry-page .title-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 50%, rgba(61,156,157,0.06) 0%, transparent 60%),
                radial-gradient(ellipse at 80% 80%, rgba(152,203,205,0.08) 0%, transparent 50%);
    pointer-events: none;
}

.entry-page .title-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 48px;
    align-items: center;
    position: relative;
}

.entry-page .title-image-column {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 380px;
}

.entry-page .title-image-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.55s cubic-bezier(0.16,1,0.3,1);
}

.entry-page .title-image-column:hover img {
    transform: scale(1.04);
}

.entry-page .title-image-column::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 50%;
    background: linear-gradient(135deg, rgba(255,255,255,0.55) 0%, rgba(152,203,205,0.18) 40%, transparent 70%);
    pointer-events: none;
    border-radius: 12px 12px 0 0;
}

.entry-page .title-text-column {
    position: relative;
}

.entry-page .title-bg-number {
    position: absolute;
    right: -12px;
    top: -24px;
    font-size: 200px;
    font-weight: 900;
    color: rgba(61,156,157,0.05);
    line-height: 1.1;
    pointer-events: none;
    user-select: none;
    letter-spacing: -12px;
}

.entry-page .title-label {
    display: inline-block;
    font-size: 16px;
    line-height: 1.35;
    color: #3D9C9D;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 2px solid #98CBCD;
}

.entry-page .title-heading {
    font-size: 68px;
    line-height: 1.1;
    color: #1a2e2e;
    margin: 0 0 24px 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.entry-page .title-heading span {
    color: #3D9C9D;
}

.entry-page .title-description {
    font-size: 18px;
    line-height: 1.55;
    color: #2c4040;
    max-width: 520px;
    margin: 0;
}

.entry-page .approach-block {
    padding: 48px 0;
    background: #E8F0F0;
    position: relative;
}

.entry-page .approach-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 28px, rgba(61,156,157,0.06) 28px, rgba(61,156,157,0.06) 29px),
        repeating-linear-gradient(90deg, transparent, transparent 28px, rgba(61,156,157,0.06) 28px, rgba(61,156,157,0.06) 29px);
    pointer-events: none;
}

.entry-page .approach-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
}

.entry-page .approach-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.entry-page .approach-text-side h2 {
    font-size: 27px;
    line-height: 1.35;
    color: #1a2e2e;
    margin: 0 0 24px 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.entry-page .approach-text-side p {
    font-size: 16px;
    line-height: 1.55;
    color: #2c4040;
    margin: 0 0 12px 0;
}

.entry-page .approach-steps {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.entry-page .approach-step {
    background: #fff;
    border-radius: 6px;
    padding: 24px;
    box-shadow: -1px 2px 4px 0 rgba(61,156,157,0.08);
    transition: box-shadow 0.45s cubic-bezier(0.16,1,0.3,1), transform 0.45s cubic-bezier(0.16,1,0.3,1);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.entry-page .approach-step:hover {
    box-shadow: -1px 8px 36px 0 rgba(61,156,157,0.14);
    transform: translateY(-2px);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}

.entry-page .approach-step-number {
    font-size: 16px;
    color: #3D9C9D;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
}

.entry-page .approach-step h4 {
    font-size: 18px;
    line-height: 1.35;
    color: #1a2e2e;
    margin: 0 0 6px 0;
}

.entry-page .approach-step p {
    font-size: 16px;
    line-height: 1.55;
    color: #2c4040;
    margin: 0;
}

.entry-page .scale-block {
    padding: 48px 0;
    background: #fff;
    position: relative;
}

.entry-page .scale-block::before {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 80px rgba(61,156,157,0.05), inset 0 0 160px rgba(61,156,157,0.03);
    pointer-events: none;
}

.entry-page .scale-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.entry-page .scale-header {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 48px;
    align-items: end;
    margin-bottom: 48px;
}

.entry-page .scale-header h2 {
    font-size: 27px;
    line-height: 1.35;
    color: #1a2e2e;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.entry-page .scale-header p {
    font-size: 16px;
    line-height: 1.55;
    color: #2c4040;
    margin: 0;
}

.entry-page .scale-image-wrap {
    border-radius: 12px;
    overflow: hidden;
    height: 240px;
    box-shadow: -1px 5px 14px 0 rgba(61,156,157,0.08);
}

.entry-page .scale-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s cubic-bezier(0.16,1,0.3,1);
}

.entry-page .scale-image-wrap:hover img {
    transform: scale(1.05);
}

.entry-page .metrics-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.entry-page .metric-card {
    background: linear-gradient(180deg, #E8F0F0 0%, #d4e6e7 100%);
    border-radius: 12px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.4s ease-in-out;
}

.entry-page .metric-card:hover {
    box-shadow: -1px 8px 36px 0 rgba(61,156,157,0.14);
}

.entry-page .metric-value {
    font-size: 27px;
    line-height: 1.1;
    color: #1a2e2e;
    font-weight: 700;
    margin-bottom: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

.entry-page .metric-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #3D9C9D;
    margin-bottom: 2px;
}

.entry-page .metric-label {
    font-size: 16px;
    line-height: 1.35;
    color: #2c4040;
}

.entry-page .limits-block {
    padding: 48px 0;
    background: #2c4040;
    position: relative;
}

.entry-page .limits-block::before {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 120px rgba(0,0,0,0.35);
    pointer-events: none;
}

.entry-page .limits-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
}

.entry-page .limits-layout {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 48px;
    align-items: start;
}

.entry-page .limits-image-wrap {
    border-radius: 12px;
    overflow: hidden;
    height: 400px;
    box-shadow: -1px 8px 36px 0 rgba(61,156,157,0.14);
}

.entry-page .limits-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s cubic-bezier(0.16,1,0.3,1), filter 0.5s ease-in-out;
}

.entry-page .limits-image-wrap:hover img {
    transform: scale(1.04);
    filter: brightness(1.08);
}

.entry-page .limits-text h2 {
    font-size: 27px;
    line-height: 1.35;
    color: #E8F0F0;
    margin: 0 0 24px 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.entry-page .limits-text p {
    font-size: 16px;
    line-height: 1.55;
    color: #98CBCD;
    margin: 0 0 12px 0;
}

.entry-page .limits-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.entry-page .limits-list li {
    font-size: 16px;
    line-height: 1.55;
    color: #E8F0F0;
    padding: 12px 0;
    border-bottom: 1px solid rgba(152,203,205,0.2);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
}

.entry-page .limits-list li::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #3D9C9D;
    flex-shrink: 0;
    margin-top: 6px;
}

.entry-page .relations-block {
    padding: 48px 0;
    background: linear-gradient(180deg, #E8F0F0 0%, #fff 100%);
    position: relative;
}

.entry-page .relations-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.entry-page .relations-top {
    margin-bottom: 48px;
}

.entry-page .relations-top h2 {
    font-size: 27px;
    line-height: 1.35;
    color: #1a2e2e;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.entry-page .relations-top p {
    font-size: 16px;
    line-height: 1.55;
    color: #2c4040;
    max-width: 640px;
    margin: 0;
}

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

.entry-page .relation-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: -1px 5px 14px 0 rgba(61,156,157,0.08);
    transition: box-shadow 0.45s cubic-bezier(0.16,1,0.3,1), clip-path 0.45s cubic-bezier(0.16,1,0.3,1);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.entry-page .relation-card:hover {
    box-shadow: -1px 8px 36px 0 rgba(61,156,157,0.14);
    clip-path: polygon(2% 0, 98% 0, 100% 100%, 0 100%);
}

.entry-page .relation-card-image {
    height: 180px;
    overflow: hidden;
}

.entry-page .relation-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s cubic-bezier(0.16,1,0.3,1);
}

.entry-page .relation-card:hover .relation-card-image img {
    transform: scale(1.06);
}

.entry-page .relation-card-body {
    padding: 24px;
}

.entry-page .relation-card-body h4 {
    font-size: 18px;
    line-height: 1.35;
    color: #1a2e2e;
    margin: 0 0 12px 0;
}

.entry-page .relation-card-body p {
    font-size: 16px;
    line-height: 1.55;
    color: #2c4040;
    margin: 0;
}

.entry-page .adapt-block {
    padding: 48px 0;
    background: #fff;
    position: relative;
}

.entry-page .adapt-block::before {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 100px rgba(61,156,157,0.04);
    pointer-events: none;
}

.entry-page .adapt-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
}

.entry-page .adapt-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 48px;
    align-items: start;
}

.entry-page .adapt-text h2 {
    font-size: 27px;
    line-height: 1.35;
    color: #1a2e2e;
    margin: 0 0 24px 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.entry-page .adapt-text p {
    font-size: 16px;
    line-height: 1.55;
    color: #2c4040;
    margin: 0 0 12px 0;
}

.entry-page .adapt-cases {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 24px;
}

.entry-page .adapt-case {
    padding: 12px 0;
    border-bottom: 1px solid #E8F0F0;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    transition: padding-left 0.4s cubic-bezier(0.16,1,0.3,1);
}

.entry-page .adapt-case:hover {
    padding-left: 6px;
}

.entry-page .adapt-case-label {
    font-size: 16px;
    color: #3D9C9D;
    font-weight: 700;
    min-width: 80px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    flex-shrink: 0;
}

.entry-page .adapt-case-text {
    font-size: 16px;
    line-height: 1.55;
    color: #2c4040;
}

.entry-page .adapt-aside {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.entry-page .adapt-quote {
    background: linear-gradient(180deg, #3D9C9D 0%, #98CBCD 100%);
    border-radius: 12px;
    padding: 24px;
    position: relative;
}

.entry-page .adapt-quote-mark {
    font-size: 68px;
    line-height: 1.1;
    color: rgba(255,255,255,0.2);
    position: absolute;
    top: 6px;
    left: 18px;
    pointer-events: none;
    user-select: none;
    font-family: Georgia, serif;
}

.entry-page .adapt-quote p {
    font-size: 16px;
    line-height: 1.55;
    color: #fff;
    margin: 0 0 12px 0;
    position: relative;
    padding-top: 24px;
}

.entry-page .adapt-quote cite {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    font-style: normal;
    display: block;
}

.entry-page .adapt-metric {
    background: #E8F0F0;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.entry-page .adapt-metric-value {
    font-size: 27px;
    line-height: 1.1;
    color: #1a2e2e;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

.entry-page .adapt-metric-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 9px solid #3D9C9D;
}

.entry-page .adapt-metric-label {
    font-size: 16px;
    line-height: 1.35;
    color: #2c4040;
}

@media (max-width: 900px) {
    .entry-page .title-inner {
        grid-template-columns: 1fr;
    }
    .entry-page .title-image-column {
        height: 240px;
    }
    .entry-page .title-heading {
        font-size: 48px;
    }
    .entry-page .title-bg-number {
        display: none;
    }
    .entry-page .approach-grid {
        grid-template-columns: 1fr;
    }
    .entry-page .scale-header {
        grid-template-columns: 1fr;
    }
    .entry-page .metrics-row {
        grid-template-columns: repeat(2, 1fr);
    }
    .entry-page .limits-layout {
        grid-template-columns: 1fr;
    }
    .entry-page .limits-image-wrap {
        height: 240px;
    }
    .entry-page .relations-cards {
        grid-template-columns: 1fr 1fr;
    }
    .entry-page .adapt-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .entry-page .title-heading {
        font-size: 36px;
    }
    .entry-page .metrics-row {
        grid-template-columns: 1fr 1fr;
    }
    .entry-page .relations-cards {
        grid-template-columns: 1fr;
    }
}

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

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

.success-page .icon-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.success-page .checkmark-shape {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: #E8F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 5px 14px 0 rgba(61, 156, 157, 0.08);
    flex-shrink: 0;
}

.success-page .checkmark-shape svg {
    display: block;
}

.success-page .confirmation-label {
    font-size: 16px;
    line-height: 1.35;
    color: #3D9C9D;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
}

.success-page .message-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
    max-width: 560px;
}

.success-page .message-block h1 {
    font-size: 27px;
    line-height: 1.35;
    color: #1b3a3b;
    margin: 0;
}

.success-page .message-block p {
    font-size: 18px;
    line-height: 1.55;
    color: #3a5455;
    margin: 0;
}

.success-page .divider-line {
    width: 48px;
    height: 2px;
    background: #98CBCD;
    border-radius: 2px;
    flex-shrink: 0;
}

.success-page .detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 420px;
}

.success-page .detail-list li {
    font-size: 16px;
    line-height: 1.55;
    color: #3a5455;
    padding: 12px 0;
    border-bottom: 1px solid #E8F0F0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
}

.success-page .detail-list li:last-child {
    border-bottom: none;
}

.success-page .step-number {
    font-size: 16px;
    line-height: 1.35;
    color: #98CBCD;
    flex-shrink: 0;
    min-width: 24px;
}

.success-page .return-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    line-height: 1.35;
    color: #3D9C9D;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1px solid #98CBCD;
    background: #ffffff;
    cursor: pointer;
    transition: background-color 0.45s cubic-bezier(0.16,1,0.3,1), border-color 0.45s cubic-bezier(0.16,1,0.3,1), color 0.45s cubic-bezier(0.16,1,0.3,1);
    clip-path: inset(0 0 0 0 round 6px);
}

.success-page .return-link:hover {
    background: #E8F0F0;
    border-color: #3D9C9D;
    color: #1b3a3b;
    clip-path: inset(0 -2px 0 -2px round 6px);
}

.success-page .return-link:focus-visible {
    outline: 2px solid #3D9C9D;
    outline-offset: 3px;
}

.success-page .link-arrow {
    display: inline-block;
    transition: transform 0.45s cubic-bezier(0.16,1,0.3,1);
}

.success-page .return-link:hover .link-arrow {
    transform: translateX(-4px);
}

.success-page .contact-note {
    font-size: 16px;
    line-height: 1.55;
    color: #3a5455;
    text-align: center;
    max-width: 420px;
}

.success-page .contact-note a {
    color: #3D9C9D;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.38s ease-in-out;
}

.success-page .contact-note a:hover {
    color: #1b3a3b;
}

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

    .success-page .message-block h1 {
        font-size: 21px;
    }

    .success-page .message-block p {
        font-size: 16px;
    }
}

.not-found-page {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    background: #ffffff;
    text-align: left;
    max-width: 1100px;
    margin: 0 auto;
}

.not-found-page .error-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 48px;
    width: 100%;
    max-width: 860px;
}

.not-found-page .error-code-block {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.not-found-page .error-number {
    font-size: 68px;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #3D9C9D;
    font-weight: 700;
}

.not-found-page .error-divider {
    width: 48px;
    height: 2px;
    background: #98CBCD;
    border-radius: 2px;
}

.not-found-page .error-label {
    font-size: 16px;
    line-height: 1.35;
    color: #3D9C9D;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.not-found-page .error-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-top: 6px;
}

.not-found-page .error-heading {
    font-size: 27px;
    line-height: 1.35;
    color: #1b3a3a;
    font-weight: 600;
    margin: 0;
}

.not-found-page .error-description {
    font-size: 18px;
    line-height: 1.55;
    color: #2e4f4f;
    margin: 0;
    max-width: 480px;
}

.not-found-page .error-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
}

.not-found-page .error-nav-label {
    font-size: 16px;
    line-height: 1.35;
    color: #3D9C9D;
    font-weight: 600;
    margin-bottom: 6px;
}

.not-found-page .error-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.not-found-page .error-nav-list li {
    border-bottom: 1px solid #E8F0F0;
}

.not-found-page .error-nav-list li:first-child {
    border-top: 1px solid #E8F0F0;
}

.not-found-page .error-nav-list li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 12px 6px;
    font-size: 16px;
    line-height: 1.35;
    color: #1b3a3a;
    text-decoration: none;
    transition: color 0.45s cubic-bezier(0.16,1,0.3,1), padding-left 0.45s cubic-bezier(0.16,1,0.3,1);
}

.not-found-page .error-nav-list li a:hover {
    color: #3D9C9D;
    padding-left: 12px;
}

.not-found-page .error-nav-list li a svg {
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.45s cubic-bezier(0.16,1,0.3,1), transform 0.45s cubic-bezier(0.16,1,0.3,1);
}

.not-found-page .error-nav-list li a:hover svg {
    opacity: 1;
    transform: translateX(0);
}

.not-found-page .error-back-button {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    background: #3D9C9D;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
    box-shadow: -1px 5px 14px 0 rgba(61,156,157,0.08);
    transition: background 0.4s cubic-bezier(0.16,1,0.3,1), box-shadow 0.4s cubic-bezier(0.16,1,0.3,1), clip-path 0.4s cubic-bezier(0.16,1,0.3,1);
    clip-path: inset(0px round 6px);
}

.not-found-page .error-back-button:hover {
    background: #2e8687;
    box-shadow: -1px 8px 36px 0 rgba(61,156,157,0.14);
    clip-path: inset(-1px round 6px);
}

.not-found-page .error-back-button:focus {
    outline: 2px solid #3D9C9D;
    outline-offset: 3px;
}

.not-found-page .error-separator {
    width: 1px;
    background: #E8F0F0;
    align-self: stretch;
    flex-shrink: 0;
    margin: 6px 0;
}

@media (max-width: 680px) {
    .not-found-page .error-wrapper {
        flex-direction: column;
        gap: 24px;
    }

    .not-found-page .error-separator {
        display: none;
    }

    .not-found-page .error-number {
        font-size: 68px;
    }
}
