body {
  margin: 0;
  overscroll-behavior: contain;
  overflow-x: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
  font-family: 'JetBrains Mono', monospace;
}

*:focus-visible {
  outline: 2px solid #BE9D38;
  outline-offset: 3px;
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #D7E1D1;
  position: relative;
}

.header-top-bar {
  background: linear-gradient(90deg, #BE9D38 0%, #43C55A 100%);
  padding: 8px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1366px;
  margin: 0 auto;
}

.header-top-bar .tagline-text {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  line-height: 1.4;
  color: #ffffff;
  letter-spacing: -0.01em;
  font-weight: 700;
}

.header-top-contact {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-top-contact a {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  line-height: 1.4;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.5s ease-in-out;
}

.header-top-contact a:hover {
  opacity: 0.8;
}

.header-top-contact .contact-sep {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
}

.header-main-row {
  max-width: 1366px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex-shrink: 0;
}

.logo-card {
  background: #D7E1D1;
  border-radius: 10px;
  border: 1px solid #BE9D38;
  box-shadow: -1px 1px 5px -2px rgba(190, 157, 56, 0.05), -1px 7px 28px -2px rgba(190, 157, 56, 0.08);
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 56px;
}

.logo-card img {
  width: 32px;
  height: 44px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.brand-name {
  font-family: 'JetBrains Mono', monospace;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  color: #1a1100;
  letter-spacing: -0.03em;
}

.header-rule {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #BE9D38, #43C55A);
  border: none;
  border-radius: 5px;
  margin: 4px 0 0 0;
}

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

.primary-nav a {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  line-height: 1.4;
  color: #2a2000;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 5px;
  font-weight: 400;
  transition: background-color 0.5s ease-in-out, color 0.45s ease-in-out;
  white-space: nowrap;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.primary-nav a:hover {
  background: #D7E1D1;
  color: #2a2000;
}

.primary-nav a.active {
  background: #BE9D38;
  color: #ffffff;
  font-weight: 700;
}

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

.nav-item-services:hover .services-sub,
.nav-item-services:focus-within .services-sub {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-item-services .services-sub {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: #ffffff;
  border: 1px solid #D7E1D1;
  border-radius: 10px;
  box-shadow: -1px 8px 44px -2px rgba(190, 157, 56, 0.10);
  min-width: 220px;
  padding: 8px;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.services-sub a {
  display: flex;
  align-items: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  line-height: 1.4;
  color: #2a2000;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 5px;
  min-height: 44px;
  transition: background-color 0.5s ease-in-out;
}

.services-sub a:hover {
  background: #D7E1D1;
}

.header-notice {
  background: #D7E1D1;
  border-radius: 40px;
  padding: 8px 16px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  line-height: 1.4;
  color: #2a2000;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: -1px 1px 5px -2px rgba(67, 197, 90, 0.05);
}

.site-footer {
  background: #2a2000;
  padding: 32px 32px 16px 32px;
}

.footer-top-row {
  max-width: 1366px;
  margin: 0 auto 32px auto;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(215, 225, 209, 0.15);
}

.footer-logo-card {
  background: #D7E1D1;
  border-radius: 10px;
  border: 1px solid rgba(190, 157, 56, 0.4);
  box-shadow: -1px 7px 28px -2px rgba(190, 157, 56, 0.08);
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 56px;
  flex-shrink: 0;
}

.footer-logo-card img {
  width: 32px;
  height: 44px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.footer-brand-name {
  font-family: 'JetBrains Mono', monospace;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  color: #D7E1D1;
  letter-spacing: -0.03em;
}

.footer-brand-desc {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(215, 225, 209, 0.6);
  margin-left: auto;
  max-width: 400px;
  text-align: right;
}

.footer-grid {
  max-width: 1366px;
  margin: 0 auto 32px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.footer-col-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #BE9D38;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  display: block;
}

.footer-col-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-col-links a {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(215, 225, 209, 0.75);
  text-decoration: none;
  transition: color 0.5s ease-in-out;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.footer-col-links a:hover {
  color: #43C55A;
}

.footer-contact-item {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(215, 225, 209, 0.75);
}

.footer-contact-item a {
  color: rgba(215, 225, 209, 0.75);
  text-decoration: none;
  transition: color 0.5s ease-in-out;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.footer-contact-item a:hover {
  color: #43C55A;
}

.footer-bottom-row {
  max-width: 1366px;
  margin: 0 auto;
  padding-top: 16px;
  border-top: 1px solid rgba(215, 225, 209, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-copy {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(215, 225, 209, 0.4);
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-legal-links a {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(215, 225, 209, 0.4);
  text-decoration: none;
  transition: color 0.5s ease-in-out;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.footer-legal-links a:hover {
  color: #BE9D38;
}

.cookie-popup {
  position: fixed;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 560px;
  max-width: calc(100vw - 32px);
  background: #ffffff;
  border-radius: 16px;
  box-shadow: -1px 8px 44px -2px rgba(190, 157, 56, 0.10), -1px 7px 28px -2px rgba(190, 157, 56, 0.08);
  border: 1px solid #D7E1D1;
  z-index: 4000;
  padding: 32px;
  display: none;
}

.cookie-desc {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  line-height: 1.6;
  color: #2a2000;
  margin-bottom: 16px;
}

.cookie-settings-box {
  display: none;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.cookie-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #D7E1D1;
}

.cookie-toggle-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  line-height: 1.4;
  color: #2a2000;
}

.cookie-toggle-input {
  width: 40px;
  height: 22px;
  cursor: pointer;
  accent-color: #43C55A;
}

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

.cookie-btn {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  border-radius: 5px;
  border: 2px solid transparent;
  cursor: pointer;
  padding: 8px 16px;
  min-height: 44px;
  flex: 1;
  transition: background-color 0.5s ease-in-out, color 0.45s ease-in-out, border-color 0.5s ease-in-out;
}

.cookie-btn.accept {
  background: #BE9D38;
  color: #ffffff;
  border-color: #BE9D38;
}

.cookie-btn.accept:hover {
  background: #a8882e;
  border-color: #a8882e;
}

.cookie-btn.reject {
  background: #D7E1D1;
  color: #2a2000;
  border-color: #D7E1D1;
}

.cookie-btn.reject:hover {
  background: #c3d0bc;
  border-color: #c3d0bc;
}

.cookie-settings-link {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  line-height: 1.4;
  color: #BE9D38;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 0;
  text-decoration: underline;
  display: block;
  margin-top: 8px;
  min-height: 44px;
  transition: color 0.5s ease-in-out;
}

.cookie-settings-link:hover {
  color: #43C55A;
}

@media (max-width: 900px) {
  .header-top-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 8px 16px;
  }

  .header-main-row {
    flex-wrap: wrap;
    padding: 16px;
    gap: 16px;
  }

  .header-notice {
    display: none;
  }

  .primary-nav {
    gap: 4px;
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .footer-top-row {
    flex-wrap: wrap;
  }

  .footer-brand-desc {
    text-align: left;
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .header-top-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .header-top-contact .contact-sep {
    display: none;
  }

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

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer {
    padding: 32px 16px 16px 16px;
  }
}

.policy-inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 32px;
  color: #2c2c2c;
  line-height: 1.6;
  font-size: 16px;
}

.policy-inner h1 {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
  margin-top: 0;
  color: #1b1b1b;
}

.policy-inner h2 {
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-top: 32px;
  margin-bottom: 16px;
  color: #1b1b1b;
  padding-bottom: 8px;
  border-bottom: 2px solid #D7E1D1;
  border-left: 4px solid #BE9D38;
  border-right: none;
  border-top: none;
  padding-left: 16px;
}

.policy-inner h3 {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin-top: 32px;
  margin-bottom: 16px;
  color: #222222;
}

.policy-inner h4 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #2c2c2c;
}

.policy-inner h5 {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #BE9D38;
}

.policy-inner h6 {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #555555;
}

.policy-inner p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 16px;
  color: #2c2c2c;
}

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

.policy-inner em,
.policy-inner i {
  font-style: italic;
  color: #3a3a3a;
}

.policy-inner a {
  color: #BE9D38;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.5s ease-in-out, text-decoration-color 0.45s ease-in-out;
}

.policy-inner a:hover {
  color: #43C55A;
  text-decoration-color: #43C55A;
}

.policy-inner a:visited {
  color: #9a7e2a;
}

.policy-inner ul,
.policy-inner ol {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 32px;
  line-height: 1.6;
}

.policy-inner ul li,
.policy-inner ol li {
  font-size: 16px;
  margin-bottom: 8px;
  color: #2c2c2c;
}

.policy-inner ul li::marker {
  color: #BE9D38;
}

.policy-inner ol li::marker {
  color: #BE9D38;
  font-weight: 700;
}

.policy-inner table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 7px 28px -2px rgba(190, 157, 56, 0.08);
}

.policy-inner thead {
  background-color: #BE9D38;
  color: #ffffff;
}

.policy-inner thead th {
  padding: 16px;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #ffffff;
  border: none;
}

.policy-inner tbody tr {
  border-bottom: 1px solid #D7E1D1;
  transition: background-color 0.5s ease-in-out;
}

.policy-inner tbody tr:nth-child(even) {
  background-color: #f5f7f4;
}

.policy-inner tbody tr:hover {
  background-color: #edf2eb;
}

.policy-inner td {
  padding: 16px;
  font-size: 15px;
  color: #2c2c2c;
  vertical-align: top;
  border: none;
  border-right: 1px solid #D7E1D1;
}

.policy-inner td:last-child {
  border-right: none;
}

.policy-inner th {
  padding: 16px;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.policy-inner th:last-child {
  border-right: none;
}

.policy-inner hr {
  border: none;
  border-top: 2px solid #D7E1D1;
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
}

.policy-inner div {
  box-sizing: border-box;
}

@media (max-width: 900px) {
  .policy-inner {
    padding: 32px 16px;
  }

  .policy-inner h1 {
    font-size: 34px;
  }

  .policy-inner h2 {
    font-size: 24px;
  }

  .policy-inner h3 {
    font-size: 20px;
  }

  .policy-inner h4 {
    font-size: 16px;
  }

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

@media (max-width: 600px) {
  .policy-inner {
    padding: 16px;
  }

  .policy-inner h1 {
    font-size: 24px;
    letter-spacing: -0.02em;
  }

  .policy-inner h2 {
    font-size: 20px;
    padding-left: 8px;
  }

  .policy-inner h3 {
    font-size: 16px;
  }

  .policy-inner h4,
  .policy-inner h5,
  .policy-inner h6 {
    font-size: 15px;
  }

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

  .policy-inner td,
  .policy-inner th {
    padding: 8px;
    font-size: 15px;
  }

  .policy-inner hr {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

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

.itvw .bd_wrap {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 32px;
}

.itvw .pg_title {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
  background: #fff;
  position: relative;
}

.itvw .pg_title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #D7E1D1;
  z-index: 0;
}

.itvw .title_left {
  position: relative;
  z-index: 1;
  padding: 64px 48px 64px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.itvw .title_left .bg_num {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 160px;
  font-weight: 900;
  color: rgba(190, 157, 56, 0.07);
  line-height: 1.1;
  letter-spacing: -8px;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.itvw .title_left .label_tag {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #BE9D38;
  background: rgba(190, 157, 56, 0.1);
  padding: 4px 16px;
  border-radius: 40px;
  width: fit-content;
  position: relative;
  z-index: 1;
}

.itvw .title_left h1 {
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #1a1a1a;
  margin: 0;
  position: relative;
  z-index: 1;
}

.itvw .title_left h1 .word_accent {
  color: #BE9D38;
}

.itvw .title_left h1 .word_upper {
  text-transform: uppercase;
  color: #222;
}

.itvw .title_left .counter_row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.itvw .title_left .counter_num {
  font-size: 48px;
  font-weight: 800;
  color: #43C55A;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.itvw .title_left .counter_label {
  font-size: 16px;
  color: #444;
  line-height: 1.4;
}

.itvw .title_left .sub_text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  max-width: 420px;
  position: relative;
  z-index: 1;
}

.itvw .title_right {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.itvw .title_right .img_frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 480px;
}

.itvw .title_right .img_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.itvw .title_right .img_frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg,
      transparent,
      transparent 3px,
      rgba(190, 157, 56, 0.04) 3px,
      rgba(190, 157, 56, 0.04) 4px);
  pointer-events: none;
}

.itvw .title_right .img_frame::before {
  content: '';
  position: absolute;
  inset: 16px;
  border: 2px solid rgba(190, 157, 56, 0.3);
  border-radius: 10px;
  z-index: 2;
  pointer-events: none;
}

.itvw .title_right .deco_lines {
  position: absolute;
  bottom: 32px;
  left: -24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 3;
  pointer-events: none;
}

.itvw .title_right .deco_lines span {
  display: block;
  height: 2px;
  background: #BE9D38;
  border-radius: 40px;
  opacity: 0.5;
}

.itvw .title_right .deco_lines span:nth-child(1) {
  width: 48px;
}

.itvw .title_right .deco_lines span:nth-child(2) {
  width: 32px;
}

.itvw .title_right .deco_lines span:nth-child(3) {
  width: 64px;
}

.itvw .title_right .deco_lines span:nth-child(4) {
  width: 24px;
}

.itvw .title_reveal {
  clip-path: inset(0 100% 0 0);
  animation: reveal_clip 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s forwards;
}

.itvw .title_reveal_img {
  clip-path: inset(0 0 100% 0);
  animation: reveal_clip_down 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}

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

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

.itvw .divider_fade {
  height: 32px;
  background: linear-gradient(97deg, #D7E1D1 0%, #D7E1D1 30%, transparent 100%);
  width: 100%;
}

.itvw .itvw_body {
  background: #fff;
  padding: 64px 0;
}

.itvw .itvw_body .bd_wrap {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  align-items: start;
}

.itvw .sidebar {
  position: sticky;
  top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.itvw .sidebar .person_card {
  background: #D7E1D1;
  border-radius: 16px;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  box-shadow: -1px 7px 28px -2px rgba(190, 157, 56, 0.08);
}

.itvw .sidebar .person_avatar {
  width: 72px;
  height: 72px;
  border-radius: 40px;
  background: #BE9D38;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}

.itvw .sidebar .person_name {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  text-align: center;
  line-height: 1.4;
}

.itvw .sidebar .person_role {
  font-size: 15px;
  color: #555;
  text-align: center;
  line-height: 1.4;
}

.itvw .sidebar .person_badge {
  display: inline-block;
  background: rgba(67, 197, 90, 0.15);
  color: #2a8c3c;
  font-size: 15px;
  font-weight: 600;
  padding: 4px 16px;
  border-radius: 40px;
}

.itvw .sidebar .topic_list {
  background: #f5f5f0;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.itvw .sidebar .topic_label {
  font-size: 15px;
  font-weight: 700;
  color: #BE9D38;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

.itvw .sidebar .topic_item {
  font-size: 15px;
  color: #333;
  line-height: 1.4;
  padding: 4px 0;
  border-bottom: 1px solid #e0ddd5;
}

.itvw .sidebar .topic_item:last-child {
  border-bottom: none;
}

.itvw .qa_col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.itvw .qa_group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: opacity 0.55s ease-in-out;
}

.itvw .qa_group:hover {
  opacity: 1;
}

.itvw .qa_col:hover .qa_group {
  opacity: 0.55;
}

.itvw .qa_col:hover .qa_group:hover {
  opacity: 1;
}

.itvw .q_block {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
}

.itvw .q_marker {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #BE9D38;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}

.itvw .q_text {
  font-size: 20px;
  font-weight: 700;
  color: #1c2b1a;
  line-height: 1.4;
  letter-spacing: -0.01em;
  padding-top: 4px;
}

.itvw .q_text .word_accent {
  color: #BE9D38;
}

.itvw .a_block {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding-left: 8px;
}

.itvw .a_marker {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #43C55A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}

.itvw .a_text {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  padding-top: 4px;
}

.itvw .a_text strong {
  color: #222;
  font-weight: 700;
}

.itvw .qa_divider {
  height: 1px;
  background: linear-gradient(97deg, #D7E1D1 0%, #D7E1D1 40%, transparent 100%);
}

.itvw .metrics_strip {
  background: #1c2b1a;
  padding: 32px 0;
  position: relative;
  overflow: hidden;
}

.itvw .metrics_strip .pattern_bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20px 20px, rgba(190, 157, 56, 0.06) 2px, transparent 2px),
    radial-gradient(circle at 60px 60px, rgba(190, 157, 56, 0.04) 2px, transparent 2px);
  background-size: 80px 80px;
  pointer-events: none;
}

.itvw .metrics_strip .bd_wrap {
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

.itvw .metric_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.itvw .metric_item:hover {
  transform: translateY(-4px);
}

.itvw .metric_val {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  background: linear-gradient(97deg, #BE9D38 0%, #BE9D38 40%, #43C55A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.itvw .metric_desc {
  font-size: 15px;
  color: #D7E1D1;
  text-align: center;
  line-height: 1.4;
}

.itvw .metric_sep {
  width: 1px;
  height: 48px;
  background: rgba(215, 225, 209, 0.2);
  border-radius: 40px;
}

.itvw .deco_corner {
  position: absolute;
  top: 16px;
  right: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
}

.itvw .deco_corner span {
  display: block;
  height: 2px;
  background: rgba(190, 157, 56, 0.3);
  border-radius: 40px;
}

.itvw .deco_corner span:nth-child(1) {
  width: 56px;
}

.itvw .deco_corner span:nth-child(2) {
  width: 36px;
}

.itvw .deco_corner span:nth-child(3) {
  width: 72px;
}

.itvw .deco_corner span:nth-child(4) {
  width: 28px;
}

.itvw .cta_strip {
  background: #D7E1D1;
  padding: 48px 0 64px;
  position: relative;
}

.itvw .cta_strip .bd_wrap {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}

.itvw .cta_text_col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 560px;
}

.itvw .cta_text_col h2 {
  font-size: 34px;
  font-weight: 800;
  color: #1c2b1a;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
}

.itvw .cta_text_col h2 .word_accent {
  color: #BE9D38;
}

.itvw .cta_text_col p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

.itvw .cta_btn_col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
  flex-shrink: 0;
}

.itvw .btn_primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #BE9D38;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: -1px 7px 28px -2px rgba(190, 157, 56, 0.08);
  transition: background 0.55s ease-in-out, transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.itvw .btn_primary:hover {
  background: #a8882e;
  transform: translateY(-2px);
}

.itvw .btn_primary .btn_icon {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.itvw .btn_primary:hover .btn_icon {
  transform: translateX(6px);
}

.itvw .btn_ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #1c2b1a;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 10px;
  border: 2px solid rgba(28, 43, 26, 0.25);
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.5s ease-in-out, color 0.5s ease-in-out;
}

.itvw .btn_ghost:hover {
  border-color: #BE9D38;
  color: #BE9D38;
}

.itvw .btn_ghost .btn_icon {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.itvw .btn_ghost:hover .btn_icon {
  transform: translateX(6px);
}

@media (max-width: 900px) {
  .itvw .pg_title {
    grid-template-columns: 1fr;
  }

  .itvw .pg_title::before {
    width: 100%;
    bottom: 50%;
  }

  .itvw .title_left {
    padding: 48px 32px 32px;
  }

  .itvw .title_left h1 {
    font-size: 48px;
  }

  .itvw .title_right .img_frame {
    min-height: 280px;
  }

  .itvw .itvw_body .bd_wrap {
    grid-template-columns: 1fr;
  }

  .itvw .sidebar {
    position: static;
  }

  .itvw .metrics_strip .bd_wrap {
    flex-wrap: wrap;
    gap: 32px;
  }

  .itvw .metric_sep {
    display: none;
  }

  .itvw .metric_item {
    flex: 1 1 40%;
  }

  .itvw .cta_strip .bd_wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .itvw .cta_btn_col {
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .itvw .bd_wrap {
    padding: 0 16px;
  }

  .itvw .title_left h1 {
    font-size: 34px;
  }

  .itvw .title_left .counter_num {
    font-size: 34px;
  }

  .itvw .title_left {
    padding: 32px 16px;
  }

  .itvw .itvw_body {
    padding: 32px 0;
  }

  .itvw .q_text {
    font-size: 16px;
  }

  .itvw .metrics_strip .bd_wrap {
    flex-direction: column;
    gap: 16px;
  }

  .itvw .metric_item {
    flex: 1 1 100%;
  }

  .itvw .cta_text_col h2 {
    font-size: 24px;
  }
}

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

.srvs_pg ::selection {
  background: #43C55A;
  color: #111;
}

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

.srvs_pg .pg_bound {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.srvs_pg .framed_top {
  background: #fff;
  padding-top: 64px;
  padding-bottom: 0;
  position: relative;
}

.srvs_pg .framed_top::after {
  content: '';
  display: block;
  width: 100%;
  height: 48px;
  background: #fff;
  clip-path: ellipse(55% 100% at 50% 0%);
  position: absolute;
  bottom: -47px;
  left: 0;
  z-index: 2;
}

.srvs_pg .top_grid {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: stretch;
}

.srvs_pg .top_text_col {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding-bottom: 32px;
}

.srvs_pg .manifesto_tag {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #BE9D38;
  text-transform: uppercase;
  border-top: 2px solid #BE9D38;
  padding-top: 8px;
  width: fit-content;
}

.srvs_pg .top_h1 {
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #111;
  margin: 0;
}

.srvs_pg .top_h1 .accent_word {
  color: #BE9D38;
}

.srvs_pg .top_desc {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  max-width: 480px;
  margin: 0;
}

.srvs_pg .top_desc+.top_desc {
  margin-top: 0;
}

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

.srvs_pg .btn_primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #BE9D38;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: -1px 7px 28px -2px rgba(190, 157, 56, 0.08);
}

.srvs_pg .btn_primary:hover {
  background: #a6882e;
  box-shadow: -1px 8px 44px -2px rgba(190, 157, 56, 0.10);
}

.srvs_pg .btn_primary .btn_arrow {
  display: inline-block;
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.srvs_pg .btn_primary:hover .btn_arrow {
  transform: translateX(6px);
}

.srvs_pg .btn_ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  padding: 16px 24px;
  border-radius: 5px;
  border: 1.5px solid #ccc;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.5s ease-in-out, color 0.5s ease-in-out;
}

.srvs_pg .btn_ghost:hover {
  border-color: #BE9D38;
  color: #BE9D38;
}

.srvs_pg .btn_ghost .btn_arrow {
  display: inline-block;
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.srvs_pg .btn_ghost:hover .btn_arrow {
  transform: translateX(5px);
}

.srvs_pg .top_img_col {
  flex: 0 0 480px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 420px;
}

.srvs_pg .top_img_col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  border-radius: 16px;
}

.srvs_pg .top_img_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(97deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.92) 100%);
  border-radius: 16px;
  pointer-events: none;
}

.srvs_pg .deco_strokes {
  position: absolute;
  top: 32px;
  right: 32px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  pointer-events: none;
}

.srvs_pg .deco_strokes span {
  display: block;
  height: 2px;
  background: #BE9D38;
  border-radius: 40px;
  opacity: 0.35;
}

.srvs_pg .deco_strokes span:nth-child(1) {
  width: 32px;
}

.srvs_pg .deco_strokes span:nth-child(2) {
  width: 24px;
}

.srvs_pg .deco_strokes span:nth-child(3) {
  width: 40px;
}

.srvs_pg .deco_strokes span:nth-child(4) {
  width: 20px;
}

.srvs_pg .deco_strokes span:nth-child(5) {
  width: 36px;
}

.srvs_pg .pulse_ring_wrap {
  position: absolute;
  bottom: 40px;
  left: -40px;
  width: 120px;
  height: 120px;
  pointer-events: none;
  z-index: 0;
}

.srvs_pg .pulse_ring {
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1.5px solid rgba(190, 157, 56, 0.18);
  animation: ring_radiate 3.6s ease-in-out infinite;
}

.srvs_pg .pulse_ring:nth-child(2) {
  animation-delay: 1.2s;
}

.srvs_pg .pulse_ring:nth-child(3) {
  animation-delay: 2.4s;
}

@keyframes ring_radiate {
  0% {
    transform: scale(0.7);
    opacity: 0.5;
  }

  70% {
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.srvs_pg .svc_mid {
  background: #f4f0e8;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

.srvs_pg .mid_label {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: #BE9D38;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.srvs_pg .mid_h2 {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #111;
  margin: 0 0 32px 0;
}

.srvs_pg .mid_h2 .w_green {
  color: #43C55A;
}

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

.srvs_pg .svc_card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: -1px 1px 5px -2px rgba(190, 157, 56, 0.05);
  transition: box-shadow 0.55s ease-in-out, transform 0.55s ease-in-out;
  position: relative;
}

.srvs_pg .svc_card:hover {
  box-shadow: -1px 8px 44px -2px rgba(190, 157, 56, 0.10);
  transform: translateY(-3px);
}

.srvs_pg .svc_card_num {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  color: #D7E1D1;
  letter-spacing: -0.04em;
  user-select: none;
}

.srvs_pg .svc_card_h {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
  margin: 0;
}

.srvs_pg .svc_card_h .w_gold {
  color: #BE9D38;
}

.srvs_pg .svc_card_body {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

.srvs_pg .svc_card_link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 600;
  color: #BE9D38;
  text-decoration: none;
  margin-top: auto;
  transition: color 0.5s ease-in-out;
}

.srvs_pg .svc_card_link .lnk_arrow {
  display: inline-block;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.5s ease-in-out, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.srvs_pg .svc_card:hover .svc_card_link .lnk_arrow {
  opacity: 1;
  transform: translateX(0);
}

.srvs_pg .svc_card.card_accent {
  background: linear-gradient(97deg, #BE9D38 0%, #a6882e 100%);
}

.srvs_pg .svc_card.card_accent .svc_card_num {
  color: rgba(255, 255, 255, 0.2);
}

.srvs_pg .svc_card.card_accent .svc_card_h {
  color: #fff;
}

.srvs_pg .svc_card.card_accent .svc_card_h .w_gold {
  color: #fff;
}

.srvs_pg .svc_card.card_accent .svc_card_body {
  color: rgba(255, 255, 255, 0.88);
}

.srvs_pg .svc_card.card_accent .svc_card_link {
  color: #fff;
}

.srvs_pg .svc_card_img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 10px;
  display: block;
}

.srvs_pg .svc_bottom {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.srvs_pg .bottom_inner {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
}

.srvs_pg .bottom_left {
  flex: 0 0 420px;
  position: relative;
}

.srvs_pg .frosted_card {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 16px;
  border: 1px solid rgba(190, 157, 56, 0.15);
  padding: 32px;
  box-shadow: -1px 7px 28px -2px rgba(190, 157, 56, 0.08);
  position: relative;
  z-index: 2;
}

.srvs_pg .bottom_img_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  z-index: 0;
}

.srvs_pg .bottom_img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}

.srvs_pg .bottom_img_bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(97deg, rgba(255, 255, 255, 0.12) 0%, rgba(244, 240, 232, 0.7) 100%);
}

.srvs_pg .bottom_left_wrap {
  position: relative;
  min-height: 480px;
}

.srvs_pg .bottom_right {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.srvs_pg .bottom_h2 {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #111;
  margin: 0;
}

.srvs_pg .bottom_h2 .w_gold {
  color: #BE9D38;
}

.srvs_pg .bottom_intro {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

.srvs_pg .spec_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.srvs_pg .spec_item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}

.srvs_pg .spec_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.srvs_pg .spec_dot {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 40px;
  background: #43C55A;
  margin-top: 6px;
}

.srvs_pg .spec_text_col {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.srvs_pg .spec_label {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
}

.srvs_pg .spec_desc {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.srvs_pg .experts_row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  padding: 16px;
  background: #f4f0e8;
  border-radius: 10px;
}

.srvs_pg .expert_thumb {
  flex: 0 0 56px;
  width: 56px;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
}

.srvs_pg .expert_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  aspect-ratio: 4/5;
}

.srvs_pg .expert_info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.srvs_pg .expert_name {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
}

.srvs_pg .expert_role {
  font-size: 15px;
  color: #666;
  line-height: 1.4;
}

.srvs_pg .expert_sep {
  width: 1px;
  height: 40px;
  background: #ddd;
  flex: 0 0 1px;
}

.srvs_pg .frosted_card_h {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
  margin: 0 0 16px 0;
}

.srvs_pg .frosted_card_h .w_gold {
  color: #BE9D38;
}

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

.srvs_pg .frosted_stat {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.srvs_pg .stat_bar_wrap {
  flex: 1 1 0;
  height: 6px;
  background: #e8e4d8;
  border-radius: 40px;
  overflow: hidden;
}

.srvs_pg .stat_bar_fill {
  height: 100%;
  border-radius: 40px;
  background: linear-gradient(97deg, #BE9D38 0%, #43C55A 100%);
  transition: width 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.srvs_pg .stat_num {
  font-size: 15px;
  font-weight: 700;
  color: #BE9D38;
  min-width: 40px;
  text-align: right;
}

.srvs_pg .stat_name {
  font-size: 15px;
  color: #444;
  min-width: 140px;
}

@media (max-width: 900px) {
  .srvs_pg .top_grid {
    flex-direction: column;
  }

  .srvs_pg .top_img_col {
    flex: 0 0 auto;
    min-height: 260px;
    width: 100%;
  }

  .srvs_pg .top_h1 {
    font-size: 48px;
  }

  .srvs_pg .svc_cards_grid {
    grid-template-columns: 1fr 1fr;
  }

  .srvs_pg .bottom_inner {
    flex-direction: column;
  }

  .srvs_pg .bottom_left {
    flex: 0 0 auto;
    width: 100%;
  }

  .srvs_pg .bottom_left_wrap {
    min-height: 320px;
  }

  .srvs_pg .bottom_h2 {
    font-size: 34px;
  }

  .srvs_pg .mid_h2 {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .srvs_pg .pg_bound {
    padding-left: 16px;
    padding-right: 16px;
  }

  .srvs_pg .top_h1 {
    font-size: 34px;
  }

  .srvs_pg .svc_cards_grid {
    grid-template-columns: 1fr;
  }

  .srvs_pg .mid_h2 {
    font-size: 34px;
  }

  .srvs_pg .bottom_h2 {
    font-size: 34px;
  }

  .srvs_pg .experts_row {
    flex-direction: column;
    align-items: flex-start;
  }

  .srvs_pg .expert_sep {
    display: none;
  }

  .srvs_pg .top_cta_row {
    flex-direction: column;
    align-items: flex-start;
  }

  .srvs_pg .frosted_card_h {
    font-size: 20px;
  }
}

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

.proc_pg .pg_inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 32px;
}

.proc_pg .divider_line {
  height: 1px;
  background: linear-gradient(97deg, transparent 0%, transparent 15%, #BE9D38 55%, #43C55A 80%, transparent 100%);
  border: none;
  margin: 0;
}

.proc_pg .seq_block {
  background: #fff;
  padding: 64px 0 48px;
}

.proc_pg .seq_top {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  margin-bottom: 48px;
}

.proc_pg .seq_label {
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #BE9D38;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 600;
}

.proc_pg .seq_head {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #1b1b1b;
  margin: 0 0 16px 0;
  max-width: 560px;
}

.proc_pg .seq_head .word_accent {
  color: #BE9D38;
}

.proc_pg .seq_head .word_underline {
  position: relative;
  display: inline-block;
}

.proc_pg .seq_head .word_underline::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(97deg, #43C55A 0%, #BE9D38 100%);
  border-radius: 5px;
}

.proc_pg .seq_desc {
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a3a;
  max-width: 480px;
  margin: 0;
}

.proc_pg .seq_img_col {
  flex: 0 0 340px;
  position: relative;
}

.proc_pg .seq_img_wrap {
  width: 340px;
  height: 280px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.proc_pg .seq_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.85) contrast(1.05);
}

.proc_pg .seq_img_wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(97deg, transparent 40%, rgba(190, 157, 56, 0.18) 100%);
  border-radius: 16px;
  pointer-events: none;
}

.proc_pg .seq_fade_right {
  position: absolute;
  top: 0;
  right: -1px;
  width: 80px;
  height: 100%;
  background: linear-gradient(to right, transparent, #fff);
  pointer-events: none;
  z-index: 2;
}

.proc_pg .seq_text_col {
  flex: 1;
}

.proc_pg .corner_deco {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 48px;
  height: 48px;
  pointer-events: none;
  z-index: 3;
}

.proc_pg .corner_deco span {
  position: absolute;
  border: 1px solid rgba(190, 157, 56, 0.25);
  border-radius: 5px;
}

.proc_pg .corner_deco span:nth-child(1) {
  inset: 0;
}

.proc_pg .corner_deco span:nth-child(2) {
  inset: 6px;
}

.proc_pg .corner_deco span:nth-child(3) {
  inset: 12px;
}

.proc_pg .corner_deco span:nth-child(4) {
  inset: 18px;
}

.proc_pg .steps_rail {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.proc_pg .step_row {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: stretch;
  opacity: 0;
  transform: translateY(28px);
  animation: step_up 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.proc_pg .step_row:nth-child(1) {
  animation-delay: 0.1s;
}

.proc_pg .step_row:nth-child(2) {
  animation-delay: 0.22s;
}

.proc_pg .step_row:nth-child(3) {
  animation-delay: 0.34s;
}

.proc_pg .step_row:nth-child(4) {
  animation-delay: 0.46s;
}

.proc_pg .step_row:nth-child(5) {
  animation-delay: 0.58s;
}

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

.proc_pg .step_num_col {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 64px;
}

.proc_pg .step_circle {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #BE9D38;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: -1px 7px 28px -2px rgba(190, 157, 56, 0.08);
  transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.proc_pg .step_row:hover .step_circle {
  background: #43C55A;
  box-shadow: -1px 8px 44px -2px rgba(67, 197, 90, 0.10);
}

.proc_pg .step_line {
  width: 2px;
  flex: 1;
  background: linear-gradient(to bottom, #BE9D38 0%, #D7E1D1 100%);
  margin: 4px 0;
  min-height: 32px;
}

.proc_pg .step_row:last-child .step_line {
  display: none;
}

.proc_pg .step_card {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #D7E1D1;
  padding: 16px 24px;
  margin-bottom: 16px;
  box-shadow: -1px 1px 5px -2px rgba(190, 157, 56, 0.05);
  transition: box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.proc_pg .step_card:hover {
  box-shadow: -1px 7px 28px -2px rgba(190, 157, 56, 0.08);
  border-color: #BE9D38;
}

.proc_pg .step_card_inner {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
}

.proc_pg .step_card_img {
  flex: 0 0 140px;
  height: 96px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.proc_pg .step_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.proc_pg .step_card_img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(97deg, transparent 50%, rgba(190, 157, 56, 0.15) 100%);
  pointer-events: none;
}

.proc_pg .step_txt {
  flex: 1;
}

.proc_pg .step_title {
  font-size: 20px;
  line-height: 1.4;
  color: #1b1b1b;
  margin: 0 0 8px 0;
  letter-spacing: -0.01em;
}

.proc_pg .step_title .word_first {
  color: #BE9D38;
}

.proc_pg .step_body {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a3a;
  margin: 0 0 8px 0;
}

.proc_pg .step_detail {
  font-size: 15px;
  line-height: 1.4;
  color: #5a5a5a;
  margin: 0;
}

.proc_pg .step_tag {
  display: inline-block;
  font-size: 15px;
  color: #BE9D38;
  background: rgba(190, 157, 56, 0.07);
  border-radius: 5px;
  padding: 4px 8px;
  margin-top: 8px;
  font-weight: 600;
}

.proc_pg .step_num_col_spacer {
  padding-top: 8px;
}

.proc_pg .outcome_block {
  background: #D7E1D1;
  padding: 56px 0;
  position: relative;
}

.proc_pg .outcome_tint {
  background: rgba(215, 225, 209, 0.35);
}

.proc_pg .outcome_grid {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 0;
  align-items: start;
}

.proc_pg .outcome_divider {
  background: linear-gradient(to bottom, transparent, #BE9D38 30%, #43C55A 70%, transparent);
  height: 100%;
  min-height: 260px;
  align-self: stretch;
}

.proc_pg .outcome_col {
  padding: 0 32px;
}

.proc_pg .outcome_col.left {
  padding-left: 0;
}

.proc_pg .outcome_col.right {
  padding-right: 0;
}

.proc_pg .outcome_eyebrow {
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #43C55A;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
}

.proc_pg .outcome_head {
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #1b1b1b;
  margin: 0 0 16px 0;
}

.proc_pg .outcome_head .word_first {
  color: #43C55A;
}

.proc_pg .outcome_body {
  font-size: 16px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0 0 16px 0;
}

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

.proc_pg .outcome_list li {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a2a;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}

.proc_pg .outcome_list li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 40px;
  background: #43C55A;
  flex-shrink: 0;
  margin-top: 6px;
}

.proc_pg .profile_pair {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.proc_pg .profile_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  box-shadow: -1px 1px 5px -2px rgba(190, 157, 56, 0.05);
  transition: box-shadow 0.6s ease-in-out;
}

.proc_pg .profile_item:hover {
  box-shadow: -1px 7px 28px -2px rgba(190, 157, 56, 0.08);
}

.proc_pg .profile_avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.proc_pg .profile_avatar img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.proc_pg .profile_meta {
  flex: 1;
}

.proc_pg .profile_name {
  font-size: 16px;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0 0 4px 0;
}

.proc_pg .profile_role {
  font-size: 15px;
  color: #5a5a5a;
  margin: 0 0 4px 0;
}

.proc_pg .profile_quote {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0;
  font-style: italic;
}

.proc_pg .faded_bg_num {
  position: absolute;
  top: 16px;
  right: 32px;
  font-size: 64px;
  font-weight: 900;
  color: rgba(190, 157, 56, 0.06);
  line-height: 1.1;
  letter-spacing: -0.04em;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.proc_pg .outcome_inner {
  position: relative;
  z-index: 1;
}

.proc_pg .link_arrow {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  color: #BE9D38;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 16px;
  transition: gap 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.proc_pg .link_arrow .arr {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  overflow: hidden;
}

.proc_pg .link_arrow .arr::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 2px;
  background: #BE9D38;
  transform: translateY(-50%);
  transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.proc_pg .link_arrow .arr::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #BE9D38;
  border-right: 2px solid #BE9D38;
  transform: translateY(-50%) rotate(45deg);
}

.proc_pg .link_arrow:hover {
  gap: 8px;
}

.proc_pg .link_arrow:hover .arr::before {
  width: 14px;
}

.proc_pg .link_arrow:focus-visible {
  outline: 3px solid #BE9D38 !important;
  outline-offset: 3px !important;
  border-radius: 5px !important;
}

.proc_pg .step_card:focus-within {
  outline: none;
}

.proc_pg .profile_item:focus-within {
  outline: none;
}

@media (max-width: 900px) {
  .proc_pg .seq_top {
    flex-direction: column;
    gap: 24px;
  }

  .proc_pg .seq_img_col {
    flex: none;
    width: 100%;
  }

  .proc_pg .seq_img_wrap {
    width: 100%;
    height: 200px;
  }

  .proc_pg .seq_fade_right {
    display: none;
  }

  .proc_pg .seq_head {
    font-size: 34px;
  }

  .proc_pg .outcome_grid {
    grid-template-columns: 1fr;
  }

  .proc_pg .outcome_divider {
    display: none;
  }

  .proc_pg .outcome_col {
    padding: 0 0 32px 0;
  }

  .proc_pg .outcome_col.right {
    padding-top: 32px;
    border-top: 1px solid rgba(190, 157, 56, 0.2);
  }

  .proc_pg .step_card_inner {
    flex-direction: column;
  }

  .proc_pg .step_card_img {
    flex: none;
    width: 100%;
    height: 120px;
  }
}

@media (max-width: 600px) {
  .proc_pg .pg_inner {
    padding: 0 16px;
  }

  .proc_pg .seq_block {
    padding: 32px 0 32px;
  }

  .proc_pg .seq_head {
    font-size: 24px;
  }

  .proc_pg .outcome_block {
    padding: 32px 0;
  }

  .proc_pg .outcome_head {
    font-size: 24px;
  }

  .proc_pg .step_num_col {
    flex: 0 0 40px;
  }

  .proc_pg .step_card {
    padding: 16px;
  }

  .proc_pg .faded_bg_num {
    font-size: 48px;
  }
}

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

.rt .pg_wrap {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 32px;
}

.rt .pg_wrap_sm {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 16px;
}

/* SECTION 1 - TITLE BLOCK */
.rt .t_block {
  position: relative;
  padding: 80px 32px 72px;
  background: linear-gradient(97deg, #f5f0e8 0%, #f5f0e8 35%, #e8f0e4 68%, #d4e8da 100%);
  overflow: hidden;
}

.rt .t_block_dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.rt .t_block_dots::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 48px;
  width: 180px;
  height: 180px;
  background-image: radial-gradient(circle, #BE9D38 1.5px, transparent 1.5px);
  background-size: 18px 18px;
  opacity: 0.22;
}

.rt .t_block_dots::after {
  content: "";
  position: absolute;
  bottom: 32px;
  right: 64px;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(circle, #43C55A 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  opacity: 0.18;
}

.rt .t_inner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}

.rt .t_copy {
  flex: 1 1 0;
  min-width: 0;
}

.rt .t_label {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #BE9D38;
  margin-bottom: 16px;
  border-bottom: 2px dashed #BE9D38;
  padding-bottom: 4px;
}

.rt .t_h1 {
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #1a1200;
  margin: 0 0 16px;
  font-weight: 800;
}

.rt .t_h1 .acc {
  color: #BE9D38;
}

.rt .t_h1 .acc2 {
  color: #43C55A;
}

.rt .t_sub {
  font-size: 20px;
  line-height: 1.6;
  color: #2a2a1a;
  max-width: 480px;
  margin: 0 0 32px;
}

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

.rt .btn_prim {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: #BE9D38;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: -1px 7px 28px -2px rgba(190, 157, 56, 0.08);
}

.rt .btn_prim:hover {
  background: #a6882e;
  box-shadow: -1px 8px 44px -2px rgba(190, 157, 56, 0.10);
}

.rt .btn_prim .btn_arrow {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.rt .btn_prim:hover .btn_arrow {
  transform: translateX(6px);
}

.rt .btn_sec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: transparent;
  color: #2a2a1a;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  border: 2px solid #ccc;
  cursor: pointer;
  transition: border-color 0.5s ease-in-out, color 0.5s ease-in-out;
}

.rt .btn_sec:hover {
  border-color: #BE9D38;
  color: #BE9D38;
}

.rt .btn_sec .btn_arrow {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.rt .btn_sec:hover .btn_arrow {
  transform: translateX(6px);
}

.rt .t_img_wrap {
  flex: 0 0 420px;
  width: 420px;
  height: 480px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: -1px 8px 44px -2px rgba(190, 157, 56, 0.10);
}

.rt .t_img_wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(97deg, rgba(215, 225, 209, 0.18) 0%, rgba(190, 157, 56, 0.08) 100%);
  pointer-events: none;
}

.rt .t_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.65s ease-in-out;
}

.rt .t_img_wrap:hover img {
  transform: scale(1.04);
}

/* SECTION 2 - TEAM */
.rt .team_sec {
  padding: 64px 32px;
  background: #fff;
}

.rt .team_sec_inner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
}

.rt .team_portrait_col {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rt .portrait_frame {
  width: 280px;
  height: 350px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: -1px 7px 28px -2px rgba(190, 157, 56, 0.08);
}

.rt .portrait_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s ease-in-out;
}

.rt .portrait_frame:hover img {
  transform: scale(1.04);
}

.rt .portrait_tag {
  background: #D7E1D1;
  border-radius: 10px;
  padding: 16px;
}

.rt .portrait_tag_name {
  font-size: 16px;
  font-weight: 700;
  color: #1a1200;
  margin: 0 0 4px;
}

.rt .portrait_tag_role {
  font-size: 15px;
  color: #3a4a35;
  margin: 0;
}

.rt .team_copy_col {
  flex: 1 1 0;
  min-width: 0;
}

.rt .sec_label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #43C55A;
  margin-bottom: 8px;
  display: block;
}

.rt .team_h2 {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin: 0 0 16px;
  color: #1a1200;
  font-weight: 800;
}

.rt .team_h2 .fw {
  color: #BE9D38;
}

.rt .team_body {
  font-size: 16px;
  line-height: 1.6;
  color: #2a2a1a;
  margin: 0 0 16px;
}

.rt .team_pull {
  font-size: 24px;
  line-height: 1.4;
  color: #BE9D38;
  font-weight: 700;
  border-top: 2px dashed #BE9D38;
  border-bottom: 2px dashed #BE9D38;
  padding: 16px 0;
  margin: 16px 0;
}

.rt .team_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}

.rt .team_item {
  background: #f7f4ee;
  border-radius: 10px;
  padding: 16px;
  transition: background 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.rt .team_item:hover {
  background: #D7E1D1;
  box-shadow: -1px 7px 28px -2px rgba(67, 197, 90, 0.08);
}

.rt .team_item_num {
  font-size: 34px;
  font-weight: 800;
  color: #BE9D38;
  line-height: 1.1;
  margin: 0 0 4px;
}

.rt .team_item_desc {
  font-size: 15px;
  color: #2a2a1a;
  margin: 0;
  line-height: 1.4;
}

/* SECTION 3 - RECOGNITION */
.rt .recog_sec {
  padding: 56px 32px;
  background: #f7f4ee;
  position: relative;
}

.rt .recog_divider_top {
  width: 100%;
  height: 2px;
  border-top: 2px dashed #BE9D38;
  margin-bottom: 32px;
}

.rt .recog_inner {
  max-width: 1366px;
  margin: 0 auto;
}

.rt .recog_h2 {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #1a1200;
  font-weight: 800;
  margin: 0 0 8px;
}

.rt .recog_h2 .fw {
  color: #43C55A;
}

.rt .recog_sub {
  font-size: 16px;
  line-height: 1.6;
  color: #2a2a1a;
  max-width: 560px;
  margin: 0 0 32px;
}

.rt .recog_three_col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border-top: 2px solid #D7E1D1;
  border-left: 2px solid #D7E1D1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: -1px 5px 5px -2px rgba(190, 157, 56, 0.05);
}

.rt .recog_card {
  border-right: 2px solid #D7E1D1;
  border-bottom: 2px solid #D7E1D1;
  padding: 24px;
  background: #fff;
  transition: background 0.55s ease-in-out;
  position: relative;
}

.rt .recog_card:hover {
  background: #D7E1D1;
}

.rt .recog_card_top {
  width: 40px;
  height: 4px;
  background: #BE9D38;
  border-radius: 5px;
  margin-bottom: 16px;
}

.rt .recog_card:nth-child(2) .recog_card_top {
  background: #43C55A;
}

.rt .recog_card:nth-child(3) .recog_card_top {
  background: #BE9D38;
}

.rt .recog_card_name {
  font-size: 16px;
  font-weight: 700;
  color: #1a1200;
  margin: 0 0 8px;
}

.rt .recog_card_body {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a1a;
  margin: 0;
}

.rt .recog_img_row {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.rt .recog_img_frame {
  border-radius: 10px;
  overflow: hidden;
  height: 200px;
  position: relative;
}

.rt .recog_img_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.rt .recog_img_frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(190, 157, 56, 0.22);
  pointer-events: none;
  transition: opacity 0.55s ease-in-out;
}

.rt .recog_img_frame:hover img {
  filter: grayscale(30%);
  transform: scale(1.05);
}

.rt .recog_img_frame:hover::after {
  opacity: 0.4;
}

/* SECTION 4 - SCALE */
.rt .scale_sec {
  padding: 64px 32px;
  background: #1a1200;
  position: relative;
  overflow: hidden;
}

.rt .scale_sec_bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.rt .scale_sec_bg::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 320px;
  height: 320px;
  background-image: radial-gradient(circle, #BE9D38 1.5px, transparent 1.5px);
  background-size: 22px 22px;
  opacity: 0.12;
}

.rt .scale_inner {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}

.rt .scale_h2 {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #fff;
  font-weight: 800;
  margin: 0 0 8px;
}

.rt .scale_h2 .fw {
  color: #BE9D38;
}

.rt .scale_sub {
  font-size: 16px;
  line-height: 1.6;
  color: #D7E1D1;
  max-width: 520px;
  margin: 0 0 32px;
}

.rt .scale_metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}

.rt .scale_metric {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(190, 157, 56, 0.2);
  border-radius: 10px;
  padding: 24px 16px;
  text-align: center;
  transition: background 0.55s ease-in-out, border-color 0.55s ease-in-out;
}

.rt .scale_metric:hover {
  background: rgba(190, 157, 56, 0.12);
  border-color: #BE9D38;
}

.rt .scale_metric_num {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  color: #BE9D38;
  display: block;
  margin-bottom: 8px;
}

.rt .scale_metric_lbl {
  font-size: 15px;
  color: #D7E1D1;
  line-height: 1.4;
}

.rt .scale_img_wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}

.rt .scale_img_frame {
  border-radius: 10px;
  overflow: hidden;
  height: 240px;
}

.rt .scale_img_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.rt .scale_img_frame::after {
  content: "";
  display: block;
}

.rt .scale_img_frame:hover img {
  filter: grayscale(20%);
  transform: scale(1.04);
}

.rt .scale_pull {
  background: rgba(190, 157, 56, 0.15);
  border-radius: 10px;
  padding: 24px;
  display: flex;
  align-items: center;
}

.rt .scale_pull_text {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #BE9D38;
  margin: 0;
}

/* SECTION 5 - WHO THIS IS FOR */
.rt .fit_sec {
  padding: 64px 32px;
  background: #D7E1D1;
}

.rt .fit_inner {
  max-width: 1366px;
  margin: 0 auto;
}

.rt .fit_top_row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  margin-bottom: 32px;
}

.rt .fit_copy {
  flex: 1 1 0;
}

.rt .fit_h2 {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #1a1200;
  font-weight: 800;
  margin: 0 0 16px;
}

.rt .fit_h2 .fw {
  color: #BE9D38;
}

.rt .fit_body {
  font-size: 16px;
  line-height: 1.6;
  color: #2a2a1a;
  margin: 0 0 16px;
}

.rt .fit_img_side {
  flex: 0 0 360px;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: -1px 7px 28px -2px rgba(190, 157, 56, 0.08);
}

.rt .fit_img_side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.65s ease-in-out;
}

.rt .fit_img_side:hover img {
  transform: scale(1.04);
}

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

.rt .fit_profile {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  position: relative;
  transition: box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.5s ease-in-out;
}

.rt .fit_profile:hover {
  background: #f7f4ee;
  box-shadow: -1px 7px 28px -2px rgba(190, 157, 56, 0.08);
}

.rt .fit_profile_dot {
  width: 12px;
  height: 12px;
  border-radius: 40px;
  background: #43C55A;
  margin-bottom: 16px;
}

.rt .fit_profile:nth-child(2) .fit_profile_dot {
  background: #BE9D38;
}

.rt .fit_profile:nth-child(3) .fit_profile_dot {
  background: #43C55A;
}

.rt .fit_profile_h {
  font-size: 16px;
  font-weight: 700;
  color: #1a1200;
  margin: 0 0 8px;
}

.rt .fit_profile_body {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a1a;
  margin: 0;
}

/* SECTION 6 - REQUIREMENTS */
.rt .req_sec {
  padding: 64px 32px;
  background: #fff;
}

.rt .req_divider {
  width: 100%;
  border-top: 2px dashed #43C55A;
  margin-bottom: 32px;
}

.rt .req_inner {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.rt .req_copy_col {}

.rt .req_h2 {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #1a1200;
  font-weight: 800;
  margin: 0 0 16px;
}

.rt .req_h2 .fw {
  color: #BE9D38;
}

.rt .req_body {
  font-size: 16px;
  line-height: 1.6;
  color: #2a2a1a;
  margin: 0 0 16px;
}

.rt .req_pull {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #43C55A;
  margin: 16px 0 0;
}

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

.rt .req_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 10px;
  background: #f7f4ee;
  transition: background 0.5s ease-in-out;
}

.rt .req_item:hover {
  background: #D7E1D1;
}

.rt .req_item_icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 40px;
  background: #BE9D38;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rt .req_item_icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rt .req_item_text {
  flex: 1 1 0;
}

.rt .req_item_h {
  font-size: 15px;
  font-weight: 700;
  color: #1a1200;
  margin: 0 0 4px;
}

.rt .req_item_body {
  font-size: 15px;
  line-height: 1.4;
  color: #2a2a1a;
  margin: 0;
}

/* SECTION 7 - DIFFERENTIATOR */
.rt .diff_sec {
  padding: 64px 32px 80px;
  background: #f7f4ee;
}

.rt .diff_divider {
  width: 100%;
  border-top: 2px dashed #BE9D38;
  margin-bottom: 32px;
}

.rt .diff_inner {
  max-width: 1366px;
  margin: 0 auto;
}

.rt .diff_top {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-end;
  margin-bottom: 32px;
}

.rt .diff_h2 {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #1a1200;
  font-weight: 800;
  margin: 0;
  flex: 1 1 0;
}

.rt .diff_h2 .fw {
  color: #BE9D38;
}

.rt .diff_tagline {
  flex: 0 0 320px;
  font-size: 20px;
  line-height: 1.4;
  color: #2a2a1a;
  margin: 0;
}

.rt .diff_two_col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.rt .diff_card {
  border-radius: 16px;
  padding: 32px;
  background: #fff;
  box-shadow: -1px 5px 5px -2px rgba(190, 157, 56, 0.05);
  transition: box-shadow 0.55s ease-in-out, background 0.55s ease-in-out;
  position: relative;
}

.rt .diff_card:hover {
  background: #D7E1D1;
  box-shadow: -1px 8px 44px -2px rgba(190, 157, 56, 0.10);
}

.rt .diff_card_num {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  color: #D7E1D1;
  margin: 0 0 8px;
  letter-spacing: -0.04em;
  transition: color 0.55s ease-in-out;
}

.rt .diff_card:hover .diff_card_num {
  color: #BE9D38;
}

.rt .diff_card_h {
  font-size: 24px;
  font-weight: 700;
  color: #1a1200;
  margin: 0 0 8px;
  line-height: 1.4;
}

.rt .diff_card_body {
  font-size: 16px;
  line-height: 1.6;
  color: #2a2a1a;
  margin: 0;
}

/* ANIMATIONS */
@keyframes emerge {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

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

.rt .t_copy {
  animation: emerge 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.rt .t_img_wrap {
  animation: emerge 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s both;
}

.rt .team_item {
  animation: emerge 0.55s ease-in-out both;
}

.rt .team_item:nth-child(1) {
  animation-delay: 0.05s;
}

.rt .team_item:nth-child(2) {
  animation-delay: 0.12s;
}

.rt .team_item:nth-child(3) {
  animation-delay: 0.18s;
}

.rt .team_item:nth-child(4) {
  animation-delay: 0.24s;
}

.rt .scale_metric {
  animation: emerge 0.55s ease-in-out both;
}

.rt .scale_metric:nth-child(1) {
  animation-delay: 0.04s;
}

.rt .scale_metric:nth-child(2) {
  animation-delay: 0.10s;
}

.rt .scale_metric:nth-child(3) {
  animation-delay: 0.16s;
}

.rt .scale_metric:nth-child(4) {
  animation-delay: 0.22s;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .rt .t_h1 {
    font-size: 48px;
  }

  .rt .t_img_wrap {
    flex: 0 0 340px;
    width: 340px;
    height: 400px;
  }

  .rt .scale_metrics {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .rt .t_inner {
    flex-direction: column;
  }

  .rt .t_img_wrap {
    width: 100%;
    flex: none;
    height: 320px;
  }

  .rt .t_h1 {
    font-size: 48px;
  }

  .rt .team_sec_inner {
    flex-direction: column;
  }

  .rt .team_portrait_col {
    flex-direction: row;
    flex: none;
    width: 100%;
  }

  .rt .portrait_frame {
    width: 200px;
    height: 250px;
    flex: 0 0 200px;
  }

  .rt .portrait_tag {
    flex: 1 1 0;
  }

  .rt .team_grid {
    grid-template-columns: 1fr 1fr;
  }

  .rt .recog_three_col {
    grid-template-columns: 1fr;
  }

  .rt .scale_img_wrap {
    grid-template-columns: 1fr;
  }

  .rt .fit_top_row {
    flex-direction: column;
  }

  .rt .fit_img_side {
    width: 100%;
    flex: none;
  }

  .rt .fit_profiles {
    grid-template-columns: 1fr 1fr;
  }

  .rt .req_inner {
    grid-template-columns: 1fr;
  }

  .rt .diff_top {
    flex-direction: column;
    align-items: flex-start;
  }

  .rt .diff_tagline {
    flex: none;
  }

  .rt .diff_two_col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .rt .t_block {
    padding: 48px 16px 48px;
  }

  .rt .t_h1 {
    font-size: 34px;
  }

  .rt .team_sec {
    padding: 48px 16px;
  }

  .rt .team_portrait_col {
    flex-direction: column;
  }

  .rt .portrait_frame {
    width: 100%;
    flex: none;
  }

  .rt .team_grid {
    grid-template-columns: 1fr;
  }

  .rt .recog_sec {
    padding: 40px 16px;
  }

  .rt .recog_h2 {
    font-size: 34px;
  }

  .rt .scale_sec {
    padding: 48px 16px;
  }

  .rt .scale_h2 {
    font-size: 34px;
  }

  .rt .scale_metrics {
    grid-template-columns: 1fr 1fr;
  }

  .rt .fit_sec {
    padding: 48px 16px;
  }

  .rt .fit_h2 {
    font-size: 34px;
  }

  .rt .fit_profiles {
    grid-template-columns: 1fr;
  }

  .rt .req_sec {
    padding: 48px 16px;
  }

  .rt .req_h2 {
    font-size: 34px;
  }

  .rt .diff_sec {
    padding: 48px 16px 64px;
  }

  .rt .diff_h2 {
    font-size: 34px;
  }

  .rt .recog_img_row {
    grid-template-columns: 1fr;
  }

  .rt .t_actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .rt .team_h2 {
    font-size: 34px;
  }

  .rt .fit_img_side {
    height: 220px;
  }
}

.cnt-us {
  max-width: 1366px;
  margin: 0 auto;
  overflow-x: clip;
}

.cnt-us .reach-wrap {
  display: grid;
  grid-template-columns: 30% 70%;
  min-height: 92vh;
  position: relative;
}

.cnt-us .reach-left {
  background: #f2ede3;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
}

.cnt-us .reach-left::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 8%;
  width: 2px;
  height: 84%;
  background: linear-gradient(97deg, #BE9D38 0%, #BE9D38 60%, #43C55A 100%);
  border-radius: 40px;
}

.cnt-us .brand-mark {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cnt-us .brand-mark h1 {
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #1a1200;
  margin: 0;
}

.cnt-us .brand-mark h1 span {
  color: #BE9D38;
  text-transform: uppercase;
}

.cnt-us .brand-mark p {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3220;
  margin: 0;
}

.cnt-us .contact-facts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cnt-us .fact-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cnt-us .fact-label {
  font-size: 15px;
  color: #BE9D38;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cnt-us .fact-val {
  font-size: 15px;
  line-height: 1.4;
  color: #2a2010;
}

.cnt-us .fact-val a {
  color: #2a2010;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: color 0.5s ease-in-out;
}

.cnt-us .fact-val a::after {
  content: ' →';
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateX(-6px);
  display: inline-block;
}

.cnt-us .fact-val a:hover {
  color: #BE9D38;
}

.cnt-us .fact-val a:hover::after {
  opacity: 1;
  transform: translateX(2px);
}

.cnt-us .curved-deco {
  position: absolute;
  bottom: 80px;
  left: 16px;
  width: 60px;
  height: 120px;
  pointer-events: none;
}

.cnt-us .reach-right {
  background: #fff;
  padding: 32px 32px 32px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.cnt-us .reach-right::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(190, 157, 56, 0.06) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
  border-radius: 50%;
}

.cnt-us .atm-spot {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 320px;
  height: 320px;
  background: radial-gradient(ellipse at center, rgba(67, 197, 90, 0.07) 0%, rgba(255, 255, 255, 0) 65%);
  pointer-events: none;
  border-radius: 50%;
}

.cnt-us .form-heading {
  margin: 0 0 32px 0;
}

.cnt-us .form-heading h2 {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #1a1200;
  margin: 0 0 8px 0;
}

.cnt-us .form-heading h2 span {
  color: #BE9D38;
  text-transform: uppercase;
}

.cnt-us .form-heading p {
  font-size: 16px;
  line-height: 1.6;
  color: #4a4030;
  margin: 0;
  max-width: 520px;
}

.cnt-us .contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 620px;
}

.cnt-us .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.cnt-us .field-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}

.cnt-us .field-wrap input[type="text"],
.cnt-us .field-wrap input[type="email"] {
  width: 100%;
  border: 1.5px solid #d4c9a8;
  border-radius: 10px;
  padding: 20px 16px 8px 16px;
  font-size: 15px;
  color: #1a1200;
  background: #faf8f3;
  outline: none;
  transition: border-color 0.5s ease-in-out, box-shadow 0.55s ease-in-out;
  box-sizing: border-box;
}

.cnt-us .field-wrap input[type="text"]:focus,
.cnt-us .field-wrap input[type="email"]:focus {
  border-color: #BE9D38;
  box-shadow: -1px 7px 28px -2px rgba(190, 157, 56, 0.08);
  background: #fff;
}

.cnt-us .field-wrap input[type="text"]:focus-visible,
.cnt-us .field-wrap input[type="email"]:focus-visible {
  outline: 2px solid #BE9D38 !important;
  outline-offset: 2px !important;
}

.cnt-us .float-label {
  position: absolute;
  top: 14px;
  left: 16px;
  font-size: 15px;
  color: #8a7a50;
  pointer-events: none;
  transition: top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), font-size 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.5s ease-in-out;
}

.cnt-us .field-wrap input:focus~.float-label,
.cnt-us .field-wrap input:not(:placeholder-shown)~.float-label {
  top: 5px;
  font-size: 11px;
  color: #BE9D38;
  letter-spacing: 0.04em;
}

.cnt-us .radio-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cnt-us .radio-group-label {
  font-size: 15px;
  color: #8a7a50;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cnt-us .radio-opts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

.cnt-us .radio-opt {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.cnt-us .radio-opt input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #d4c9a8;
  border-radius: 40px;
  background: #faf8f3;
  cursor: pointer;
  transition: border-color 0.5s ease-in-out, background 0.5s ease-in-out;
  flex-shrink: 0;
  position: relative;
}

.cnt-us .radio-opt input[type="radio"]:checked {
  border-color: #BE9D38;
  background: #BE9D38;
}

.cnt-us .radio-opt input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 40px;
  background: #fff;
}

.cnt-us .radio-opt input[type="radio"]:focus-visible {
  outline: 2px solid #BE9D38 !important;
  outline-offset: 2px !important;
}

.cnt-us .radio-opt-text {
  font-size: 15px;
  color: #2a2010;
  line-height: 1.4;
}

.cnt-us .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}

.cnt-us .privacy-row input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #d4c9a8;
  border-radius: 5px;
  background: #faf8f3;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px;
  transition: border-color 0.5s ease-in-out, background 0.5s ease-in-out;
  position: relative;
}

.cnt-us .privacy-row input[type="checkbox"]:checked {
  border-color: #43C55A;
  background: #43C55A;
}

.cnt-us .privacy-row input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

.cnt-us .privacy-row input[type="checkbox"]:focus-visible {
  outline: 2px solid #43C55A !important;
  outline-offset: 2px !important;
}

.cnt-us .privacy-text {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4030;
}

.cnt-us .privacy-text a {
  color: #BE9D38;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: color 0.5s ease-in-out;
}

.cnt-us .privacy-text a:hover {
  color: #43C55A;
}

.cnt-us .submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #BE9D38;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  align-self: flex-start;
  transition: background 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: -1px 7px 28px -2px rgba(190, 157, 56, 0.08);
}

.cnt-us .submit-btn:hover {
  background: #a8882e;
  box-shadow: -1px 8px 44px -2px rgba(190, 157, 56, 0.10);
}

.cnt-us .submit-btn:focus-visible {
  outline: 2px solid #BE9D38 !important;
  outline-offset: 3px !important;
}

.cnt-us .btn-arrow {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

.cnt-us .info-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #1a1200;
  position: relative;
  overflow: hidden;
}

.cnt-us .info-strip::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 200px;
  background: radial-gradient(ellipse at center, rgba(190, 157, 56, 0.12) 0%, rgba(26, 18, 0, 0) 70%);
  pointer-events: none;
}

.cnt-us .strip-cell {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-right: 1px solid rgba(190, 157, 56, 0.15);
  position: relative;
}

.cnt-us .strip-cell:last-child {
  border-right: none;
}

.cnt-us .strip-cell-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cnt-us .strip-icon-svg {
  width: 28px;
  height: 28px;
  stroke: #BE9D38;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cnt-us .strip-lbl {
  font-size: 15px;
  color: #BE9D38;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cnt-us .strip-data {
  font-size: 16px;
  line-height: 1.4;
  color: #e8dfc0;
}

.cnt-us .strip-data a {
  color: #e8dfc0;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}

.cnt-us .strip-data a:hover {
  color: #BE9D38;
}

.cnt-us .strip-note {
  font-size: 15px;
  color: rgba(215, 225, 209, 0.6);
  line-height: 1.4;
}

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

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

.cnt-us .img-reveal {
  animation: wipe-in 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@media (max-width: 900px) {
  .cnt-us .reach-wrap {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .cnt-us .reach-left::after {
    display: none;
  }

  .cnt-us .reach-right {
    padding: 32px;
  }

  .cnt-us .form-heading h2 {
    font-size: 34px;
  }

  .cnt-us .info-strip {
    grid-template-columns: 1fr;
  }

  .cnt-us .strip-cell {
    border-right: none;
    border-bottom: 1px solid rgba(190, 157, 56, 0.15);
  }

  .cnt-us .strip-cell:last-child {
    border-bottom: none;
  }

  .cnt-us .curved-deco {
    display: none;
  }
}

@media (max-width: 600px) {
  .cnt-us .field-row {
    grid-template-columns: 1fr;
  }

  .cnt-us .form-heading h2 {
    font-size: 24px;
  }

  .cnt-us .radio-opts {
    flex-direction: column;
  }

  .cnt-us .reach-left {
    padding: 32px 16px;
  }

  .cnt-us .reach-right {
    padding: 32px 16px;
  }

  .cnt-us .strip-cell {
    padding: 32px 16px;
  }
}

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

.abt-us ::selection {
  background: #43C55A;
  color: #111;
}

.abt-us .pg-band {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ── SECTION 1: TITLE BLOCK ── */
.abt-us .title-strip {
  position: relative;
  background: #fff;
  padding: 64px 0 48px;
  overflow: hidden;
}

.abt-us .title-strip::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  background: radial-gradient(ellipse at center, rgba(190, 157, 56, 0.13) 0%, rgba(215, 225, 209, 0.07) 55%, transparent 75%);
  pointer-events: none;
  border-radius: 50%;
}

.abt-us .title-strip .frame-outer {
  position: relative;
  border: 1px solid rgba(190, 157, 56, 0.22);
  border-radius: 10px;
  padding: 32px;
}

.abt-us .title-strip .frame-inner {
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(190, 157, 56, 0.10);
  border-radius: 5px;
  pointer-events: none;
}

.abt-us .title-strip .ts-layout {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}

.abt-us .title-strip .ts-img-col {
  flex: 0 0 300px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}

.abt-us .title-strip .ts-img-col img {
  width: 300px;
  height: 400px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.abt-us .title-strip .ts-img-col:hover img {
  transform: scale(1.04);
}

.abt-us .title-strip .ts-img-col .img-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.72) 0%, transparent 100%);
  pointer-events: none;
}

.abt-us .title-strip .ts-text-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.abt-us .title-strip .eyebrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.abt-us .title-strip .eyebrow-dash {
  width: 24px;
  height: 2px;
  background: #BE9D38;
  flex-shrink: 0;
}

.abt-us .title-strip .eyebrow-lbl {
  font-size: 15px;
  line-height: 1.4;
  color: #BE9D38;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}

.abt-us .title-strip .ts-h1 {
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0;
  font-weight: 800;
}

.abt-us .title-strip .ts-h1 .word-accent {
  color: #BE9D38;
}

.abt-us .title-strip .ts-h1 .word-dark {
  color: #1b1b1b;
}

.abt-us .title-strip .ts-lead {
  font-size: 20px;
  line-height: 1.6;
  color: #333;
  max-width: 520px;
  margin: 0;
}

.abt-us .title-strip .ts-lead em {
  font-style: normal;
  font-weight: 600;
  color: #1b1b1b;
}

.abt-us .title-strip .ts-sub {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  max-width: 480px;
  margin: 0;
}

.abt-us .title-strip .ts-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 8px;
}

.abt-us .title-strip .metric-cell {
  background: #f5f2eb;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: background 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.abt-us .title-strip .metric-cell:hover {
  background: #fff;
  box-shadow: -1px 7px 28px -2px rgba(190, 157, 56, 0.08);
}

.abt-us .title-strip .metric-num {
  font-size: 34px;
  line-height: 1.1;
  font-weight: 800;
  color: #BE9D38;
  letter-spacing: -0.02em;
}

.abt-us .title-strip .metric-lbl {
  font-size: 15px;
  line-height: 1.4;
  color: #555;
}

/* concentric rectangles decoration */
.abt-us .title-strip .concentric {
  position: absolute;
  bottom: -16px;
  left: -16px;
  width: 120px;
  height: 120px;
  pointer-events: none;
}

.abt-us .title-strip .concentric span {
  position: absolute;
  border: 1px solid rgba(190, 157, 56, 0.15);
  border-radius: 5px;
}

.abt-us .title-strip .concentric span:nth-child(1) {
  inset: 0;
}

.abt-us .title-strip .concentric span:nth-child(2) {
  inset: 12px;
}

.abt-us .title-strip .concentric span:nth-child(3) {
  inset: 24px;
}

.abt-us .title-strip .concentric span:nth-child(4) {
  inset: 36px;
}

/* concave divider */
.abt-us .divider-concave {
  width: 100%;
  line-height: 0;
  background: #fff;
}

.abt-us .divider-concave svg {
  display: block;
  width: 100%;
}

/* ── SECTION 2: TEAM + VALUES ── */
.abt-us .team-vals {
  background: #f5f2eb;
  padding: 56px 0 64px;
  position: relative;
}

.abt-us .team-vals .halftone-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 340px;
  height: 340px;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0 0 0 16px;
}

.abt-us .team-vals .halftone-bg::before {
  content: "";
  position: absolute;
  top: -32px;
  right: -32px;
  width: 340px;
  height: 340px;
  background-image: radial-gradient(circle, rgba(190, 157, 56, 0.18) 1.5px, transparent 1.5px);
  background-size: 16px 16px;
  mask-image: radial-gradient(ellipse at top right, rgba(0, 0, 0, 0.55) 20%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at top right, rgba(0, 0, 0, 0.55) 20%, transparent 72%);
}

.abt-us .team-vals .tv-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 32px;
  align-items: start;
}

.abt-us .team-vals .tv-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.abt-us .team-vals .tv-tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.abt-us .team-vals .tv-tag-dash {
  width: 20px;
  height: 2px;
  background: #43C55A;
  flex-shrink: 0;
}

.abt-us .team-vals .tv-tag-txt {
  font-size: 15px;
  line-height: 1.4;
  color: #43C55A;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
}

.abt-us .team-vals .tv-h2 {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.025em;
  font-weight: 800;
  margin: 0;
}

.abt-us .team-vals .tv-h2 .w1 {
  color: #43C55A;
}

.abt-us .team-vals .tv-h2 .w2 {
  color: #1b1b1b;
}

.abt-us .team-vals .tv-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

.abt-us .team-vals .portrait-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 1px 5px -2px rgba(190, 157, 56, 0.05);
  transition: box-shadow 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.abt-us .team-vals .portrait-card:hover {
  box-shadow: -1px 8px 44px -2px rgba(190, 157, 56, 0.10);
}

.abt-us .team-vals .portrait-wrap {
  width: 100%;
  aspect-ratio: 2/3;
  max-height: 320px;
  overflow: hidden;
}

.abt-us .team-vals .portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.abt-us .team-vals .portrait-card:hover .portrait-wrap img {
  transform: scale(1.05);
}

.abt-us .team-vals .portrait-info {
  padding: 16px;
}

.abt-us .team-vals .portrait-name {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0 0 4px;
}

.abt-us .team-vals .portrait-role {
  font-size: 15px;
  line-height: 1.4;
  color: #BE9D38;
  margin: 0;
}

.abt-us .team-vals .tv-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.abt-us .team-vals .vals-heading {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0;
}

.abt-us .team-vals .val-item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  background: #fff;
  border-radius: 10px;
  box-shadow: -1px 1px 5px -2px rgba(190, 157, 56, 0.05);
  transition: box-shadow 0.5s ease-in-out, background 0.5s ease-in-out;
  cursor: default;
}

.abt-us .team-vals .val-item:hover {
  box-shadow: -1px 7px 28px -2px rgba(190, 157, 56, 0.08);
  background: #fffef8;
}

.abt-us .team-vals .val-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #D7E1D1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.abt-us .team-vals .val-icon svg {
  width: 20px;
  height: 20px;
}

.abt-us .team-vals .val-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.abt-us .team-vals .val-ttl {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0;
}

.abt-us .team-vals .val-txt {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.abt-us .team-vals .img-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 8px;
}

.abt-us .team-vals .img-thumb {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.abt-us .team-vals .img-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: grayscale(20%);
}

.abt-us .team-vals .img-thumb:hover img {
  transform: scale(1.07);
  filter: grayscale(0%);
}

/* highlight flows to next on hover */
.abt-us .team-vals .val-item:hover+.val-item {
  background: #f9f6ee;
  box-shadow: -1px 1px 5px -2px rgba(190, 157, 56, 0.05);
}

/* link with animated arrow */
.abt-us .arrow-lnk {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #BE9D38;
  text-decoration: none;
  transition: color 0.45s ease-in-out;
}

.abt-us .arrow-lnk .arr-icon {
  width: 16px;
  height: 16px;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.45s ease-in-out, transform 0.45s ease-in-out;
}

.abt-us .arrow-lnk:hover .arr-icon {
  opacity: 1;
  transform: translateX(0);
}

.abt-us .arrow-lnk:hover {
  color: #1b1b1b;
}

/* btn primary */
.abt-us .btn-prim {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #BE9D38;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  box-shadow: -1px 1px 5px -2px rgba(190, 157, 56, 0.05);
}

.abt-us .btn-prim .btn-arr {
  width: 18px;
  height: 18px;
  transform: translateX(0);
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.abt-us .btn-prim:hover {
  background: #a8882e;
  box-shadow: -1px 7px 28px -2px rgba(190, 157, 56, 0.08);
}

.abt-us .btn-prim:hover .btn-arr {
  transform: translateX(5px);
}

.abt-us .btn-prim:focus {
  outline: 2px solid #BE9D38;
  outline-offset: 3px;
}

/* responsive */
@media (max-width: 900px) {
  .abt-us .title-strip .ts-layout {
    flex-direction: column;
  }

  .abt-us .title-strip .ts-img-col {
    flex: none;
    width: 100%;
  }

  .abt-us .title-strip .ts-img-col img {
    width: 100%;
    height: 280px;
  }

  .abt-us .title-strip .ts-h1 {
    font-size: 48px;
  }

  .abt-us .title-strip .ts-metrics {
    grid-template-columns: repeat(3, 1fr);
  }

  .abt-us .team-vals .tv-grid {
    grid-template-columns: 1fr;
  }

  .abt-us .team-vals .img-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .abt-us .title-strip {
    padding: 32px 0 32px;
  }

  .abt-us .title-strip .frame-outer {
    padding: 16px;
  }

  .abt-us .title-strip .ts-h1 {
    font-size: 34px;
  }

  .abt-us .title-strip .ts-lead {
    font-size: 16px;
  }

  .abt-us .title-strip .ts-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .abt-us .title-strip .metric-num {
    font-size: 24px;
  }

  .abt-us .team-vals {
    padding: 32px 0 40px;
  }

  .abt-us .team-vals .tv-h2 {
    font-size: 34px;
  }

  .abt-us .team-vals .img-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .abt-us .pg-band {
    padding: 0 16px;
  }
}

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

.success_pg .confirm_wrap {
  max-width: 560px;
  width: 100%;
  text-align: center;
  padding: 32px;
  border-radius: 16px;
  box-shadow: -1px 7px 28px -2px rgba(190, 157, 56, 0.08);
  background: #ffffff;
}

.success_pg .status_mark {
  width: 64px;
  height: 64px;
  border-radius: 40px;
  background: #D7E1D1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px;
}

.success_pg .status_mark svg {
  display: block;
}

.success_pg .confirm_title {
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #1b1b1b;
  margin: 0 0 16px;
}

.success_pg .confirm_title span {
  color: #BE9D38;
}

.success_pg .confirm_note {
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a3a;
  margin: 0 0 8px;
}

.success_pg .confirm_sub {
  font-size: 15px;
  line-height: 1.4;
  color: #5a5a5a;
  margin: 0 0 32px;
}

.success_pg .divider_line {
  width: 100%;
  height: 1px;
  background: #D7E1D1;
  margin: 0 0 32px;
  border: none;
}

.success_pg .detail_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
  padding: 16px;
  border-radius: 10px;
  background: #f5f5f0;
  margin: 0 0 16px;
}

.success_pg .detail_row .detail_icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.success_pg .detail_row .detail_text {
  font-size: 15px;
  line-height: 1.4;
  color: #3a3a3a;
  margin: 0;
}

.success_pg .detail_row .detail_text strong {
  display: block;
  font-size: 15px;
  color: #1b1b1b;
  margin-bottom: 4px;
}

.success_pg .action_group {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}

.success_pg .btn_primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 10px;
  background: #BE9D38;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.45s ease-in-out;
  box-shadow: -1px 1px 5px -2px rgba(190, 157, 56, 0.05);
}

.success_pg .btn_primary:hover {
  background: #a8892e;
  box-shadow: -1px 8px 44px -2px rgba(190, 157, 56, 0.10);
}

.success_pg .btn_primary:hover .btn_arrow {
  transform: translateX(4px);
  transition: transform 0.45s ease-in-out;
}

.success_pg .btn_arrow {
  display: inline-block;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.success_pg .btn_ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 10px;
  background: transparent;
  color: #3a3a3a;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border: 1.5px solid #D7E1D1;
  cursor: pointer;
  transition: border-color 0.5s ease-in-out, color 0.45s ease-in-out;
}

.success_pg .btn_ghost:hover {
  border-color: #BE9D38;
  color: #BE9D38;
}

.success_pg .contact_hint {
  font-size: 15px;
  line-height: 1.6;
  color: #5a5a5a;
  margin: 32px 0 0;
}

.success_pg .contact_hint a {
  color: #BE9D38;
  text-decoration: none;
  transition: color 0.45s ease-in-out;
}

.success_pg .contact_hint a:hover {
  color: #43C55A;
}

@media (max-width: 600px) {
  .success_pg .confirm_wrap {
    padding: 32px 16px;
  }

  .success_pg .confirm_title {
    font-size: 24px;
  }

  .success_pg .action_group {
    flex-direction: column;
    align-items: stretch;
  }

  .success_pg .btn_primary,
  .success_pg .btn_ghost {
    justify-content: center;
  }
}

.not_found_pg {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  background: #fff;
  max-width: 1366px;
  margin: 0 auto;
  text-align: center;
}

.not_found_pg .err_code {
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 800;
  background: linear-gradient(97deg, #BE9D38 60%, #43C55A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
  display: block;
}

.not_found_pg .err_label {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #1b1b1b;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.not_found_pg .err_label span {
  color: #BE9D38;
  text-transform: uppercase;
}

.not_found_pg .err_divider {
  width: 48px;
  height: 3px;
  background: #43C55A;
  border-radius: 5px;
  margin: 0 auto 16px;
}

.not_found_pg .err_desc {
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a3a;
  max-width: 420px;
  margin: 0 auto 32px;
}

.not_found_pg .err_desc strong {
  color: #1b1b1b;
}

.not_found_pg .nav_links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}

.not_found_pg .nav_links .btn_primary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: #BE9D38;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  border: none;
  box-shadow: -1px 7px 28px -2px rgba(190, 157, 56, 0.08);
  transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  letter-spacing: 0.01em;
}

.not_found_pg .nav_links .btn_primary:hover,
.not_found_pg .nav_links .btn_primary:focus {
  background: #a8882e;
  box-shadow: -1px 8px 44px -2px rgba(190, 157, 56, 0.10);
  outline: none;
}

.not_found_pg .nav_links .btn_primary:active {
  background: #8f7226;
}

.not_found_pg .nav_links .btn_primary .btn_arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.not_found_pg .nav_links .btn_primary:hover .btn_arrow,
.not_found_pg .nav_links .btn_primary:focus .btn_arrow {
  transform: translateX(4px);
}

.not_found_pg .nav_links .btn_ghost {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: transparent;
  color: #1b1b1b;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  border: 2px solid #D7E1D1;
  box-shadow: -1px 1px 5px -2px rgba(67, 197, 90, 0.05);
  transition: border-color 0.55s ease-in-out, color 0.55s ease-in-out;
  cursor: pointer;
  letter-spacing: 0.01em;
}

.not_found_pg .nav_links .btn_ghost:hover,
.not_found_pg .nav_links .btn_ghost:focus {
  border-color: #43C55A;
  color: #2a8a3a;
  outline: none;
}

.not_found_pg .nav_links .btn_ghost .btn_arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  transition: transform 0.55s ease-in-out;
}

.not_found_pg .nav_links .btn_ghost:hover .btn_arrow,
.not_found_pg .nav_links .btn_ghost:focus .btn_arrow {
  transform: translateX(4px);
}

.not_found_pg .err_hint {
  font-size: 15px;
  line-height: 1.6;
  color: #5a5a5a;
  max-width: 380px;
  margin: 0 auto;
  border-top: 1px solid #D7E1D1;
  padding-top: 16px;
}

.not_found_pg .err_hint a {
  color: #BE9D38;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: border-color 0.45s ease-in-out;
}

.not_found_pg .err_hint a:hover,
.not_found_pg .err_hint a:focus {
  border-color: #BE9D38;
  outline: none;
}

.not_found_pg .deco_shape {
  position: relative;
  width: 80px;
  height: 4px;
  margin: 0 auto 32px;
  overflow: hidden;
  border-radius: 40px;
}

.not_found_pg .deco_shape::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(97deg, #D7E1D1 30%, #BE9D38 100%);
  border-radius: 40px;
}

@media (max-width: 600px) {
  .not_found_pg {
    padding: 32px 16px;
  }

  .not_found_pg .err_code {
    font-size: 48px;
  }

  .not_found_pg .err_label {
    font-size: 20px;
  }

  .not_found_pg .nav_links {
    flex-direction: column;
    gap: 16px;
  }

  .not_found_pg .nav_links .btn_primary,
  .not_found_pg .nav_links .btn_ghost {
    width: 100%;
    justify-content: center;
    padding: 16px 32px;
  }
}