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

body {
  margin: 0;
  overscroll-behavior: contain;
  overflow-x: hidden;
}

.site-hd {
  background: linear-gradient(135deg, #266159 0%, #1e4d46 60%, #163b35 100%);
  position: relative;
  overflow: hidden;
}

.site-hd::before {
  background: #48A18F;
  border-radius: 50%;
  content: '';
  display: block;
  height: 320px;
  opacity: 0.07;
  pointer-events: none;
  position: absolute;
  right: -80px;
  top: -120px;
  width: 320px;
}

.site-hd::after {
  background: #C3FED2;
  border-radius: 50%;
  bottom: -60px;
  content: '';
  display: block;
  height: 180px;
  left: 30%;
  opacity: 0.05;
  pointer-events: none;
  position: absolute;
  width: 180px;
}

.hd-shell {
  display: grid;
  font-family: 'Roboto Mono', monospace;
  gap: 0;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  margin: 0 auto;
  max-width: 1400px;
  padding: 32px 48px 32px 48px;
}

.brand-hold {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  grid-column: 1;
  grid-row: 1 / 3;
  justify-content: center;
}

.brand-logo-mount {
  align-items: center;
  display: flex;
  gap: 16px;
}

.logo-frame {
  background-color: #ffffff;
  border: 2px dashed #C3FED2;
  box-shadow: 0 2px 6px 1px rgba(38, 97, 89, 0.06), 0 4px 14px 1px rgba(38, 97, 89, 0.11);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 48px;
  padding: 4px;
  width: 48px;
}

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

.brand-name {
  color: #ffffff;
  font-family: 'Roboto Mono', monospace;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.brand-name span {
  color: #C3FED2;
}

.brand-tagline {
  color: rgba(195, 254, 210, 0.75);
  font-family: 'Roboto Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.45;
  padding-left: 64px;
}

.hd-nav-hold {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 16px;
  grid-column: 2;
  grid-row: 1 / 3;
  justify-content: center;
}

.hd-contact-strip {
  align-items: center;
  display: flex;
  gap: 16px;
}

.hd-contact-link {
  align-items: center;
  border: 1px solid rgba(195, 254, 210, 0.25);
  border-radius: 4px;
  color: rgba(195, 254, 210, 0.85);
  display: flex;
  font-family: 'Roboto Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  gap: 8px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding: 8px 16px;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.4,0,0.2,1), border-color 0.2s cubic-bezier(0.4,0,0.2,1), background-color 0.25s cubic-bezier(0.0,0,0.2,1);
}

.hd-contact-link:hover,
.hd-contact-link:focus {
  background-color: rgba(195, 254, 210, 0.1);
  border-color: rgba(195, 254, 210, 0.6);
  color: #C3FED2;
  outline: none;
}

.hd-contact-link:focus-visible {
  box-shadow: 0 0 0 3px rgba(195, 254, 210, 0.45);
}

.hd-contact-link .oi {
  font-size: 14px;
}

.hd-primary-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.hd-nav-item {
  border: 1px solid rgba(195, 254, 210, 0.3);
  border-radius: 4px;
  color: #C3FED2;
  display: inline-block;
  font-family: 'Roboto Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.18s cubic-bezier(0.4,0,0.2,1), border-color 0.18s cubic-bezier(0.4,0,0.2,1), color 0.18s cubic-bezier(0.4,0,0.2,1), padding 0.22s cubic-bezier(0.0,0,0.2,1);
  white-space: nowrap;
}

.hd-nav-item:hover,
.hd-nav-item:focus {
  background-color: rgba(195, 254, 210, 0.12);
  border-color: #C3FED2;
  color: #ffffff;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
}

.hd-nav-item:focus-visible {
  box-shadow: 0 0 0 3px rgba(195, 254, 210, 0.4);
}

.hd-nav-item.active {
  background-color: rgba(195, 254, 210, 0.18);
  border-color: #C3FED2;
  color: #ffffff;
}

.hd-accent-bar {
  background: linear-gradient(90deg, #C3FED2 0%, #48A18F 50%, transparent 100%);
  height: 3px;
  width: 100%;
}

.site-ft {
  background-color: #1a3d38;
  font-family: 'Roboto Mono', monospace;
  position: relative;
  overflow: hidden;
}

.ft-geo-shape-a {
  background: #48A18F;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  height: 100%;
  left: 0;
  opacity: 0.06;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 280px;
}

.ft-geo-shape-b {
  background: #C3FED2;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  height: 100%;
  opacity: 0.04;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}

.ft-geo-tri {
  background: #48A18F;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  bottom: 48px;
  height: 80px;
  opacity: 0.08;
  pointer-events: none;
  position: absolute;
  right: 15%;
  width: 80px;
}

.ft-top-band {
  border-bottom: 1px solid rgba(195, 254, 210, 0.12);
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
  max-width: 1400px;
  padding: 32px 48px 32px 48px;
  position: relative;
  z-index: 1;
}

.ft-logo-frame {
  background-color: #ffffff;
  border: 2px dashed rgba(195, 254, 210, 0.5);
  box-shadow: 0 2px 6px 1px rgba(72, 161, 143, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 44px;
  padding: 4px;
  width: 44px;
}

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

.ft-brand-label {
  color: #C3FED2;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.ft-brand-sub {
  color: rgba(195, 254, 210, 0.5);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.45;
  margin-left: auto;
}

.ft-main-hold {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 1400px;
  padding: 48px 48px 32px 48px;
  position: relative;
  z-index: 1;
}

.ft-nav-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ft-col-label {
  border-bottom: 1px solid rgba(195, 254, 210, 0.15);
  color: rgba(195, 254, 210, 0.55);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding-bottom: 8px;
  text-transform: uppercase;
}

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

.ft-nav-links li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ft-nav-link {
  border-bottom: 1px solid transparent;
  color: rgba(195, 254, 210, 0.8);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.45;
  text-decoration: none;
  transition: color 0.15s cubic-bezier(0.4,0,0.2,1), border-bottom-color 0.15s cubic-bezier(0.4,0,0.2,1);
}

.ft-nav-link:hover,
.ft-nav-link:focus {
  border-bottom-color: #48A18F;
  color: #C3FED2;
  outline: none;
}

.ft-nav-link:focus-visible {
  box-shadow: 0 0 0 2px rgba(195, 254, 210, 0.4);
}

.ft-contact-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

.ft-contact-list li {
  align-items: center;
  display: flex;
  gap: 8px;
}

.ft-contact-item {
  align-items: center;
  color: rgba(195, 254, 210, 0.8);
  display: flex;
  font-size: 14px;
  font-weight: 400;
  gap: 8px;
  letter-spacing: 0.03em;
  line-height: 1.45;
  text-decoration: none;
  transition: color 0.15s cubic-bezier(0.4,0,0.2,1);
}

.ft-contact-item:hover,
.ft-contact-item:focus {
  color: #C3FED2;
  outline: none;
}

.ft-contact-item:focus-visible {
  box-shadow: 0 0 0 2px rgba(195, 254, 210, 0.4);
}

.ft-contact-icon {
  flex-shrink: 0;
}

.ft-trust-strip {
  align-items: center;
  border-top: 1px solid rgba(195, 254, 210, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1400px;
  padding: 32px 48px 32px 48px;
  position: relative;
  z-index: 1;
}

.ft-copy {
  color: rgba(195, 254, 210, 0.45);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

.ft-trust-badges {
  align-items: center;
  display: flex;
  gap: 16px;
}

.ft-trust-item {
  align-items: center;
  border: 1px solid rgba(195, 254, 210, 0.15);
  border-radius: 4px;
  color: rgba(195, 254, 210, 0.5);
  display: flex;
  font-size: 14px;
  font-weight: 400;
  gap: 8px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding: 8px 16px;
}

.ft-trust-dot {
  background-color: #48A18F;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  height: 6px;
  width: 6px;
}

.ck-bar {
  background-color: #ffffff;
  border-radius: 6px;
  bottom: 16px;
  box-shadow: 0 10px 40px 1px rgba(38, 97, 89, 0.13);
  display: none;
  font-family: 'Roboto Mono', monospace;
  left: 16px;
  max-width: 480px;
  opacity: 0;
  padding: 32px;
  position: fixed;
  right: 16px;
  transition: opacity 0.18s cubic-bezier(0.4,0,0.2,1);
  z-index: 4000;
}

.ck-bar.ck-visible {
  opacity: 1;
}

.ck-icon-hold {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.ck-icon-shape {
  background-color: #C3FED2;
  border-radius: 6px;
  flex-shrink: 0;
  height: 36px;
  position: relative;
  width: 36px;
}

.ck-icon-shape::before {
  background-color: #266159;
  border-radius: 2px;
  content: '';
  display: block;
  height: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
}

.ck-text {
  color: #266159;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.65;
  margin: 0 0 16px 0;
}

.ck-text a {
  color: #266159;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ck-text a:hover {
  color: #48A18F;
}

.ck-detail-toggle {
  background: none;
  border: 1px solid rgba(38, 97, 89, 0.25);
  border-radius: 4px;
  color: #266159;
  cursor: pointer;
  font-family: 'Roboto Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-bottom: 16px;
  padding: 8px 16px;
  transition: background-color 0.18s cubic-bezier(0.4,0,0.2,1), border-color 0.18s cubic-bezier(0.4,0,0.2,1);
  width: 100%;
  text-align: left;
}

.ck-detail-toggle:hover,
.ck-detail-toggle:focus {
  background-color: rgba(38, 97, 89, 0.06);
  border-color: #266159;
  outline: none;
}

.ck-detail-toggle:focus-visible {
  box-shadow: 0 0 0 3px rgba(38, 97, 89, 0.2);
}

.ck-panel {
  border: 1px solid rgba(38, 97, 89, 0.12);
  border-radius: 4px;
  display: none;
  margin-bottom: 16px;
  padding: 16px;
}

.ck-panel.ck-panel-open {
  display: block;
}

.ck-toggle-row {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.ck-toggle-label {
  color: #266159;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.45;
}

.ck-toggle-switch {
  appearance: none;
  background-color: rgba(38, 97, 89, 0.15);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  flex-shrink: 0;
  height: 22px;
  position: relative;
  transition: background-color 0.18s cubic-bezier(0.4,0,0.2,1);
  width: 40px;
}

.ck-toggle-switch::after {
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 6px 1px rgba(38, 97, 89, 0.06);
  content: '';
  display: block;
  height: 16px;
  left: 3px;
  position: absolute;
  top: 3px;
  transition: transform 0.18s cubic-bezier(0.4,0,0.2,1);
  width: 16px;
}

.ck-toggle-switch:checked {
  background-color: #48A18F;
}

.ck-toggle-switch:checked::after {
  transform: translateX(18px);
}

.ck-toggle-switch:focus-visible {
  box-shadow: 0 0 0 3px rgba(38, 97, 89, 0.25);
  outline: none;
}

.ck-btn-row {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.ck-btn-accept {
  background-color: #266159;
  border: 2px solid #266159;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Roboto Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding: 8px 32px;
  transition: background-color 0.2s cubic-bezier(0.4,0,0.2,1), padding 0.22s cubic-bezier(0.0,0,0.2,1);
}

.ck-btn-accept:hover,
.ck-btn-accept:focus {
  background-color: #48A18F;
  border-color: #48A18F;
  outline: none;
  padding-left: 40px;
  padding-right: 40px;
}

.ck-btn-accept:focus-visible {
  box-shadow: 0 0 0 3px rgba(38, 97, 89, 0.3);
}

.ck-btn-decline {
  background-color: transparent;
  border: 2px solid rgba(38, 97, 89, 0.3);
  border-radius: 10px;
  color: #266159;
  cursor: pointer;
  font-family: 'Roboto Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding: 8px 32px;
  transition: border-color 0.2s cubic-bezier(0.4,0,0.2,1), color 0.2s cubic-bezier(0.4,0,0.2,1), padding 0.22s cubic-bezier(0.0,0,0.2,1);
}

.ck-btn-decline:hover,
.ck-btn-decline:focus {
  border-color: #266159;
  color: #266159;
  outline: none;
  padding-left: 40px;
  padding-right: 40px;
}

.ck-btn-decline:focus-visible {
  box-shadow: 0 0 0 3px rgba(38, 97, 89, 0.2);
}

@media (max-width: 1024px) {
  .hd-shell {
    padding: 32px;
  }
  .ft-main-hold {
    padding: 48px 32px 32px 32px;
  }
  .ft-top-band {
    padding: 32px;
  }
  .ft-trust-strip {
    padding: 32px;
  }
}

@media (max-width: 640px) {
  .hd-shell {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 16px;
  }
  .hd-nav-hold {
    align-items: flex-start;
  }
  .hd-primary-nav {
    justify-content: flex-start;
  }
  .hd-contact-strip {
    flex-wrap: wrap;
  }
  .ft-main-hold {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 16px;
  }
  .ft-top-band {
    flex-wrap: wrap;
    padding: 32px 16px;
  }
  .ft-brand-sub {
    margin-left: 0;
    width: 100%;
  }
  .ft-trust-strip {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 16px;
  }
  .ft-trust-badges {
    flex-wrap: wrap;
  }
}

@media (max-width: 360px) {
  .hd-shell {
    padding: 16px;
  }
  .brand-name {
    font-size: 22px;
  }
  .ft-main-hold {
    padding: 16px;
  }
  .ft-top-band {
    padding: 16px;
  }
  .ft-trust-strip {
    padding: 16px;
  }
}.legal-fcj-area {
    max-width: 1400px;
    margin: 0 auto;
    padding: 48px 32px;
}

.legal-fcj-area h1 {
    color: #266159;
    font-size: 56px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 32px;
    margin-top: 0;
    padding-bottom: 16px;
    border-bottom: 2px solid #C3FED2;
}

.legal-fcj-area h2 {
    color: #266159;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin-bottom: 16px;
    margin-top: 48px;
}

.legal-fcj-area h3 {
    color: #266159;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.005em;
    line-height: 1.45;
    margin-bottom: 16px;
    margin-top: 32px;
}

.legal-fcj-area h4 {
    color: #48A18F;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.45;
    margin-bottom: 8px;
    margin-top: 32px;
}

.legal-fcj-area h5 {
    color: #48A18F;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.45;
    margin-bottom: 8px;
    margin-top: 16px;
    text-transform: uppercase;
}

.legal-fcj-area h6 {
    color: #48A18F;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.45;
    margin-bottom: 8px;
    margin-top: 16px;
}

.legal-fcj-area p {
    color: #1e3a36;
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 16px;
    margin-top: 0;
}

.legal-fcj-area ul {
    color: #1e3a36;
    font-size: 18px;
    line-height: 1.65;
    list-style: none;
    margin-bottom: 16px;
    margin-top: 0;
    padding-left: 0;
}

.legal-fcj-area ol {
    color: #1e3a36;
    counter-reset: policy-counter;
    font-size: 18px;
    line-height: 1.65;
    list-style: none;
    margin-bottom: 16px;
    margin-top: 0;
    padding-left: 0;
}

.legal-fcj-area ul li {
    padding-left: 32px;
    margin-bottom: 8px;
    position: relative;
}

.legal-fcj-area ul li::before {
    background-color: #48A18F;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    left: 8px;
    position: absolute;
    top: 10px;
    width: 6px;
}

.legal-fcj-area ol li {
    counter-increment: policy-counter;
    padding-left: 32px;
    margin-bottom: 8px;
    position: relative;
}

.legal-fcj-area ol li::before {
    color: #48A18F;
    content: counter(policy-counter) ".";
    font-size: 14px;
    font-weight: 700;
    left: 0;
    letter-spacing: 0.02em;
    position: absolute;
    top: 2px;
}

.legal-fcj-area ul ul,
.legal-fcj-area ol ol,
.legal-fcj-area ul ol,
.legal-fcj-area ol ul {
    margin-bottom: 8px;
    margin-top: 8px;
    padding-left: 16px;
}

.legal-fcj-area strong,
.legal-fcj-area b {
    color: #266159;
    font-weight: 700;
}

.legal-fcj-area a {
    color: #48A18F;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: rgba(72, 161, 143, 0.35);
    text-underline-offset: 3px;
    transition: color 0.2s cubic-bezier(0.4,0,0.2,1), text-decoration-color 0.15s cubic-bezier(0.4,0,0.2,1);
}

.legal-fcj-area a:hover {
    color: #266159;
    text-decoration-color: rgba(38, 97, 89, 0.6);
}

.legal-fcj-area a:focus-visible {
    border-radius: 4px;
    outline: 2px solid #48A18F;
    outline-offset: 2px;
}

.legal-fcj-area table {
    border-collapse: collapse;
    border-radius: 6px;
    box-shadow: 0 2px 6px 1px rgba(38, 97, 89, 0.06);
    margin-bottom: 32px;
    margin-top: 16px;
    overflow: hidden;
    width: 100%;
}

.legal-fcj-area thead {
    background-color: #266159;
}

.legal-fcj-area thead th {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 16px;
    text-align: left;
    text-transform: uppercase;
}

.legal-fcj-area tbody tr {
    border-bottom: 1px solid #C3FED2;
    transition: background-color 0.18s cubic-bezier(0.4,0,0.2,1);
}

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

.legal-fcj-area tbody tr:nth-child(even) {
    background-color: rgba(195, 254, 210, 0.18);
}

.legal-fcj-area tbody tr:hover {
    background-color: rgba(195, 254, 210, 0.38);
}

.legal-fcj-area td {
    color: #1e3a36;
    font-size: 18px;
    line-height: 1.45;
    padding: 16px;
    vertical-align: top;
}

.legal-fcj-area th {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 16px;
    text-align: left;
    vertical-align: top;
}

.legal-fcj-area hr {
    background-color: #C3FED2;
    border: none;
    height: 2px;
    margin-bottom: 48px;
    margin-top: 48px;
    border-radius: 0px;
}

.legal-fcj-area div {
    font-size: 18px;
    line-height: 1.65;
}

.legal-fcj-area div.policy-note {
    background-color: rgba(195, 254, 210, 0.3);
    border-radius: 6px;
    box-shadow: 0 2px 6px 1px rgba(38, 97, 89, 0.06);
    color: #1e3a36;
    margin-bottom: 32px;
    margin-top: 16px;
    padding: 16px 32px;
}

.legal-fcj-area div.policy-warning {
    background-color: rgba(38, 97, 89, 0.06);
    border-radius: 6px;
    box-shadow: 0 2px 6px 1px rgba(38, 97, 89, 0.06);
    color: #266159;
    font-weight: 500;
    margin-bottom: 32px;
    margin-top: 16px;
    padding: 16px 32px;
}

@media (max-width: 1024px) {
    .legal-fcj-area {
        padding: 48px 32px;
    }

    .legal-fcj-area h1 {
        font-size: 30px;
    }

    .legal-fcj-area h2 {
        font-size: 22px;
    }

    .legal-fcj-area h3 {
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .legal-fcj-area {
        padding: 32px 16px;
    }

    .legal-fcj-area h1 {
        font-size: 22px;
    }

    .legal-fcj-area h2 {
        font-size: 18px;
        margin-top: 32px;
    }

    .legal-fcj-area h3 {
        font-size: 18px;
        margin-top: 16px;
    }

    .legal-fcj-area h4,
    .legal-fcj-area h5,
    .legal-fcj-area h6 {
        font-size: 14px;
    }

    .legal-fcj-area p,
    .legal-fcj-area ul,
    .legal-fcj-area ol,
    .legal-fcj-area td,
    .legal-fcj-area div {
        font-size: 14px;
    }

    .legal-fcj-area table {
        display: block;
        overflow-x: auto;
    }

    .legal-fcj-area hr {
        margin-bottom: 32px;
        margin-top: 32px;
    }
}

@media (max-width: 360px) {
    .legal-fcj-area {
        padding: 16px 8px;
    }

    .legal-fcj-area h1 {
        font-size: 18px;
    }
}
.bld {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.bld .art-bento {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0;
  position: relative;
  background: #fff;
}

.bld .art-bento .img-cell {
  grid-column: 1;
  grid-row: 1 / 3;
  position: relative;
  overflow: hidden;
  min-height: 340px;
}

.bld .art-bento .img-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.25s cubic-bezier(0.4,0,0.2,1);
}

.bld .art-bento .img-cell img:hover {
  filter: saturate(0);
}

.bld .art-bento .img-cell::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to bottom, rgba(38,97,89,0.72) 0%, transparent 100%);
  pointer-events: none;
}

.bld .art-bento .txt-cell {
  grid-column: 2;
  grid-row: 1;
  padding: 32px 48px 16px 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  background: #fff;
}

.bld .art-bento .meta-cell {
  grid-column: 2;
  grid-row: 2;
  padding: 16px 48px 32px 48px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bld .art-bento .bento-bg-num {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 160px;
  line-height: 1.2;
  color: #C3FED2;
  opacity: 0.35;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  letter-spacing: -8px;
}

.bld .art-bento .txt-cell .art-heading-strip {
  display: inline-block;
  background: #C3FED2;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.bld .art-bento .txt-cell h1 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #1b3d38;
  margin: 0;
  position: relative;
  z-index: 1;
}

.bld .art-bento .meta-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.bld .art-bento .meta-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #266159;
  line-height: 1.45;
}

.bld .art-bento .meta-item svg {
  flex-shrink: 0;
}

.bld .art-bento .copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #266159;
  background: transparent;
  color: #266159;
  font-size: 14px;
  line-height: 1.45;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s cubic-bezier(0.4,0,0.2,1), color 0.18s cubic-bezier(0.4,0,0.2,1), width 0.22s cubic-bezier(0.0,0,0.2,1);
  width: auto;
  align-self: flex-start;
}

.bld .art-bento .copy-btn:hover {
  background: #266159;
  color: #fff;
  padding-left: 24px;
  padding-right: 24px;
}

.bld .art-bento .copy-btn:focus {
  outline: 2px solid #48A18F;
  outline-offset: 2px;
}

.bld .art-body-sec {
  position: relative;
  background: #f4fdf8;
  padding: 48px 0;
}

.bld .art-body-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(211deg, #266159, transparent);
}

.bld .art-body-sec .hex-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.bld .art-body-sec .hex-bg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.045;
}

.bld .art-body-sec .body-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 1;
}

.bld .art-body-sec .body-inner .art-p {
  font-size: 18px;
  line-height: 1.65;
  color: #1b3d38;
  margin-bottom: 16px;
}

.bld .art-body-sec .body-inner .art-h2 {
  font-size: 22px;
  line-height: 1.45;
  color: #266159;
  margin: 32px 0 16px;
  display: inline-block;
  background: #C3FED2;
  padding: 4px 8px;
  border-radius: 4px;
}

.bld .art-body-sec .body-inner .art-h4 {
  font-size: 18px;
  line-height: 1.45;
  color: #266159;
  margin: 32px 0 16px;
  background: rgba(72,161,143,0.12);
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}

.bld .art-body-sec .body-inner .art-cite {
  display: block;
  border-top: 2px solid #48A18F;
  border-bottom: 2px solid #48A18F;
  padding: 16px 32px;
  margin: 32px 0;
  font-size: 18px;
  line-height: 1.65;
  color: #266159;
  font-style: italic;
  background: rgba(195,254,210,0.25);
  border-radius: 0px;
}

.bld .art-body-sec .divider-edge {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 32px 0 0;
}

.bld .art-body-sec .divider-edge span {
  display: block;
  width: 80px;
  height: 2px;
  background: #48A18F;
  border-radius: 0px;
}

.bld .art-body-sec .divider-edge .divider-gap {
  flex: 1;
}

.bld .art-body-sec .like-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  padding: 16px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 6px 1px rgba(38,97,89,0.06);
}

.bld .art-body-sec .like-bar .like-count {
  font-size: 14px;
  color: #266159;
  line-height: 1.45;
}

.bld .art-body-sec .like-bar .like-icon-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bld .art-body-sec .like-bar .views-count {
  font-size: 14px;
  color: #48A18F;
  line-height: 1.45;
  margin-left: auto;
}

.bld .flicker-dot {
  position: absolute;
  border-radius: 10px;
  pointer-events: none;
  animation: flicker-anim 3.5s ease-in infinite;
}

.bld .flicker-dot.fd-a {
  width: 48px;
  height: 48px;
  background: rgba(195,254,210,0.5);
  top: 48px;
  right: 96px;
  animation-delay: 0s;
}

.bld .flicker-dot.fd-b {
  width: 24px;
  height: 24px;
  background: rgba(72,161,143,0.25);
  bottom: 96px;
  left: 32px;
  animation-delay: 1.2s;
}

.bld .flicker-dot.fd-c {
  width: 16px;
  height: 16px;
  background: rgba(38,97,89,0.18);
  top: 96px;
  left: 48px;
  animation-delay: 2.1s;
}

@keyframes flicker-anim {
  0% { opacity: 0.15; }
  30% { opacity: 0.7; }
  60% { opacity: 0.2; }
  80% { opacity: 0.55; }
  100% { opacity: 0.15; }
}

.bld .geo-rotate {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  animation: slow-spin 28s linear infinite;
}

.bld .art-body-sec .geo-rotate {
  bottom: 32px;
  right: 32px;
  opacity: 0.07;
}

@keyframes slow-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (max-width: 1024px) {
  .bld .art-bento {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .bld .art-bento .img-cell {
    grid-column: 1;
    grid-row: 1;
    min-height: 260px;
  }
  .bld .art-bento .txt-cell {
    grid-column: 1;
    grid-row: 2;
    padding: 32px 32px 16px 32px;
  }
  .bld .art-bento .meta-cell {
    grid-column: 1;
    grid-row: 3;
    padding: 16px 32px 32px 32px;
  }
}

@media (max-width: 640px) {
  .bld .art-bento .txt-cell {
    padding: 32px 16px 16px 16px;
  }
  .bld .art-bento .meta-cell {
    padding: 16px 16px 32px 16px;
  }
  .bld .art-bento .txt-cell h1 {
    font-size: 22px;
  }
  .bld .art-bento .bento-bg-num {
    font-size: 96px;
  }
  .bld .art-body-sec .body-inner {
    padding: 0 16px;
  }
  .bld .art-body-sec {
    padding: 32px 0;
  }
}

@media (max-width: 360px) {
  .bld .art-bento .txt-cell h1 {
    font-size: 18px;
  }
  .bld .art-body-sec .body-inner .art-p {
    font-size: 14px;
  }
}

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

.abt-auth .au-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}

.abt-auth .au-profile {
  padding: 96px 0 48px;
  position: relative;
  background: #fff;
}

.abt-auth .au-profile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(211deg, #266159 0%, transparent 60%);
  opacity: 0.06;
  pointer-events: none;
}

.abt-auth .au-profile-scanlines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0;
}

.abt-auth .au-profile-scanlines::after {
  content: "";
  position: absolute;
  inset: -100% 0 0 0;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0px,
    transparent 6px,
    rgba(38, 97, 89, 0.03) 6px,
    rgba(38, 97, 89, 0.03) 7px
  );
  animation: au-scan-drift 18s linear infinite;
  pointer-events: none;
}

@keyframes au-scan-drift {
  0% { transform: translateY(0); }
  100% { transform: translateY(50%); }
}

.abt-auth .au-profile-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 48px;
  align-items: start;
  position: relative;
}

.abt-auth .au-portrait-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.abt-auth .au-portrait-frame {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 14px 1px rgba(38, 97, 89, 0.11);
}

.abt-auth .au-portrait-frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #266159, #48A18F, transparent);
  z-index: 1;
}

.abt-auth .au-portrait-img {
  display: block;
  width: 100%;
  aspect-ratio: 7/9;
  object-fit: cover;
  object-position: center;
  transition: filter 0.25s cubic-bezier(0.4,0,0.2,1);
}

.abt-auth .au-portrait-img:hover {
  filter: saturate(0.2);
}

.abt-auth .au-portrait-geo {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  border: 2px solid rgba(195, 254, 210, 0.6);
  border-radius: 4px;
  opacity: 0.5;
  pointer-events: none;
}

.abt-auth .au-portrait-geo-inner {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1px solid rgba(72, 161, 143, 0.5);
  border-radius: 4px;
}

.abt-auth .au-stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.abt-auth .au-stat-item {
  background: #f4fdf7;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 2px 6px 1px rgba(38, 97, 89, 0.06);
  border-top: 2px solid #C3FED2;
  box-shadow: inset 0 1px 0 rgba(195, 254, 210, 0.8), inset 0 -1px 0 rgba(38, 97, 89, 0.06), 0 2px 6px 1px rgba(38, 97, 89, 0.06);
}

.abt-auth .au-stat-num {
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #266159;
  letter-spacing: -0.5px;
}

.abt-auth .au-stat-label {
  display: block;
  font-size: 14px;
  line-height: 1.45;
  color: #3a5c56;
  margin-top: 4px;
}

.abt-auth .au-text-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 16px;
}

.abt-auth .au-name-strip {
  display: inline-block;
  background: #C3FED2;
  padding: 8px 16px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.abt-auth .au-name-heading {
  font-size: 56px;
  line-height: 1.2;
  font-weight: 800;
  color: #1b3d38;
  letter-spacing: -1.5px;
  margin: 0;
}

.abt-auth .au-role-line {
  font-size: 18px;
  line-height: 1.45;
  color: #48A18F;
  font-weight: 600;
  margin: 0;
}

.abt-auth .au-bio-text {
  font-size: 18px;
  line-height: 1.65;
  color: #2c4a45;
  margin: 0;
}

.abt-auth .au-accent-sentence {
  background: linear-gradient(211deg, rgba(195,254,210,0.5) 0%, transparent 100%);
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.65;
  color: #1b3d38;
  font-weight: 500;
}

.abt-auth .au-contact-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}

.abt-auth .au-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #266159;
  background: transparent;
  color: #266159;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s cubic-bezier(0.4,0,0.2,1), color 0.2s cubic-bezier(0.4,0,0.2,1), padding 0.18s cubic-bezier(0.0,0,0.2,1);
  letter-spacing: 0.3px;
}

.abt-auth .au-contact-btn:hover {
  background: #266159;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}

.abt-auth .au-contact-btn:focus {
  outline: 2px solid #48A18F;
  outline-offset: 3px;
}

.abt-auth .au-contact-btn.secondary {
  border-color: #48A18F;
  color: #48A18F;
}

.abt-auth .au-contact-btn.secondary:hover {
  background: #48A18F;
  color: #fff;
}

.abt-auth .au-divider {
  border: none;
  border-top: 1px solid rgba(38, 97, 89, 0.12);
  margin: 0;
}

.abt-auth .au-approach {
  padding: 48px 0 96px;
  background: linear-gradient(211deg, rgba(38,97,89,0.04) 0%, transparent 70%), #fff;
  position: relative;
}

.abt-auth .au-approach-frame {
  position: relative;
  padding: 48px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 40px 1px rgba(38, 97, 89, 0.13);
}

.abt-auth .au-approach-frame::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border: 1px solid rgba(195, 254, 210, 0.6);
  border-radius: 6px;
  pointer-events: none;
}

.abt-auth .au-approach-frame::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid rgba(72, 161, 143, 0.12);
  border-radius: 10px;
  pointer-events: none;
}

.abt-auth .au-approach-heading-wrap {
  text-align: center;
  margin-bottom: 48px;
}

.abt-auth .au-approach-heading-bg {
  display: inline-block;
  background: #266159;
  color: #fff;
  padding: 8px 32px;
  border-radius: 4px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.abt-auth .au-approach-sub {
  font-size: 18px;
  line-height: 1.65;
  color: #3a5c56;
  text-align: center;
  margin: 16px 0 0;
}

.abt-auth .au-pillars {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.abt-auth .au-pillar {
  border-radius: 6px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow 0.22s cubic-bezier(0.4,0,0.2,1), transform 0.22s cubic-bezier(0.4,0,0.2,1);
}

.abt-auth .au-pillars:hover .au-pillar {
  opacity: 0.7;
}

.abt-auth .au-pillars:hover .au-pillar:hover {
  opacity: 1;
  box-shadow: 0 4px 14px 1px rgba(38, 97, 89, 0.11);
  transform: translateY(-2px);
}

.abt-auth .au-pillar.accent-left {
  background: linear-gradient(211deg, #266159 0%, #48A18F 100%);
  color: #fff;
  border-radius: 10px;
  padding: 32px;
}

.abt-auth .au-pillar.plain {
  background: #f4fdf7;
  box-shadow: 0 2px 6px 1px rgba(38, 97, 89, 0.06);
}

.abt-auth .au-pillar-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.abt-auth .au-pillar-heading {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
  margin: 0;
}

.abt-auth .au-pillar.accent-left .au-pillar-heading {
  color: #C3FED2;
  font-size: 22px;
}

.abt-auth .au-pillar.plain .au-pillar-heading {
  color: #1b3d38;
}

.abt-auth .au-pillar-desc {
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.abt-auth .au-pillar.accent-left .au-pillar-desc {
  color: rgba(195, 254, 210, 0.85);
}

.abt-auth .au-pillar.plain .au-pillar-desc {
  color: #3a5c56;
}

.abt-auth .au-journey {
  padding: 96px 0 48px;
  position: relative;
  background: #f4fdf7;
}

.abt-auth .au-journey::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(38, 97, 89, 0.12);
}

.abt-auth .au-journey-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

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

.abt-auth .au-journey-heading-bg {
  display: inline-block;
  background: #C3FED2;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #1b3d38;
  letter-spacing: -0.3px;
}

.abt-auth .au-journey-body {
  font-size: 18px;
  line-height: 1.65;
  color: #2c4a45;
  margin: 0;
}

.abt-auth .au-skills-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.abt-auth .au-skills-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: #2c4a45;
  padding: 8px 16px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 6px 1px rgba(38, 97, 89, 0.06);
}

.abt-auth .au-skill-dot {
  width: 8px;
  height: 8px;
  border-radius: 0px;
  background: #48A18F;
  flex-shrink: 0;
  transform: rotate(45deg);
}

.abt-auth .au-journey-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.abt-auth .au-img-stack {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.abt-auth .au-img-card {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 14px 1px rgba(38, 97, 89, 0.11);
}

.abt-auth .au-img-card img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  transition: filter 0.28s cubic-bezier(0.4,0,0.2,1);
}

.abt-auth .au-img-card img:hover {
  filter: saturate(0.15);
}

.abt-auth .au-img-card.tall {
  grid-row: span 2;
}

.abt-auth .au-img-card.tall img {
  height: 100%;
  min-height: 416px;
}

.abt-auth .au-quote-block {
  background: #266159;
  color: #C3FED2;
  border-radius: 6px;
  padding: 32px;
  font-size: 18px;
  line-height: 1.65;
  font-style: italic;
  position: relative;
}

.abt-auth .au-quote-mark {
  display: block;
  font-size: 56px;
  line-height: 1;
  color: rgba(195, 254, 210, 0.3);
  font-style: normal;
  font-weight: 900;
  margin-bottom: 8px;
  letter-spacing: -2px;
}

@media (max-width: 1024px) {
  .abt-auth .au-profile-grid {
    grid-template-columns: 280px 1fr;
    gap: 32px;
  }

  .abt-auth .au-pillars {
    grid-template-columns: 1fr 1fr;
  }

  .abt-auth .au-pillar.accent-left {
    grid-column: span 2;
  }

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

  .abt-auth .au-approach-frame {
    padding: 32px;
  }

  .abt-auth .au-name-heading {
    font-size: 30px;
    letter-spacing: -0.5px;
  }
}

@media (max-width: 640px) {
  .abt-auth .au-wrap {
    padding: 0 16px;
  }

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

  .abt-auth .au-portrait-frame {
    max-width: 260px;
  }

  .abt-auth .au-stat-row {
    grid-template-columns: 1fr 1fr;
  }

  .abt-auth .au-profile {
    padding: 48px 0 32px;
  }

  .abt-auth .au-pillars {
    grid-template-columns: 1fr;
  }

  .abt-auth .au-pillar.accent-left {
    grid-column: span 1;
  }

  .abt-auth .au-approach-frame {
    padding: 16px;
  }

  .abt-auth .au-approach-frame::before,
  .abt-auth .au-approach-frame::after {
    display: none;
  }

  .abt-auth .au-img-stack {
    grid-template-columns: 1fr;
  }

  .abt-auth .au-img-card.tall {
    grid-row: span 1;
  }

  .abt-auth .au-img-card.tall img {
    min-height: 220px;
  }

  .abt-auth .au-skills-list {
    grid-template-columns: 1fr;
  }

  .abt-auth .au-contact-row {
    flex-direction: column;
  }

  .abt-auth .au-journey {
    padding: 48px 0 32px;
  }

  .abt-auth .au-approach-heading-bg {
    font-size: 22px;
  }
}

@media (max-width: 360px) {
  .abt-auth .au-wrap {
    padding: 0 8px;
  }

  .abt-auth .au-name-heading {
    font-size: 22px;
  }

  .abt-auth .au-stat-row {
    grid-template-columns: 1fr;
  }
}

.blg-pg {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.blg-pg .pg-lead {
  position: relative;
  padding: 96px 48px 48px;
  background: linear-gradient(211deg, #266159 0%, #48A18F 40%, #C3FED2 80%, #fff 100%);
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 48px;
}

.blg-pg .pg-lead::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 48px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid rgba(38,97,89,0.12);
  pointer-events: none;
}

.blg-pg .pg-lead::after {
  content: '';
  position: absolute;
  top: 0;
  right: 32px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 1px solid rgba(38,97,89,0.07);
  pointer-events: none;
}

.blg-pg .pg-lead-text {
  flex: 1;
  min-width: 0;
}

.blg-pg .pg-lead-eyebrow {
  display: inline-block;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0.08em;
  color: #266159;
  background: rgba(195,254,210,0.55);
  padding: 8px 16px;
  border-radius: 4px;
  margin-bottom: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.blg-pg .pg-lead-h1 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 16px;
  font-weight: 800;
}

.blg-pg .pg-lead-desc {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255,255,255,0.88);
  margin: 0;
  max-width: 520px;
}

.blg-pg .pg-lead-img-col {
  flex: 0 0 340px;
  width: 340px;
  position: relative;
}

.blg-pg .pg-lead-img-wrap {
  width: 340px;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 40px 1px rgba(38,97,89,0.13);
}

.blg-pg .pg-lead-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.25s cubic-bezier(0.4,0,0.2,1);
}

.blg-pg .pg-lead-img-wrap:hover img {
  filter: saturate(0);
}

.blg-pg .pg-lead-img-vignette {
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: radial-gradient(ellipse at 50% 50%, transparent 55%, rgba(38,97,89,0.32) 100%);
  pointer-events: none;
}

.blg-pg .divider-band-a {
  height: 48px;
  background: linear-gradient(180deg, #C3FED2 0%, #fff 100%);
  display: block;
}

.blg-pg .posts-area {
  padding: 48px 48px 96px;
  background: linear-gradient(180deg, #fff 0%, rgba(195,254,210,0.18) 100%);
}

.blg-pg .posts-area-heading {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #266159;
  margin: 0 0 32px;
  display: inline-block;
  background: rgba(195,254,210,0.5);
  padding: 8px 16px;
  border-radius: 6px;
}

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

.blg-pg .post-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 14px 1px rgba(38,97,89,0.11);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 0.22s cubic-bezier(0.4,0,0.2,1), transform 0.18s cubic-bezier(0.0,0,0.2,1);
}

.blg-pg .post-card:hover {
  box-shadow: 0 10px 40px 1px rgba(38,97,89,0.13);
  transform: translateY(-2px);
}

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

.blg-pg .post-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.28s cubic-bezier(0.4,0,0.2,1);
}

.blg-pg .post-card:hover .post-card-img-wrap img {
  filter: saturate(0);
}

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

.blg-pg .post-card-title {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1b3d39;
  margin: 0 0 8px;
  font-weight: 700;
}

.blg-pg .post-card-desc {
  font-size: 14px;
  line-height: 1.65;
  color: #3a5550;
  margin: 0 0 16px;
  flex: 1;
}

.blg-pg .post-card-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 8px 0;
  border-top: 1px solid rgba(38,97,89,0.1);
  flex-wrap: wrap;
}

.blg-pg .post-card-meta-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: #48A18F;
}

.blg-pg .post-card-meta-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.blg-pg .post-card-footer {
  padding: 8px 16px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.blg-pg .post-card-date {
  font-size: 14px;
  line-height: 1.45;
  color: #7aada6;
  letter-spacing: 0.02em;
}

.blg-pg .post-card-link {
  display: inline-block;
  font-size: 14px;
  line-height: 1.45;
  color: #266159;
  border: 1.5px solid #266159;
  border-radius: 4px;
  padding: 8px 16px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: background 0.18s cubic-bezier(0.4,0,0.2,1), color 0.18s cubic-bezier(0.4,0,0.2,1), width 0.2s cubic-bezier(0.0,0,0.2,1);
  white-space: nowrap;
}

.blg-pg .post-card-link:hover {
  background: #266159;
  color: #fff;
  padding-left: 24px;
  padding-right: 24px;
}

.blg-pg .post-card-link:focus-visible {
  outline: 3px solid #48A18F !important;
  outline-offset: 2px !important;
}

.blg-pg .divider-band-b {
  height: 32px;
  background: linear-gradient(180deg, rgba(195,254,210,0.18) 0%, rgba(38,97,89,0.07) 100%);
  display: block;
}

.blg-pg .stats-strip {
  padding: 48px;
  background: linear-gradient(180deg, rgba(38,97,89,0.07) 0%, rgba(72,161,143,0.1) 100%);
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 32px;
}

.blg-pg .stats-strip-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 16px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px 1px rgba(72,161,143,0.06);
  position: relative;
}

.blg-pg .stats-strip-num {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #266159;
  font-weight: 800;
  margin-bottom: 8px;
}

.blg-pg .stats-strip-label {
  font-size: 14px;
  line-height: 1.45;
  color: #48A18F;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.blg-pg .stats-strip-bar {
  width: 32px;
  height: 4px;
  background: linear-gradient(211deg, #266159, #48A18F);
  border-radius: 4px;
  margin-top: 16px;
}

.blg-pg .divider-band-c {
  height: 48px;
  background: linear-gradient(180deg, rgba(72,161,143,0.1) 0%, #fff 100%);
  display: block;
}

.blg-pg .topics-area {
  padding: 48px 48px 96px;
  background: linear-gradient(180deg, #fff 0%, rgba(195,254,210,0.22) 100%);
}

.blg-pg .topics-heading {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #266159;
  margin: 0 0 8px;
  display: inline-block;
  background: rgba(195,254,210,0.5);
  padding: 8px 16px;
  border-radius: 6px;
}

.blg-pg .topics-sub {
  font-size: 18px;
  line-height: 1.65;
  color: #3a5550;
  margin: 0 0 32px;
}

.blg-pg .topics-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blg-pg .topics-list-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 6px 1px rgba(38,97,89,0.06);
  transition: box-shadow 0.2s cubic-bezier(0.4,0,0.2,1);
}

.blg-pg .topics-list-item:hover {
  box-shadow: 0 4px 14px 1px rgba(38,97,89,0.11);
}

.blg-pg .topics-list-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(211deg, #266159, #48A18F);
  flex-shrink: 0;
  margin-top: 5px;
}

.blg-pg .topics-list-text {
  font-size: 14px;
  line-height: 1.65;
  color: #2c4a46;
  margin: 0;
}

.blg-pg .divider-band-d {
  height: 32px;
  background: linear-gradient(180deg, rgba(195,254,210,0.22) 0%, rgba(38,97,89,0.06) 100%);
  display: block;
}

.blg-pg .contact-area {
  padding: 96px 48px 96px;
  background: linear-gradient(180deg, rgba(38,97,89,0.06) 0%, rgba(38,97,89,0.12) 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
}

.blg-pg .contact-text-col {
  flex: 1;
  min-width: 0;
}

.blg-pg .contact-heading {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #266159;
  margin: 0 0 16px;
  display: inline-block;
  background: rgba(195,254,210,0.5);
  padding: 8px 16px;
  border-radius: 6px;
}

.blg-pg .contact-body {
  font-size: 18px;
  line-height: 1.65;
  color: #2c4a46;
  margin: 0 0 32px;
}

.blg-pg .contact-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.blg-pg .contact-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: #266159;
  text-decoration: none;
  border: 1.5px solid #266159;
  border-radius: 4px;
  padding: 8px 16px;
  width: fit-content;
  font-weight: 600;
  transition: background 0.2s cubic-bezier(0.4,0,0.2,1), color 0.15s cubic-bezier(0.0,0,0.2,1), padding 0.2s cubic-bezier(0.4,0,0.2,1);
}

.blg-pg .contact-link:hover {
  background: #266159;
  color: #fff;
  padding-left: 24px;
  padding-right: 24px;
}

.blg-pg .contact-link:focus-visible {
  outline: 3px solid #48A18F !important;
  outline-offset: 2px !important;
}

.blg-pg .contact-link svg {
  flex-shrink: 0;
}

.blg-pg .contact-deco-col {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.blg-pg .contact-deco-circle-outer {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid rgba(38,97,89,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.blg-pg .contact-deco-circle-inner {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid rgba(38,97,89,0.22);
  background: rgba(195,254,210,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.blg-pg .contact-deco-icon-center {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes blg-pg-fade-up {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.blg-pg .pg-lead-eyebrow { animation: blg-pg-fade-up 0.22s cubic-bezier(0.0,0,0.2,1) both; }
.blg-pg .pg-lead-h1 { animation: blg-pg-fade-up 0.28s cubic-bezier(0.0,0,0.2,1) 0.07s both; }
.blg-pg .pg-lead-desc { animation: blg-pg-fade-up 0.3s cubic-bezier(0.0,0,0.2,1) 0.14s both; }
.blg-pg .pg-lead-img-col { animation: blg-pg-fade-up 0.3s cubic-bezier(0.0,0,0.2,1) 0.2s both; }

.blg-pg .post-card:nth-child(1) { animation: blg-pg-fade-up 0.22s cubic-bezier(0.0,0,0.2,1) 0.05s both; }
.blg-pg .post-card:nth-child(2) { animation: blg-pg-fade-up 0.22s cubic-bezier(0.0,0,0.2,1) 0.12s both; }
.blg-pg .post-card:nth-child(3) { animation: blg-pg-fade-up 0.22s cubic-bezier(0.0,0,0.2,1) 0.18s both; }
.blg-pg .post-card:nth-child(4) { animation: blg-pg-fade-up 0.22s cubic-bezier(0.0,0,0.2,1) 0.24s both; }

.blg-pg .stats-strip-item:nth-child(1) { animation: blg-pg-fade-up 0.25s cubic-bezier(0.0,0,0.2,1) 0.05s both; }
.blg-pg .stats-strip-item:nth-child(2) { animation: blg-pg-fade-up 0.25s cubic-bezier(0.0,0,0.2,1) 0.12s both; }
.blg-pg .stats-strip-item:nth-child(3) { animation: blg-pg-fade-up 0.25s cubic-bezier(0.0,0,0.2,1) 0.19s both; }

@media (max-width: 1024px) {
  .blg-pg .pg-lead {
    flex-direction: column;
    padding: 48px 32px 32px;
    gap: 32px;
  }
  .blg-pg .pg-lead-img-col {
    flex: unset;
    width: 100%;
  }
  .blg-pg .pg-lead-img-wrap {
    width: 100%;
    height: 220px;
  }
  .blg-pg .posts-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .blg-pg .posts-area { padding: 32px 32px 48px; }
  .blg-pg .stats-strip { padding: 32px; gap: 16px; flex-wrap: wrap; }
  .blg-pg .stats-strip-item { flex: 1 1 120px; }
  .blg-pg .topics-area { padding: 32px 32px 48px; }
  .blg-pg .contact-area { padding: 48px 32px; flex-direction: column; }
  .blg-pg .contact-deco-col { flex: unset; width: 100%; }
}

@media (max-width: 640px) {
  .blg-pg .pg-lead-h1 { font-size: 30px; }
  .blg-pg .posts-area { padding: 32px 16px 48px; }
  .blg-pg .posts-grid { grid-template-columns: 1fr; gap: 16px; }
  .blg-pg .stats-strip { padding: 16px; flex-direction: column; gap: 16px; }
  .blg-pg .topics-area { padding: 32px 16px 48px; }
  .blg-pg .topics-list { grid-template-columns: 1fr; }
  .blg-pg .contact-area { padding: 32px 16px; }
  .blg-pg .pg-lead { padding: 32px 16px 16px; }
}

@media (max-width: 360px) {
  .blg-pg .pg-lead-h1 { font-size: 22px; }
  .blg-pg .posts-area { padding: 16px 8px 32px; }
  .blg-pg .topics-area { padding: 16px 8px 32px; }
  .blg-pg .contact-area { padding: 16px 8px; }
}

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

.srvs-pg .srvs-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}

.srvs-pg .srvs-band-top {
  padding: 96px 0 48px;
  background: #fff;
  position: relative;
}

.srvs-pg .srvs-band-top::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(211deg, #266159, transparent);
}

.srvs-pg .srvs-title-grid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 48px;
}

.srvs-pg .srvs-title-text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  position: relative;
  padding-left: 16px;
}

.srvs-pg .srvs-title-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: linear-gradient(211deg, #266159, #48A18F);
  border-radius: 4px;
}

.srvs-pg .srvs-eyebrow {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #48A18F;
  text-transform: uppercase;
  line-height: 1.2;
}

.srvs-pg .srvs-h1 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1b3a36;
  margin: 0;
}

.srvs-pg .srvs-h1 .srvs-h1-strip {
  display: inline;
  background: #C3FED2;
  padding: 0 8px;
  border-radius: 4px;
}

.srvs-pg .srvs-slogan {
  font-size: 18px;
  line-height: 1.65;
  color: #3a5a56;
  margin: 0;
  font-style: italic;
  border-left: none;
  padding: 0;
}

.srvs-pg .srvs-title-img-col {
  flex: 0 0 320px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.srvs-pg .srvs-title-card {
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 14px 1px rgba(38,97,89,0.11);
  position: relative;
}

.srvs-pg .srvs-title-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.25s cubic-bezier(0.4,0,0.2,1);
}

.srvs-pg .srvs-title-card:hover img {
  filter: grayscale(0%);
}

.srvs-pg .srvs-title-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to top, rgba(38,97,89,0.18), transparent);
  pointer-events: none;
}

.srvs-pg .srvs-dots-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.srvs-pg .srvs-dot {
  border-radius: 50%;
  background: #48A18F;
  flex-shrink: 0;
}

.srvs-pg .srvs-dot.sm { width: 5px; height: 5px; opacity: 0.4; }
.srvs-pg .srvs-dot.md { width: 8px; height: 8px; opacity: 0.65; }
.srvs-pg .srvs-dot.lg { width: 11px; height: 11px; opacity: 0.9; }
.srvs-pg .srvs-dot.xl { width: 14px; height: 14px; opacity: 1; }

.srvs-pg .srvs-wave-divider {
  display: block;
  width: 100%;
  height: 48px;
  overflow: hidden;
  line-height: 0;
}

.srvs-pg .srvs-wave-divider svg {
  display: block;
  width: 100%;
  height: 100%;
}

.srvs-pg .srvs-detail-band {
  background: #f4faf8;
  padding: 48px 0 96px;
  position: relative;
}

.srvs-pg .srvs-detail-band::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(211deg, transparent, #C3FED2, transparent);
}

.srvs-pg .srvs-detail-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start;
}

.srvs-pg .srvs-services-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.srvs-pg .srvs-col-heading {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1b3a36;
  margin: 0 0 8px;
}

.srvs-pg .srvs-col-heading .strip {
  background: #C3FED2;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline;
}

.srvs-pg .srvs-service-item {
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  box-shadow: 0 2px 6px 1px rgba(38,97,89,0.06);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow 0.2s cubic-bezier(0.4,0,0.2,1), transform 0.2s cubic-bezier(0.4,0,0.2,1);
}

.srvs-pg .srvs-service-item:hover {
  box-shadow: 0 10px 40px 1px rgba(38,97,89,0.13);
  transform: translateY(-2px);
}

.srvs-pg .srvs-svc-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.srvs-pg .srvs-svc-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: #C3FED2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.srvs-pg .srvs-svc-icon svg {
  width: 22px;
  height: 22px;
}

.srvs-pg .srvs-svc-name {
  font-size: 22px;
  line-height: 1.2;
  color: #1b3a36;
  margin: 0;
}

.srvs-pg .srvs-svc-desc {
  font-size: 18px;
  line-height: 1.65;
  color: #3a5a56;
  margin: 0;
}

.srvs-pg .srvs-svc-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.srvs-pg .srvs-svc-list li {
  font-size: 14px;
  line-height: 1.45;
  color: #2e5450;
  padding-left: 16px;
  position: relative;
}

.srvs-pg .srvs-svc-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background: #48A18F;
  border-radius: 50%;
}

.srvs-pg .srvs-svc-accent {
  background: linear-gradient(211deg, rgba(38,97,89,0.07), rgba(72,161,143,0.06));
  border-radius: 6px;
  padding: 16px;
}

.srvs-pg .srvs-svc-accent-text {
  font-size: 14px;
  line-height: 1.45;
  color: #266159;
  margin: 0;
  font-style: italic;
}

.srvs-pg .srvs-aside-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: sticky;
  top: 32px;
}

.srvs-pg .srvs-author-card {
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  box-shadow: 0 4px 14px 1px rgba(38,97,89,0.11);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.srvs-pg .srvs-author-portrait {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 3px solid #C3FED2;
}

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

.srvs-pg .srvs-author-name {
  font-size: 18px;
  line-height: 1.2;
  color: #1b3a36;
  margin: 0;
}

.srvs-pg .srvs-author-role {
  font-size: 14px;
  color: #48A18F;
  line-height: 1.45;
  margin: 0;
}

.srvs-pg .srvs-author-bio {
  font-size: 14px;
  line-height: 1.65;
  color: #3a5a56;
  margin: 0;
  text-align: left;
}

.srvs-pg .srvs-contact-btn {
  display: inline-block;
  padding: 16px 32px;
  border: 2px solid #266159;
  border-radius: 6px;
  color: #266159;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-decoration: none;
  background: transparent;
  transition: background 0.2s cubic-bezier(0.0,0,0.2,1), color 0.2s cubic-bezier(0.0,0,0.2,1), width 0.15s cubic-bezier(0.4,0,0.2,1);
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.srvs-pg .srvs-contact-btn:hover,
.srvs-pg .srvs-contact-btn:focus {
  background: #266159;
  color: #fff;
  outline: none;
}

.srvs-pg .srvs-contact-btn:active {
  background: #1b3a36;
  border-color: #1b3a36;
  color: #fff;
}

.srvs-pg .srvs-img-aside {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 40px 1px rgba(38,97,89,0.13);
  position: relative;
}

.srvs-pg .srvs-img-aside img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter 0.25s cubic-bezier(0.4,0,0.2,1), transform 0.28s cubic-bezier(0.4,0,0.2,1);
  transform: scale(0.97);
  animation: srvs-img-scale 0.6s cubic-bezier(0.4,0,0.2,1) forwards;
}

@keyframes srvs-img-scale {
  from { transform: scale(0.97); }
  to { transform: scale(1); }
}

.srvs-pg .srvs-img-aside:hover img {
  filter: saturate(0.2);
}

.srvs-pg .srvs-img-aside::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 70px;
  background: linear-gradient(to top, rgba(38,97,89,0.22), transparent);
  pointer-events: none;
}

.srvs-pg .srvs-metrics-strip {
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  box-shadow: 0 2px 6px 1px rgba(38,97,89,0.06);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.srvs-pg .srvs-metrics-label {
  font-size: 14px;
  color: #48A18F;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
}

.srvs-pg .srvs-metric-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(72,161,143,0.15);
}

.srvs-pg .srvs-metric-row:last-child {
  border-bottom: none;
}

.srvs-pg .srvs-metric-key {
  font-size: 14px;
  color: #3a5a56;
  line-height: 1.45;
}

.srvs-pg .srvs-metric-val {
  font-size: 22px;
  color: #266159;
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .srvs-pg .srvs-detail-layout {
    grid-template-columns: 1fr;
  }
  .srvs-pg .srvs-aside-col {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .srvs-pg .srvs-author-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .srvs-pg .srvs-title-grid {
    flex-direction: column;
    gap: 32px;
  }
  .srvs-pg .srvs-title-img-col {
    flex: none;
    justify-content: center;
  }
  .srvs-pg .srvs-title-card {
    width: 100%;
  }
  .srvs-pg .srvs-h1 {
    font-size: 30px;
  }
  .srvs-pg .srvs-svc-list {
    grid-template-columns: 1fr;
  }
  .srvs-pg .srvs-aside-col {
    grid-template-columns: 1fr;
  }
  .srvs-pg .srvs-wrap {
    padding: 0 16px;
  }
  .srvs-pg .srvs-band-top {
    padding: 48px 0 32px;
  }
  .srvs-pg .srvs-detail-band {
    padding: 32px 0 48px;
  }
}

@media (max-width: 360px) {
  .srvs-pg .srvs-h1 {
    font-size: 22px;
  }
  .srvs-pg .srvs-service-item {
    padding: 16px;
  }
}

.bs-root {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.bs-root .reveal-right {
  opacity: 0;
  transform: translateX(48px);
  animation: slideInRight 0.28s cubic-bezier(0.0,0,0.2,1) forwards;
}
.bs-root .reveal-right.d1 { animation-delay: 0.08s; }
.bs-root .reveal-right.d2 { animation-delay: 0.16s; }
.bs-root .reveal-right.d3 { animation-delay: 0.22s; }
.bs-root .reveal-right.d4 { animation-delay: 0.28s; }

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

.bs-root .pg-lead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
  position: relative;
}

.bs-root .pg-lead-img-col {
  position: relative;
  overflow: hidden;
}

.bs-root .pg-lead-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.55) sepia(0.3);
  transition: filter 0.25s cubic-bezier(0.4,0,0.2,1);
}

.bs-root .pg-lead-img-col img:hover {
  filter: saturate(0) sepia(0.1);
}

.bs-root .pg-lead-img-col .pg-lead-shape {
  position: absolute;
  top: -32px;
  right: -32px;
  width: 180px;
  height: 180px;
  background: linear-gradient(211deg, #266159, transparent);
  clip-path: polygon(30% 0%, 100% 0%, 100% 70%, 60% 100%, 0% 100%, 0% 30%);
  opacity: 0.38;
  pointer-events: none;
}

.bs-root .pg-lead-img-col .pg-lead-shape-b {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 96px;
  height: 96px;
  border: 2px solid #48A18F;
  border-radius: 10px;
  opacity: 0.28;
  pointer-events: none;
}

.bs-root .pg-lead-text {
  background: #fff;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  position: relative;
}

.bs-root .pg-lead-text .pg-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #266159;
  font-weight: 600;
  text-transform: uppercase;
}

.bs-root .pg-lead-text .pg-kicker .pg-kicker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #48A18F;
  display: inline-block;
}

.bs-root .pg-lead-h1 {
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1a2e2b;
  margin: 0;
}

.bs-root .pg-lead-h1 .pg-counter-wrap {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}

.bs-root .pg-lead-h1 .pg-num {
  font-size: 56px;
  color: #266159;
  font-weight: 800;
  line-height: 1.2;
}

.bs-root .pg-lead-sub {
  font-size: 18px;
  line-height: 1.65;
  color: #2e4a45;
  margin: 0;
  max-width: 420px;
}

.bs-root .pg-lead-btn {
  display: inline-block;
  width: fit-content;
  padding: 12px 32px;
  border: 2px solid #266159;
  border-radius: 6px;
  color: #266159;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  background: transparent;
  transition: padding 0.2s cubic-bezier(0.4,0,0.2,1), background 0.18s cubic-bezier(0.4,0,0.2,1), color 0.18s cubic-bezier(0.4,0,0.2,1);
  cursor: pointer;
  margin-top: 8px;
}

.bs-root .pg-lead-btn:hover {
  background: #266159;
  color: #C3FED2;
  padding: 12px 48px;
}

.bs-root .pg-lead-btn:focus {
  outline: 2px solid #48A18F;
  outline-offset: 3px;
}

.bs-root .dots-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 32px 0;
}

.bs-root .dots-divider span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #48A18F;
  opacity: 0.45;
  display: inline-block;
}

.bs-root .article-anchor {
  background: #f4faf8;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start;
  box-shadow: 0 4px 14px 1px rgba(38,97,89,0.11);
}

.bs-root .article-anchor .art-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.bs-root .article-anchor .art-icon-box {
  width: 56px;
  height: 56px;
  border: 2px solid #266159;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bs-root .article-anchor .art-icon-box svg {
  width: 26px;
  height: 26px;
  stroke: #266159;
  fill: none;
  stroke-width: 2;
}

.bs-root .article-anchor .art-label {
  font-size: 14px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #48A18F;
  font-weight: 700;
}

.bs-root .article-anchor .art-strip-h {
  display: inline-block;
  background: #C3FED2;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 22px;
  line-height: 1.45;
  color: #1a2e2b;
  font-weight: 700;
  margin: 0;
}

.bs-root .article-anchor .art-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bs-root .article-anchor .art-img-wrap {
  overflow: hidden;
  border-radius: 6px;
  width: 100%;
  height: 220px;
  box-shadow: 0 2px 6px 1px rgba(38,97,89,0.06);
}

.bs-root .article-anchor .art-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter 0.22s cubic-bezier(0.4,0,0.2,1);
}

.bs-root .article-anchor .art-img-wrap img:hover {
  filter: saturate(0);
}

.bs-root .article-anchor .art-desc {
  font-size: 18px;
  line-height: 1.65;
  color: #2e4a45;
  margin: 0;
}

.bs-root .article-anchor .art-link {
  display: inline-block;
  width: fit-content;
  padding: 10px 32px;
  border: 2px solid #48A18F;
  border-radius: 6px;
  color: #266159;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: transparent;
  transition: padding 0.22s cubic-bezier(0.4,0,0.2,1), background 0.18s cubic-bezier(0.4,0,0.2,1), color 0.15s cubic-bezier(0.4,0,0.2,1);
}

.bs-root .article-anchor .art-link:hover {
  background: #48A18F;
  color: #fff;
  padding: 10px 48px;
}

.bs-root .article-anchor .art-link:focus {
  outline: 2px solid #266159;
  outline-offset: 3px;
}

.bs-root .values-strip {
  background: #266159;
  padding: 48px;
  position: relative;
  overflow: hidden;
}

.bs-root .values-strip .vs-bg-lines {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 260px;
  height: 260px;
  pointer-events: none;
  overflow: hidden;
}

.bs-root .values-strip .vs-bg-lines svg {
  width: 100%;
  height: 100%;
  opacity: 0.12;
}

.bs-root .values-strip .vs-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

.bs-root .values-strip .vs-label {
  font-size: 14px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #C3FED2;
  font-weight: 700;
}

.bs-root .values-strip .vs-h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  display: inline-block;
  background: rgba(195,254,210,0.13);
  padding: 6px 16px;
  border-radius: 4px;
}

.bs-root .values-strip .vs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  position: relative;
  z-index: 1;
}

.bs-root .values-strip .vs-item {
  background: rgba(255,255,255,0.07);
  border-radius: 6px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: inset 0 1px 0 rgba(195,254,210,0.18), inset 0 -1px 0 rgba(0,0,0,0.12);
}

.bs-root .values-strip .vs-item-title {
  font-size: 14px;
  font-weight: 700;
  color: #C3FED2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
}

.bs-root .values-strip .vs-item-text {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255,255,255,0.82);
  margin: 0;
}

.bs-root .outcomes-block {
  padding: 48px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: start;
  background: #fff;
}

.bs-root .outcomes-block .out-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bs-root .outcomes-block .out-label {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #48A18F;
  font-weight: 700;
}

.bs-root .outcomes-block .out-h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #1a2e2b;
  margin: 0;
  display: inline-block;
  background: #C3FED2;
  padding: 4px 12px;
  border-radius: 4px;
}

.bs-root .outcomes-block .out-img-wrap {
  overflow: hidden;
  border-radius: 10px;
  height: 260px;
  box-shadow: 0 10px 40px 1px rgba(38,97,89,0.13);
}

.bs-root .outcomes-block .out-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter 0.26s cubic-bezier(0.4,0,0.2,1);
}

.bs-root .outcomes-block .out-img-wrap img:hover {
  filter: saturate(0);
}

.bs-root .outcomes-block .out-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.bs-root .outcomes-block .out-metric {
  background: #f4faf8;
  border-radius: 6px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 2px 6px 1px rgba(38,97,89,0.06);
}

.bs-root .outcomes-block .out-metric-num {
  font-size: 30px;
  font-weight: 800;
  color: #266159;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.bs-root .outcomes-block .out-metric-desc {
  font-size: 14px;
  line-height: 1.45;
  color: #2e4a45;
  margin: 0;
}

.bs-root .outcomes-block .out-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bs-root .outcomes-block .out-portrait-wrap {
  width: 80px;
  height: 112px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 14px 1px rgba(38,97,89,0.11);
  flex-shrink: 0;
}

.bs-root .outcomes-block .out-portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.bs-root .outcomes-block .out-quote-card {
  background: #f4faf8;
  border-radius: 6px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 2px 6px 1px rgba(38,97,89,0.06);
}

.bs-root .outcomes-block .out-quote-text {
  font-size: 14px;
  line-height: 1.65;
  color: #2e4a45;
  margin: 0;
  font-style: italic;
}

.bs-root .outcomes-block .out-quote-author {
  font-size: 14px;
  font-weight: 700;
  color: #266159;
  margin: 0;
}

.bs-root .fit-block {
  padding: 48px;
  background: #f4faf8;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.bs-root .fit-block .fit-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}

.bs-root .fit-block .fit-label {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #48A18F;
  font-weight: 700;
}

.bs-root .fit-block .fit-h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #1a2e2b;
  margin: 0;
  display: inline-block;
  background: #C3FED2;
  padding: 4px 12px;
  border-radius: 4px;
}

.bs-root .fit-block .fit-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.bs-root .fit-block .fit-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bs-root .fit-block .fit-col-head {
  font-size: 18px;
  font-weight: 700;
  color: #266159;
  margin: 0;
}

.bs-root .fit-block .fit-col-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bs-root .fit-block .fit-col-list li {
  font-size: 14px;
  line-height: 1.65;
  color: #2e4a45;
  padding-left: 16px;
  position: relative;
}

.bs-root .fit-block .fit-col-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #48A18F;
}

.bs-root .fit-block .fit-img-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.bs-root .fit-block .fit-img-wrap {
  overflow: hidden;
  border-radius: 6px;
  height: 180px;
  box-shadow: 0 4px 14px 1px rgba(38,97,89,0.11);
}

.bs-root .fit-block .fit-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: filter 0.2s cubic-bezier(0.4,0,0.2,1);
}

.bs-root .fit-block .fit-img-wrap img:hover {
  filter: saturate(0);
}

.bs-root .archive-block {
  padding: 48px;
  background: #266159;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  position: relative;
  overflow: hidden;
}

.bs-root .archive-block .arc-deco {
  position: absolute;
  top: -48px;
  left: -48px;
  width: 220px;
  height: 220px;
  background: linear-gradient(211deg, #48A18F, transparent);
  clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
  opacity: 0.22;
  pointer-events: none;
}

.bs-root .archive-block .arc-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.bs-root .archive-block .arc-label {
  font-size: 14px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #C3FED2;
  font-weight: 700;
}

.bs-root .archive-block .arc-h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  display: inline-block;
  background: rgba(195,254,210,0.15);
  padding: 4px 12px;
  border-radius: 4px;
}

.bs-root .archive-block .arc-text {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255,255,255,0.82);
  margin: 0;
}

.bs-root .archive-block .arc-btn {
  display: inline-block;
  width: fit-content;
  padding: 12px 32px;
  border: 2px solid #C3FED2;
  border-radius: 6px;
  color: #C3FED2;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: transparent;
  transition: padding 0.2s cubic-bezier(0.4,0,0.2,1), background 0.18s cubic-bezier(0.4,0,0.2,1), color 0.15s cubic-bezier(0.4,0,0.2,1);
  margin-top: 8px;
}

.bs-root .archive-block .arc-btn:hover {
  background: #C3FED2;
  color: #266159;
  padding: 12px 48px;
}

.bs-root .archive-block .arc-btn:focus {
  outline: 2px solid #C3FED2;
  outline-offset: 3px;
}

.bs-root .archive-block .arc-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.bs-root .archive-block .arc-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bs-root .archive-block .arc-step {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
}

.bs-root .archive-block .arc-step-num {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  border: 2px solid #48A18F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  color: #C3FED2;
  flex-shrink: 0;
}

.bs-root .archive-block .arc-step-text {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255,255,255,0.82);
  margin: 0;
  padding-top: 6px;
}

@media (max-width: 1024px) {
  .bs-root .pg-lead {
    grid-template-columns: 1fr;
  }
  .bs-root .pg-lead-img-col {
    height: 320px;
  }
  .bs-root .pg-lead-text {
    padding: 32px;
  }
  .bs-root .pg-lead-h1 {
    font-size: 30px;
  }
  .bs-root .pg-lead-h1 .pg-num {
    font-size: 30px;
  }
  .bs-root .article-anchor {
    grid-template-columns: 1fr;
    padding: 32px;
    gap: 32px;
  }
  .bs-root .outcomes-block {
    grid-template-columns: 1fr;
    padding: 32px;
    gap: 32px;
  }
  .bs-root .fit-block {
    padding: 32px;
  }
  .bs-root .archive-block {
    grid-template-columns: 1fr;
    padding: 32px;
    gap: 32px;
  }
  .bs-root .values-strip {
    padding: 32px;
  }
}

@media (max-width: 640px) {
  .bs-root .pg-lead-text {
    padding: 16px;
  }
  .bs-root .pg-lead-h1 {
    font-size: 22px;
  }
  .bs-root .pg-lead-h1 .pg-num {
    font-size: 22px;
  }
  .bs-root .article-anchor {
    padding: 16px;
    gap: 16px;
  }
  .bs-root .values-strip .vs-grid {
    grid-template-columns: 1fr;
  }
  .bs-root .values-strip {
    padding: 16px;
  }
  .bs-root .outcomes-block {
    padding: 16px;
    gap: 16px;
  }
  .bs-root .outcomes-block .out-metrics {
    grid-template-columns: 1fr;
  }
  .bs-root .fit-block {
    padding: 16px;
    gap: 16px;
  }
  .bs-root .fit-block .fit-cols {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .bs-root .fit-block .fit-img-row {
    grid-template-columns: 1fr;
  }
  .bs-root .archive-block {
    padding: 16px;
    gap: 16px;
  }
}

@media (max-width: 360px) {
  .bs-root .pg-lead-h1 {
    font-size: 22px;
  }
  .bs-root .pg-lead-sub {
    font-size: 14px;
  }
}

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

.success-pg .success-wrap {
  max-width: 560px;
  width: 100%;
  text-align: center;
}

.success-pg .success-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 32px;
  border-radius: 10px;
  background: #C3FED2;
  box-shadow: 0 4px 14px 1px rgba(38, 97, 89, 0.11);
}

.success-pg .success-icon-wrap svg {
  display: block;
}

.success-pg .success-heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #266159;
  margin: 0 0 16px;
}

.success-pg .success-body {
  font-size: 18px;
  line-height: 1.65;
  color: #2d4a47;
  margin: 0 0 48px;
}

.success-pg .success-divider {
  width: 48px;
  height: 3px;
  border-radius: 4px;
  background: #48A18F;
  margin: 0 auto 48px;
}

.success-pg .success-back-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #266159;
  text-decoration: none;
  border: 2px solid #266159;
  border-radius: 6px;
  padding: 16px 32px;
  transition: background-color 0.2s cubic-bezier(0.4,0,0.2,1), color 0.2s cubic-bezier(0.4,0,0.2,1), padding 0.25s cubic-bezier(0.0,0,0.2,1);
}

.success-pg .success-back-link:hover,
.success-pg .success-back-link:focus {
  background-color: #266159;
  color: #C3FED2;
  padding: 16px 40px;
  outline: none;
}

.success-pg .success-back-link:focus-visible {
  outline: 2px solid #48A18F;
  outline-offset: 3px;
}

@media (max-width: 640px) {
  .success-pg {
    padding: 48px 16px;
  }

  .success-pg .success-heading {
    font-size: 22px;
  }

  .success-pg .success-body {
    font-size: 14px;
  }
}
