html {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  scrollbar-gutter: stable;
  min-height: 100vh;
  font-family: 'Fira Sans', sans-serif;
}

*:focus {
  outline: 2px solid #C3D149;
  outline-offset: 2px;
  filter: invert(1);
}

.site-head {
  background: #1b2005;
  position: relative;
}

.head-shell {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: stretch;
  min-height: 96px;
}

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

.brand-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  padding: 8px 16px;
  background: rgba(195, 209, 73, 0.08);
  box-shadow: 0 0 0 2px rgba(195, 209, 73, 0.35), 0 1px 3px 0 rgba(195, 209, 73, 0.07);
  text-decoration: none;
  flex-shrink: 0;
}

.brand-badge img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  display: block;
}

.brand-name {
  font-family: 'Fira Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  color: #F9F9F7;
  letter-spacing: 0;
  text-decoration: none;
}

.brand-name span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #D2DF9A;
  line-height: 1.6;
}

.head-divider {
  background: rgba(195, 209, 73, 0.2);
  width: 1px;
  align-self: stretch;
  margin: 16px 0;
}

.nav-mount {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 32px 32px;
}

.primary-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
  align-items: center;
}

.primary-nav li {
  flex-shrink: 0;
}

.primary-nav a {
  display: inline-flex;
  align-items: center;
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: #D2DF9A;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: color 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), border-color 0.22s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
  min-height: 44px;
}

.primary-nav a:hover {
  color: #1b2005;
  background: #C3D149;
  border-color: #C3D149;
}

.primary-nav a[data-current="true"] {
  color: #C3D149;
  border-color: rgba(195, 209, 73, 0.4);
}

.head-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #C3D149 0%, #D2DF9A 60%, transparent 100%);
  pointer-events: none;
}

.site-foot {
  background: #C3D149;
  padding: 32px 0 0;
}

.foot-shell {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 32px;
}

.foot-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
  padding-bottom: 32px;
}

.foot-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 auto;
  min-width: 0;
}

.foot-logo-hold {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  padding: 8px 16px;
  background: rgba(249, 249, 247, 0.85);
  box-shadow: 0 1px 3px 0 rgba(195, 209, 73, 0.07), 0 4px 25px 0 rgba(195, 209, 73, 0.11);
  flex-shrink: 0;
  text-decoration: none;
}

.foot-logo-hold img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}

.foot-tagline {
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #1b2005;
}

.foot-tagline span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #2d3a08;
}

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

.foot-nav-hold a {
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #1b2005;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 8px 8px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  transition: color 0.28s cubic-bezier(0.68, -0.55, 0.27, 1.55), background 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.foot-nav-hold a:hover {
  color: #F9F9F7;
  background: #1b2005;
  text-decoration: none;
}

.foot-base {
  border-top: 1px solid rgba(27, 32, 5, 0.25);
  padding: 16px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.foot-copy {
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #2d3a08;
}

.foot-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.foot-contact a {
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #1b2005;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.foot-contact a:hover {
  color: #F9F9F7;
}

.consent-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8000;
  background: #1b2005;
  border-top: 3px solid #C3D149;
  box-shadow: 0 -4px 25px 0 rgba(195, 209, 73, 0.11);
}

.consent-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
}

.consent-text {
  flex: 1 1 400px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #D2DF9A;
}

.consent-text a {
  color: #C3D149;
  text-decoration: underline;
}

.consent-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  flex: 1 1 300px;
}

.consent-cat {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  color: #D2DF9A;
}

.consent-cat input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #C3D149;
  cursor: pointer;
}

.consent-cat-fixed {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  color: rgba(210, 223, 154, 0.55);
}

.consent-sale {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  color: #D2DF9A;
  flex: 1 1 100%;
}

.consent-sale input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #C3D149;
  cursor: pointer;
}

.consent-btns {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.consent-btns button {
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  line-height: 1.3;
  cursor: pointer;
  min-height: 44px;
  padding: 8px 16px;
  border-radius: 4px;
  transition: color 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.22s cubic-bezier(0.34, 1.56, 0.64, 1), border-color 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.btn-allow {
  background: #C3D149;
  color: #1b2005;
  border: 2px solid #C3D149;
  font-weight: 700;
}

.btn-allow:hover,
.btn-allow:focus {
  background: #D2DF9A;
  border-color: #D2DF9A;
  color: #1b2005;
}

.btn-deny {
  background: transparent;
  color: #D2DF9A;
  border: 2px solid rgba(210, 223, 154, 0.4);
  font-weight: 400;
  text-decoration: underline;
}

.btn-deny:hover,
.btn-deny:focus {
  background: rgba(210, 223, 154, 0.1);
  border-color: #D2DF9A;
  color: #F9F9F7;
}

@media (max-width: 768px) {
  .head-shell {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: auto;
  }

  .head-divider {
    display: none;
  }

  .brand-mount {
    padding: 16px 16px;
    border-bottom: 1px solid rgba(195, 209, 73, 0.15);
  }

  .nav-mount {
    padding: 16px 16px;
    justify-content: flex-start;
  }

  .primary-nav {
    justify-content: flex-start;
  }

  .foot-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .foot-shell {
    padding: 0 16px;
  }

  .consent-inner {
    padding: 16px 16px;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .head-shell {
    grid-template-columns: auto 1px 1fr;
  }

  .brand-mount {
    padding: 32px 32px;
  }
}

.doc-body {
  max-width: 1600px;
  margin: 0 auto;
  padding: 64px 32px;
  color: #2a2a2a;
  background: #F9F9F7;
}

.doc-body h1 {
  font-size: 51px;
  line-height: 1.1;
  margin-bottom: 32px;
  margin-top: 0;
  color: #1b1b1b;
}

.doc-body h2 {
  font-size: 37px;
  line-height: 1.3;
  margin-top: 64px;
  margin-bottom: 16px;
  color: #1b1b1b;
}

.doc-body h3 {
  font-size: 27px;
  line-height: 1.3;
  margin-top: 32px;
  margin-bottom: 16px;
  color: #1b1b1b;
}

.doc-body h4 {
  font-size: 17px;
  line-height: 1.6;
  margin-top: 32px;
  margin-bottom: 8px;
  color: #1b1b1b;
  font-weight: 700;
}

.doc-body h5 {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #1b1b1b;
  font-weight: 700;
}

.doc-body h6 {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 16px;
  margin-bottom: 8px;
  color: #3a3a3a;
  font-weight: 600;
}

.doc-body p {
  font-size: 17px;
  line-height: 1.9;
  margin-top: 0;
  margin-bottom: 16px;
  color: #2a2a2a;
}

.doc-body ul,
.doc-body ol {
  font-size: 17px;
  line-height: 1.9;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 32px;
  color: #2a2a2a;
}

.doc-body li {
  margin-bottom: 8px;
}

.doc-body li:last-child {
  margin-bottom: 0;
}

.doc-body ul li::marker {
  color: #C3D149;
}

.doc-body ol li::marker {
  color: #C3D149;
  font-weight: 700;
}

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

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

.doc-body table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.6;
  box-shadow: 0 1px 3px 0 rgba(195, 209, 73, 0.07);
  border-radius: 4px;
  overflow: hidden;
}

.doc-body thead {
  background: #C3D149;
}

.doc-body thead th {
  color: #1b1b1b;
  font-weight: 700;
  text-align: left;
  padding: 16px;
  font-size: 15px;
  line-height: 1.6;
}

.doc-body tbody tr {
  border-bottom: 1px solid #D2DF9A;
  transition: background-color 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.doc-body tbody tr:last-child {
  border-bottom: none;
}

.doc-body tbody tr:hover {
  background: #F0F4CC;
}

.doc-body td {
  padding: 16px;
  color: #2a2a2a;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.6;
}

.doc-body tbody tr:nth-child(even) {
  background: #F9F9F7;
}

.doc-body tbody tr:nth-child(odd) {
  background: #ffffff;
}

.doc-body tbody tr:nth-child(even):hover,
.doc-body tbody tr:nth-child(odd):hover {
  background: #F0F4CC;
}

.doc-body div {
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .doc-body {
    padding: 32px 16px;
  }

  .doc-body h1 {
    font-size: 37px;
  }

  .doc-body h2 {
    font-size: 27px;
    margin-top: 32px;
  }

  .doc-body h3 {
    font-size: 17px;
  }

  .doc-body table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .doc-body {
    padding: 64px 32px;
  }

  .doc-body h1 {
    font-size: 51px;
  }
}

.jrnl-det {
  background: #F9F9F7;
  max-width: 1600px;
  margin: 0 auto;
  overflow-x: clip;
}

.jrnl-det .pub-hero {
  position: relative;
  padding: 64px 64px 32px;
  background: linear-gradient(107deg, #C3D149 0%, #C3D149 50%, #D2DF9A 50%, #D2DF9A 100%);
}

.jrnl-det .pub-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(195, 209, 73, 0.18) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.jrnl-det .hero-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 32px;
  align-items: start;
  position: relative;
}

.jrnl-det .hero-meta-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 32px;
}

.jrnl-det .hero-center {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.jrnl-det .hero-side-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  padding-top: 32px;
}

.jrnl-det .cat-tag {
  display: inline-block;
  background: #2a2a2e;
  color: #C3D149;
  font-size: 15px;
  line-height: 1.3;
  padding: 8px 16px;
  border-radius: 4px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
}

.jrnl-det .art-heading {
  font-size: 51px;
  line-height: 1.1;
  color: #1e1e22;
  font-weight: 900;
  text-shadow: 2px 3px 0 rgba(195, 209, 73, 0.35);
  margin: 0;
}

.jrnl-det .art-heading .first-letter-acc {
  font-size: 68px;
  color: #C3D149;
  line-height: 1;
  display: inline-block;
}

.jrnl-det .pub-info-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.jrnl-det .pub-date,
.jrnl-det .pub-author {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a2e;
  font-weight: 600;
}

.jrnl-det .pub-date span,
.jrnl-det .pub-author span {
  font-weight: 400;
  color: #3a3a3f;
}

.jrnl-det .stat-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 4px;
  padding: 16px;
  box-shadow: 0 4px 25px 0 rgba(195, 209, 73, 0.11);
  min-width: 80px;
}

.jrnl-det .stat-chip .stat-num {
  font-size: 27px;
  line-height: 1.1;
  font-weight: 800;
  color: #1e1e22;
}

.jrnl-det .stat-chip .stat-label {
  font-size: 15px;
  line-height: 1.3;
  color: #3a3a3f;
}

.jrnl-det .corner-bracket {
  position: absolute;
  width: 32px;
  height: 32px;
  pointer-events: none;
}

.jrnl-det .corner-bracket.tl {
  top: 16px;
  left: 16px;
  border-top: 3px solid #2a2a2e;
  border-left: 3px solid #2a2a2e;
}

.jrnl-det .corner-bracket.br {
  bottom: 16px;
  right: 16px;
  border-bottom: 3px solid #2a2a2e;
  border-right: 3px solid #2a2a2e;
}

.jrnl-det .img-wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 44px 0 rgba(195, 209, 73, 0.13);
}

.jrnl-det .img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(195, 209, 73, 0.12);
  pointer-events: none;
}

.jrnl-det .img-wrap img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}

.jrnl-det .art-body-sect {
  padding: 64px 64px 32px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 64px;
  align-items: start;
}

.jrnl-det .art-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.jrnl-det .art-text p {
  font-size: 17px;
  line-height: 1.9;
  color: #1e1e22;
  margin: 0;
}

.jrnl-det .art-text h2 {
  font-size: 37px;
  line-height: 1.3;
  color: #1e1e22;
  font-weight: 800;
  text-shadow: 1px 2px 0 rgba(195, 209, 73, 0.28);
  margin: 0;
}

.jrnl-det .art-text h3 {
  font-size: 27px;
  line-height: 1.3;
  color: #1e1e22;
  font-weight: 700;
  margin: 0;
}

.jrnl-det .art-text ins {
  text-decoration: none;
  background: #D2DF9A;
  padding: 0 4px;
  border-radius: 4px;
  color: #1e1e22;
}

.jrnl-det .art-text mark {
  background: rgba(195, 209, 73, 0.35);
  color: #1e1e22;
  border-radius: 4px;
  padding: 0 4px;
}

.jrnl-det .art-text ol {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  counter-reset: art-steps;
}

.jrnl-det .art-text ol li {
  counter-increment: art-steps;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  font-size: 17px;
  line-height: 1.6;
  color: #1e1e22;
  position: relative;
  padding-left: 8px;
}

.jrnl-det .art-text ol li::before {
  content: counter(art-steps);
  min-width: 32px;
  height: 32px;
  background: #C3D149;
  color: #1e1e22;
  font-weight: 800;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  flex-shrink: 0;
}

.jrnl-det .art-text ol li::after {
  content: '';
  position: absolute;
  left: 23px;
  top: 32px;
  width: 2px;
  bottom: -16px;
  background: rgba(195, 209, 73, 0.4);
}

.jrnl-det .art-text ol li:last-child::after {
  display: none;
}

.jrnl-det .art-text table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.6;
}

.jrnl-det .art-text caption {
  font-size: 15px;
  font-weight: 700;
  color: #3a3a3f;
  text-align: left;
  padding: 8px 0;
}

.jrnl-det .art-text thead tr {
  background: #C3D149;
}

.jrnl-det .art-text thead td,
.jrnl-det .art-text thead th {
  padding: 8px 16px;
  font-weight: 700;
  color: #1e1e22;
}

.jrnl-det .art-text tfoot td {
  padding: 8px 16px;
  font-style: italic;
  color: #3a3a3f;
  border-top: 2px solid #C3D149;
}

.jrnl-det .art-text td {
  padding: 8px 16px;
  border-bottom: 1px solid rgba(195, 209, 73, 0.3);
  color: #1e1e22;
}

.jrnl-det .art-text tr:nth-child(even) {
  background: rgba(210, 223, 154, 0.18);
}

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

.jrnl-det .aside-card {
  background: #fff;
  border-radius: 4px;
  padding: 32px;
  box-shadow: 0 4px 25px 0 rgba(195, 209, 73, 0.11);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.jrnl-det .aside-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(107deg, #C3D149 0%, #C3D149 50%, #D2DF9A 50%, #D2DF9A 100%);
  border-radius: 4px 4px 0 0;
}

.jrnl-det .aside-card .ac-heading {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
  color: #1e1e22;
  margin: 0;
}

.jrnl-det .aside-card .ac-body {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a3f;
  margin: 0;
}

.jrnl-det .aside-card .ac-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #1e1e22;
  text-decoration: none;
  border-bottom: 2px solid #C3D149;
  padding-bottom: 4px;
  transition: color 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), border-color 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.jrnl-det .aside-card .ac-link .ac-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.22s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.jrnl-det .aside-card .ac-link:hover .ac-arrow {
  opacity: 1;
  transform: translateX(0);
}

.jrnl-det .aside-card .ac-link:hover {
  color: #C3D149;
  border-color: #C3D149;
}

.jrnl-det .like-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 2px solid #C3D149;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  color: #1e1e22;
  transition: background 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.jrnl-det .like-btn:hover,
.jrnl-det .like-btn:focus {
  background: #C3D149;
  color: #1e1e22;
  outline: none;
}

.jrnl-det .like-btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(195, 209, 73, 0.5);
}

.jrnl-det .like-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  transition: transform 0.28s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.jrnl-det .like-btn:hover .like-icon {
  transform: scale(1.25) rotate(-8deg);
}

.jrnl-det .tag-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.jrnl-det .tag-pill {
  background: rgba(195, 209, 73, 0.18);
  color: #1e1e22;
  font-size: 15px;
  line-height: 1.3;
  padding: 8px 16px;
  border-radius: 36px;
  font-weight: 600;
  border: 1px solid rgba(195, 209, 73, 0.4);
}

.jrnl-det .divider-curve {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  height: 48px;
}

.jrnl-det .divider-curve svg {
  display: block;
  width: 100%;
  height: 48px;
}

.jrnl-det .interact-sect {
  padding: 32px 64px 64px;
  background: #fff;
  position: relative;
}

.jrnl-det .interact-inner {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.jrnl-det .rating-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  min-width: 260px;
}

.jrnl-det .rating-block .rb-heading {
  font-size: 27px;
  line-height: 1.3;
  font-weight: 800;
  color: #1e1e22;
  text-shadow: 1px 2px 0 rgba(195, 209, 73, 0.25);
  margin: 0;
}

.jrnl-det .rating-block .rb-sub {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a3f;
  margin: 0;
}

.jrnl-det .contact-prompt {
  flex: 1;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: linear-gradient(107deg, rgba(195, 209, 73, 0.15) 0%, rgba(195, 209, 73, 0.15) 50%, rgba(210, 223, 154, 0.15) 50%, rgba(210, 223, 154, 0.15) 100%);
  border-radius: 4px;
  padding: 32px;
  position: relative;
}

.jrnl-det .contact-prompt .cp-bracket-tl {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #C3D149;
  border-left: 2px solid #C3D149;
  pointer-events: none;
}

.jrnl-det .contact-prompt .cp-bracket-br {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #C3D149;
  border-right: 2px solid #C3D149;
  pointer-events: none;
}

.jrnl-det .contact-prompt .cp-heading {
  font-size: 27px;
  line-height: 1.3;
  font-weight: 800;
  color: #1e1e22;
  margin: 0;
}

.jrnl-det .contact-prompt .cp-body {
  font-size: 17px;
  line-height: 1.6;
  color: #3a3a3f;
  margin: 0;
}

.jrnl-det .contact-prompt .cp-btn {
  display: inline-block;
  background: transparent;
  border: 2px solid #1e1e22;
  border-radius: 4px;
  padding: 16px 32px;
  font-size: 17px;
  font-weight: 700;
  color: #1e1e22;
  text-decoration: none;
  text-align: center;
  transition: background 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), border-color 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
}

.jrnl-det .contact-prompt .cp-btn:hover,
.jrnl-det .contact-prompt .cp-btn:focus {
  background: #1e1e22;
  color: #C3D149;
  border-color: #1e1e22;
  outline: none;
}

.jrnl-det .contact-prompt .cp-btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(195, 209, 73, 0.5);
}

.jrnl-det .views-likes-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.jrnl-det .views-count {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a3f;
}

@media (max-width: 1280px) {
  .jrnl-det .pub-hero {
    padding: 64px 32px 32px;
  }

  .jrnl-det .hero-grid {
    grid-template-columns: 1fr 2fr;
    gap: 32px;
  }

  .jrnl-det .hero-side-right {
    display: none;
  }

  .jrnl-det .art-body-sect {
    padding: 64px 32px 32px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .jrnl-det .aside-col {
    position: static;
  }

  .jrnl-det .interact-sect {
    padding: 32px 32px 64px;
  }
}

@media (max-width: 768px) {
  .jrnl-det .pub-hero {
    padding: 32px 16px 16px;
  }

  .jrnl-det .hero-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .jrnl-det .hero-meta-col {
    padding-top: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .jrnl-det .art-heading {
    font-size: 37px;
  }

  .jrnl-det .art-heading .first-letter-acc {
    font-size: 51px;
  }

  .jrnl-det .art-body-sect {
    padding: 32px 16px;
    gap: 32px;
  }

  .jrnl-det .interact-sect {
    padding: 16px 16px 32px;
  }

  .jrnl-det .interact-inner {
    gap: 32px;
  }

  .jrnl-det .art-text h2 {
    font-size: 27px;
  }
}

.jrnl-det .pub-hero,
.jrnl-det .art-body-sect,
.jrnl-det .interact-sect {
  animation: jd-fadein 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.jrnl-det .art-body-sect {
  animation-delay: 0.08s;
}

.jrnl-det .interact-sect {
  animation-delay: 0.16s;
}

@keyframes jd-fadein {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

.jrnl-det .hero-center>* {
  animation: jd-fadein 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.jrnl-det .hero-center>*:nth-child(1) {
  animation-delay: 0.05s;
}

.jrnl-det .hero-center>*:nth-child(2) {
  animation-delay: 0.12s;
}

.jrnl-det .hero-center>*:nth-child(3) {
  animation-delay: 0.19s;
}

.jrnl-det .hero-center>*:nth-child(4) {
  animation-delay: 0.26s;
}

.jrnl {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.jrnl .pg-lead {
  padding: 64px 64px 32px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  background: #F9F9F7;
  position: relative;
}

.jrnl .pg-lead::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(107deg,
      transparent,
      transparent 18px,
      rgba(195, 209, 73, 0.07) 18px,
      rgba(195, 209, 73, 0.07) 19px);
  pointer-events: none;
}

.jrnl .pg-lead .lead-txt {
  flex: 1;
  position: relative;
}

.jrnl .pg-lead .lead-txt .eyebrow {
  font-size: 15px;
  line-height: 1.6;
  color: #C3D149;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.jrnl .pg-lead .lead-txt h1 {
  font-size: 51px;
  line-height: 1.1;
  color: #1a1a00;
  color: #2a2a00;
  font-weight: 800;
  margin: 0 0 16px;
  text-shadow: 2px 2px 0 rgba(195, 209, 73, 0.18);
}

.jrnl .pg-lead .lead-txt h1 .first-letter {
  font-size: 68px;
  color: #C3D149;
  line-height: 1;
  display: inline-block;
}

.jrnl .pg-lead .lead-txt .lead-sub {
  font-size: 17px;
  line-height: 1.6;
  color: #3a3a2a;
  max-width: 520px;
}

.jrnl .pg-lead .lead-img-card {
  width: 320px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 25px 0 rgba(195, 209, 73, 0.11);
  position: relative;
}

.jrnl .pg-lead .lead-img-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}

.jrnl .pg-lead .curve-deco {
  position: absolute;
  top: 0;
  right: 340px;
  width: 200px;
  height: 100%;
  pointer-events: none;
  opacity: 0.18;
}

.jrnl .divider-tri {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.jrnl .divider-tri svg {
  display: block;
  width: 100%;
}

.jrnl .metrics-band {
  background: linear-gradient(107deg, #C3D149 0%, #C3D149 50%, #D2DF9A 50%, #D2DF9A 100%);
  padding: 32px 64px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 32px;
}

.jrnl .metrics-band .met-item {
  text-align: center;
  flex: 1;
}

.jrnl .metrics-band .met-item .met-val {
  font-size: 51px;
  line-height: 1.1;
  font-weight: 800;
  color: #2a2a00;
  display: block;
}

.jrnl .metrics-band .met-item .met-label {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a10;
}

.jrnl .metrics-band .met-sep {
  width: 1px;
  height: 64px;
  background: rgba(42, 42, 0, 0.2);
}

.jrnl .posts-area {
  padding: 64px 64px;
  background: #fff;
}

.jrnl .posts-area .area-hd {
  margin-bottom: 32px;
}

.jrnl .posts-area .area-hd h2 {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 700;
  color: #2a2a00;
  text-shadow: 1px 1px 0 rgba(195, 209, 73, 0.22);
  margin: 0 0 8px;
}

.jrnl .posts-area .area-hd .hd-rule {
  width: 64px;
  height: 3px;
  background: linear-gradient(107deg, #C3D149 0%, #D2DF9A 100%);
  border-radius: 4px;
}

.jrnl .card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.jrnl .post-card {
  border-radius: 4px;
  background: #F9F9F7;
  box-shadow: 0 1px 3px 0 rgba(195, 209, 73, 0.07);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
}

.jrnl .post-card:hover {
  box-shadow: 0 10px 44px 0 rgba(195, 209, 73, 0.13);
  transform: translateY(-4px);
}

.jrnl .post-card .card-img-wrap {
  aspect-ratio: 16/9;
  overflow: hidden;
  flex-shrink: 0;
}

.jrnl .post-card .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
}

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

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

.jrnl .post-card .card-tag {
  display: inline-block;
  font-size: 15px;
  line-height: 1.3;
  color: #2a2a00;
  background: #D2DF9A;
  border-radius: 4px;
  padding: 2px 8px;
  font-weight: 600;
  align-self: flex-start;
}

.jrnl .post-card .card-ttl {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  color: #2a2a00;
  margin: 0;
}

.jrnl .post-card .card-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a2a;
  margin: 0;
  flex: 1;
}

.jrnl .post-card .card-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(195, 209, 73, 0.2);
}

.jrnl .post-card .card-meta .meta-author {
  font-size: 15px;
  line-height: 1.3;
  color: #5a5a3a;
  font-weight: 600;
}

.jrnl .post-card .card-meta .meta-date {
  font-size: 15px;
  line-height: 1.3;
  color: #7a7a5a;
}

.jrnl .post-card .card-stats {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.jrnl .post-card .card-stats .stat {
  font-size: 15px;
  line-height: 1.3;
  color: #7a7a5a;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.jrnl .post-card .card-stats .stat svg {
  width: 14px;
  height: 14px;
  fill: #C3D149;
}

.jrnl .post-card .card-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  line-height: 1.3;
  color: #2a2a00;
  text-decoration: none;
  font-weight: 600;
  margin-top: 8px;
  transition: gap 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.jrnl .post-card .card-link:hover {
  gap: 8px;
}

.jrnl .post-card .card-link .arr {
  display: inline-block;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.22s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.jrnl .post-card:hover .card-link .arr {
  opacity: 1;
  transform: translateX(0);
}

.jrnl .divider-tri2 {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.jrnl .divider-tri2 svg {
  display: block;
  width: 100%;
}

.jrnl .review-band {
  background: #F9F9F7;
  padding: 64px 64px;
  position: relative;
  overflow: hidden;
}

.jrnl .review-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(107deg,
      transparent 0px,
      transparent 20px,
      rgba(195, 209, 73, 0.06) 20px,
      rgba(195, 209, 73, 0.06) 21px);
  pointer-events: none;
}

.jrnl .review-band .rv-hd {
  margin-bottom: 32px;
  position: relative;
}

.jrnl .review-band .rv-hd h2 {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 700;
  color: #2a2a00;
  text-shadow: 1px 1px 0 rgba(195, 209, 73, 0.22);
  margin: 0 0 8px;
}

.jrnl .review-band .rv-hd p {
  font-size: 17px;
  line-height: 1.6;
  color: #4a4a2a;
  max-width: 520px;
  margin: 0;
}

.jrnl .rv-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  position: relative;
}

.jrnl .rv-card {
  background: #fff;
  border-radius: 4px;
  padding: 32px;
  box-shadow: 0 4px 25px 0 rgba(195, 209, 73, 0.11);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.jrnl .rv-card .rv-name {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  color: #2a2a00;
}

.jrnl .rv-card .rv-txt {
  font-size: 15px;
  line-height: 1.9;
  color: #4a4a2a;
  margin: 0;
}

.jrnl .brace-deco {
  font-size: 68px;
  line-height: 1;
  color: rgba(195, 209, 73, 0.25);
  font-weight: 900;
  display: block;
  margin-bottom: -16px;
}

.jrnl .contact-strip {
  background: linear-gradient(107deg, #2a2a00 0%, #2a2a00 50%, #3a3a10 50%, #3a3a10 100%);
  padding: 64px 64px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}

.jrnl .contact-strip .cs-left h2 {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 700;
  color: #C3D149;
  text-shadow: 1px 2px 0 rgba(195, 209, 73, 0.18);
  margin: 0 0 8px;
}

.jrnl .contact-strip .cs-left p {
  font-size: 17px;
  line-height: 1.6;
  color: #D2DF9A;
  margin: 0;
}

.jrnl .contact-strip .cs-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}

.jrnl .contact-strip .cs-right .cs-detail {
  font-size: 17px;
  line-height: 1.3;
  color: #D2DF9A;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  transition: color 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.jrnl .contact-strip .cs-right .cs-detail:hover {
  color: #C3D149;
}

.jrnl .contact-strip .cs-right .cs-detail svg {
  width: 18px;
  height: 18px;
  fill: #C3D149;
  flex-shrink: 0;
}

.jrnl .contact-strip .cs-btn {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 4px;
  border: 2px solid #C3D149;
  color: #C3D149;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none;
  background: transparent;
  transition: background 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  margin-top: 8px;
}

.jrnl .contact-strip .cs-btn:hover {
  background: #C3D149;
  color: #2a2a00;
}

.jrnl .about-strip {
  padding: 64px 64px;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.jrnl .about-strip .ab-sidebar {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.jrnl .about-strip .ab-sidebar .ab-icon-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}

.jrnl .about-strip .ab-sidebar .ab-icon-row .ab-icon {
  width: 48px;
  height: 48px;
  background: #D2DF9A;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.jrnl .about-strip .ab-sidebar .ab-icon-row:hover .ab-icon {
  transform: rotate(6deg);
}

.jrnl .about-strip .ab-sidebar .ab-icon-row .ab-icon svg {
  width: 24px;
  height: 24px;
  fill: #2a2a00;
}

.jrnl .about-strip .ab-sidebar .ab-icon-row .ab-row-txt h4 {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  color: #2a2a00;
  margin: 0 0 4px;
}

.jrnl .about-strip .ab-sidebar .ab-icon-row .ab-row-txt p {
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a2a;
  margin: 0;
}

.jrnl .about-strip .ab-main h2 {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 700;
  color: #2a2a00;
  text-shadow: 1px 1px 0 rgba(195, 209, 73, 0.22);
  margin: 0 0 16px;
}

.jrnl .about-strip .ab-main h2 .fl {
  font-size: 51px;
  color: #C3D149;
  line-height: 1;
  display: inline-block;
}

.jrnl .about-strip .ab-main p {
  font-size: 17px;
  line-height: 1.9;
  color: #3a3a2a;
  margin: 0 0 16px;
}

.jrnl .about-strip .ab-main p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1280px) {
  .jrnl .pg-lead {
    padding: 64px 32px 32px;
  }

  .jrnl .pg-lead .lead-img-card {
    width: 240px;
  }

  .jrnl .pg-lead .curve-deco {
    right: 260px;
  }

  .jrnl .metrics-band {
    padding: 32px 32px;
  }

  .jrnl .posts-area {
    padding: 64px 32px;
  }

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

  .jrnl .review-band {
    padding: 64px 32px;
  }

  .jrnl .contact-strip {
    padding: 64px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }

  .jrnl .contact-strip .cs-right {
    align-items: flex-start;
  }

  .jrnl .about-strip {
    padding: 64px 32px;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .jrnl .pg-lead {
    padding: 32px 16px;
    flex-direction: column;
  }

  .jrnl .pg-lead .lead-img-card {
    width: 100%;
  }

  .jrnl .pg-lead .curve-deco {
    display: none;
  }

  .jrnl .pg-lead .lead-txt h1 {
    font-size: 37px;
  }

  .jrnl .pg-lead .lead-txt h1 .first-letter {
    font-size: 51px;
  }

  .jrnl .metrics-band {
    padding: 32px 16px;
    flex-direction: column;
    gap: 16px;
  }

  .jrnl .metrics-band .met-sep {
    width: 64px;
    height: 1px;
  }

  .jrnl .posts-area {
    padding: 32px 16px;
  }

  .jrnl .card-grid {
    grid-template-columns: 1fr;
  }

  .jrnl .review-band {
    padding: 32px 16px;
  }

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

  .jrnl .contact-strip {
    padding: 32px 16px;
    flex-direction: column;
    gap: 32px;
  }

  .jrnl .about-strip {
    padding: 32px 16px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .jrnl .about-strip .ab-main h2 {
    font-size: 27px;
  }
}

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

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

.pdcast-pg .title-blk {
  position: relative;
  background: #1b1e0f;
  padding: 64px 0;
}

.pdcast-pg .title-blk::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  opacity: 0.18;
  pointer-events: none;
}

.pdcast-pg .title-blk::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 80%, rgba(195, 209, 73, 0.13) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(210, 223, 154, 0.08) 0%, transparent 55%);
  pointer-events: none;
}

.pdcast-pg .title-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.pdcast-pg .title-label {
  display: inline-block;
  font-size: 15px;
  line-height: 1.3;
  color: #C3D149;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(195, 209, 73, 0.35);
  border-radius: 4px;
  padding: 8px 16px;
  width: fit-content;
}

.pdcast-pg .title-h1 {
  font-size: 68px;
  line-height: 1.1;
  color: #F9F9F7;
  font-weight: 800;
  margin: 0;
  max-width: 900px;
  text-shadow: 0 4px 25px rgba(195, 209, 73, 0.18);
}

.pdcast-pg .title-h1 .first-letter-acc {
  color: #C3D149;
  font-size: 1.1em;
}

.pdcast-pg .title-sub {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(249, 249, 247, 0.75);
  max-width: 560px;
  margin: 0;
}

.pdcast-pg .title-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  line-height: 1.3;
  color: #C3D149;
  text-decoration: none;
  border-bottom: 2px solid rgba(195, 209, 73, 0.4);
  padding-bottom: 4px;
  width: fit-content;
  transition: border-color 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), gap 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.pdcast-pg .title-link:hover {
  border-color: #C3D149;
  gap: 16px;
}

.pdcast-pg .title-link svg {
  transition: transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.pdcast-pg .title-link:hover svg {
  transform: translateX(4px);
}

.pdcast-pg .title-deco {
  position: absolute;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  width: 320px;
  height: 320px;
  pointer-events: none;
  z-index: 0;
}

.pdcast-pg .title-deco circle {
  fill: none;
  stroke: rgba(195, 209, 73, 0.08);
  stroke-width: 1;
}

.pdcast-pg .svc-blk {
  background: #F9F9F7;
  padding: 64px 0;
}

.pdcast-pg .svc-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 64px;
  margin-bottom: 64px;
}

.pdcast-pg .svc-heading-col {
  flex: 0 0 420px;
}

.pdcast-pg .svc-h2 {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 700;
  color: #1b1e0f;
  margin: 0 0 16px 0;
  text-shadow: 1px 2px 0 rgba(195, 209, 73, 0.22);
}

.pdcast-pg .svc-h2 .mark-phrase {
  background: linear-gradient(107deg, #C3D149 50%, #D2DF9A 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pdcast-pg .svc-intro {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3d2a;
  margin: 0;
}

.pdcast-pg .svc-img-col {
  flex: 1;
  position: relative;
}

.pdcast-pg .svc-img-wrap {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 10px 44px 0 rgba(195, 209, 73, 0.13);
}

.pdcast-pg .svc-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.pdcast-pg .svc-img-wrap:hover img {
  transform: scale(1.03);
}

.pdcast-pg .svc-img-badge {
  position: absolute;
  bottom: -16px;
  left: -16px;
  background: #C3D149;
  color: #1b1e0f;
  border-radius: 4px;
  padding: 16px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  box-shadow: 0 4px 25px 0 rgba(195, 209, 73, 0.11);
}

.pdcast-pg .svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.pdcast-pg .svc-card {
  background: #fff;
  border-radius: 4px;
  padding: 32px;
  box-shadow: 0 1px 3px 0 rgba(195, 209, 73, 0.07);
  transition: box-shadow 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: default;
}

.pdcast-pg .svc-card:active {
  transform: translateY(2px) scale(0.985);
  box-shadow: 0 1px 3px 0 rgba(195, 209, 73, 0.07);
}

.pdcast-pg .svc-card:hover {
  box-shadow: 0 10px 44px 0 rgba(195, 209, 73, 0.13);
}

.pdcast-pg .svc-card-num {
  font-size: 51px;
  line-height: 1.1;
  font-weight: 800;
  color: rgba(195, 209, 73, 0.25);
  display: block;
  margin-bottom: 8px;
}

.pdcast-pg .svc-card-h {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  color: #1b1e0f;
  margin: 0 0 8px 0;
}

.pdcast-pg .svc-card-p {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3d2a;
  margin: 0;
}

.pdcast-pg .svc-card-step-line {
  width: 32px;
  height: 2px;
  background: linear-gradient(107deg, #C3D149 50%, #D2DF9A 50%);
  margin: 16px 0;
  border-radius: 4px;
}

.pdcast-pg .svc-reviews {
  margin-top: 64px;
  background: rgba(195, 209, 73, 0.07);
  border-radius: 36px;
  padding: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.pdcast-pg .review-item {
  background: #fff;
  border-radius: 4px;
  padding: 32px;
  box-shadow: 0 4px 25px 0 rgba(195, 209, 73, 0.11);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pdcast-pg .review-text {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3d2a;
  margin: 0;
}

.pdcast-pg .review-author {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  color: #1b1e0f;
  margin: 0;
}

@media (max-width: 1280px) {
  .pdcast-pg .title-h1 {
    font-size: 51px;
  }

  .pdcast-pg .title-deco {
    width: 220px;
    height: 220px;
    right: 32px;
  }

  .pdcast-pg .svc-top {
    gap: 32px;
  }

  .pdcast-pg .svc-heading-col {
    flex: 0 0 320px;
  }

  .pdcast-pg .svc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .pdcast-pg .pg-wrap {
    padding: 0 16px;
  }

  .pdcast-pg .title-blk {
    padding: 64px 0;
  }

  .pdcast-pg .title-h1 {
    font-size: 37px;
  }

  .pdcast-pg .title-deco {
    display: none;
  }

  .pdcast-pg .svc-top {
    flex-direction: column;
    gap: 32px;
  }

  .pdcast-pg .svc-heading-col {
    flex: none;
  }

  .pdcast-pg .svc-img-badge {
    position: static;
    margin-top: 16px;
    display: inline-block;
  }

  .pdcast-pg .svc-grid {
    grid-template-columns: 1fr;
  }

  .pdcast-pg .svc-reviews {
    grid-template-columns: 1fr;
  }

  .pdcast-pg .svc-h2 {
    font-size: 27px;
  }
}

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

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

.entr .eyebrow {
  display: inline-block;
  font-size: 15px;
  line-height: 1.3;
  color: #5a6200;
  background: #D2DF9A;
  padding: 8px 16px;
  border-radius: 4px;
  margin-bottom: 16px;
  font-weight: 600;
}

.entr .accent-first::first-letter {
  font-size: 37px;
  color: #C3D149;
  line-height: 1.1;
  font-weight: 700;
  float: left;
  margin-right: 4px;
  margin-top: 2px;
}

.entr .dash-divider {
  border: none;
  border-top: 2px dashed #D2DF9A;
  margin: 0;
}

.entr .corner-bracket {
  position: relative;
}

.entr .corner-bracket::before,
.entr .corner-bracket::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.entr .corner-bracket::before {
  top: 0;
  left: 0;
  border-top: 2px solid #C3D149;
  border-left: 2px solid #C3D149;
}

.entr .corner-bracket::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #C3D149;
  border-right: 2px solid #C3D149;
}

.entr .title-blk {
  background: #F9F9F7;
  padding: 64px 0;
  position: relative;
}

.entr .title-blk .pg-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: center;
}

.entr .title-img-col {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.entr .title-img-col img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  border-radius: 4px;
  transition: box-shadow 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.entr .title-img-col img:hover {
  box-shadow: 0 10px 44px 0 rgba(195, 209, 73, 0.13);
}

.entr .title-img-col .img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(107deg, rgba(195, 209, 73, 0.45) 0%, rgba(210, 223, 154, 0.2) 100%);
  border-radius: 4px;
  pointer-events: none;
}

.entr .title-geo-line {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  pointer-events: none;
}

.entr .title-geo-line::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 2px;
  background: #C3D149;
}

.entr .title-geo-line::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 28px;
  background: #C3D149;
}

.entr .title-text-col {
  padding: 32px;
}

.entr .title-text-col h1 {
  font-size: 51px;
  line-height: 1.1;
  color: #1a2200;
  font-weight: 800;
  margin: 0 0 16px;
  text-shadow: 2px 2px 0 rgba(195, 209, 73, 0.18);
}

.entr .adapt-blk {
  background: #fff;
  padding: 64px 0;
  position: relative;
}

.entr .adapt-blk::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C3D149' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.entr .adapt-blk .pg-wrap {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 64px;
  align-items: start;
}

.entr .adapt-text h2 {
  font-size: 37px;
  line-height: 1.3;
  color: #1a2200;
  font-weight: 700;
  margin: 0 0 16px;
  text-shadow: 1px 1px 0 rgba(195, 209, 73, 0.15);
}

.entr .adapt-text p {
  font-size: 17px;
  line-height: 1.6;
  color: #2c3300;
  margin: 0 0 16px;
}

.entr .adapt-metrics {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.entr .metric-item {
  padding: 16px;
  background: linear-gradient(107deg, #C3D149 0%, #D2DF9A 100%);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.entr .metric-item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 32px 32px 0;
  border-color: transparent rgba(255, 255, 255, 0.3) transparent transparent;
  pointer-events: none;
}

.entr .metric-num {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 800;
  color: #1a2200;
  display: block;
}

.entr .metric-label {
  font-size: 15px;
  line-height: 1.3;
  color: #2c3300;
}

.entr .steps-list {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  counter-reset: step-counter;
  position: relative;
}

.entr .steps-list::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: #D2DF9A;
}

.entr .steps-list li {
  counter-increment: step-counter;
  padding: 8px 8px 8px 48px;
  position: relative;
  font-size: 17px;
  line-height: 1.6;
  color: #2c3300;
  margin-bottom: 8px;
}

.entr .steps-list li::before {
  content: counter(step-counter);
  position: absolute;
  left: 8px;
  top: 8px;
  width: 24px;
  height: 24px;
  background: #C3D149;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  color: #1a2200;
  line-height: 24px;
  text-align: center;
}

.entr .clients-blk {
  background: linear-gradient(107deg, #F9F9F7 0%, #D2DF9A 100%);
  padding: 64px 0;
}

.entr .clients-blk .pg-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.entr .clients-blk h2 {
  font-size: 37px;
  line-height: 1.3;
  color: #1a2200;
  font-weight: 700;
  margin: 0;
  text-shadow: 1px 1px 0 rgba(195, 209, 73, 0.2);
}

.entr .client-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.entr .client-card {
  background: #fff;
  border-radius: 36px;
  padding: 32px;
  box-shadow: 0 4px 25px 0 rgba(195, 209, 73, 0.11);
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.entr .client-card:hover {
  box-shadow: 0 10px 44px 0 rgba(195, 209, 73, 0.13);
}

.entr .client-card::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 48px 48px 0;
  border-color: transparent #C3D149 transparent transparent;
  pointer-events: none;
}

.entr .client-name {
  font-size: 17px;
  font-weight: 700;
  color: #1a2200;
  margin: 0 0 8px;
  line-height: 1.3;
}

.entr .client-situation {
  font-size: 15px;
  line-height: 1.6;
  color: #2c3300;
  margin: 0 0 16px;
}

.entr .client-result {
  font-size: 15px;
  line-height: 1.6;
  color: #5a6200;
  font-weight: 600;
}

.entr .star-rating {
  margin-bottom: 16px;
}

.entr .team-blk {
  background: #1a2200;
  padding: 64px 0;
}

.entr .team-blk .pg-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.entr .team-text h2 {
  font-size: 37px;
  line-height: 1.3;
  color: #D2DF9A;
  font-weight: 700;
  margin: 0 0 16px;
  text-shadow: 2px 2px 0 rgba(195, 209, 73, 0.25);
}

.entr .team-text p {
  font-size: 17px;
  line-height: 1.6;
  color: #c8d4a0;
  margin: 0 0 16px;
}

.entr .team-img-col {
  position: relative;
}

.entr .team-img-col img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 4px;
  display: block;
  box-shadow: 0 4px 25px 0 rgba(195, 209, 73, 0.11);
  transition: box-shadow 0.22s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.entr .team-img-col img:hover {
  box-shadow: 0 10px 44px 0 rgba(195, 209, 73, 0.13);
}

.entr .qual-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: qual-counter;
  position: relative;
}

.entr .qual-list::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: #C3D149;
  opacity: 0.4;
}

.entr .qual-list li {
  counter-increment: qual-counter;
  padding: 8px 8px 8px 40px;
  position: relative;
  font-size: 17px;
  line-height: 1.6;
  color: #c8d4a0;
  margin-bottom: 8px;
}

.entr .qual-list li::before {
  content: counter(qual-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #C3D149;
  line-height: 1.6;
}

.entr .example-blk {
  background: #F9F9F7;
  padding: 64px 0;
  position: relative;
}

.entr .example-blk .pg-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.entr .example-img-col {
  position: relative;
}

.entr .example-img-col img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 36px;
  display: block;
  box-shadow: 0 1px 3px 0 rgba(195, 209, 73, 0.07);
  transition: box-shadow 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.entr .example-img-col img:hover {
  box-shadow: 0 10px 44px 0 rgba(195, 209, 73, 0.13);
}

.entr .example-text h2 {
  font-size: 37px;
  line-height: 1.3;
  color: #1a2200;
  font-weight: 700;
  margin: 0 0 16px;
  text-shadow: 1px 1px 0 rgba(195, 209, 73, 0.15);
}

.entr .example-text p {
  font-size: 17px;
  line-height: 1.6;
  color: #2c3300;
  margin: 0 0 16px;
}

.entr .detail-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.entr .detail-tag {
  padding: 8px 16px;
  background: #D2DF9A;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.3;
  color: #1a2200;
  font-weight: 600;
}

.entr .outcome-blk {
  background: #fff;
  padding: 64px 0;
  position: relative;
}

.entr .outcome-blk::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23C3D149' fill-opacity='0.03'%3E%3Ccircle cx='40' cy='40' r='30'/%3E%3Ccircle cx='40' cy='40' r='20'/%3E%3Ccircle cx='40' cy='40' r='10'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.entr .outcome-blk .pg-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  text-align: center;
}

.entr .outcome-blk h2 {
  font-size: 37px;
  line-height: 1.3;
  color: #1a2200;
  font-weight: 700;
  margin: 0;
  text-shadow: 1px 1px 0 rgba(195, 209, 73, 0.15);
}

.entr .outcome-blk>.pg-wrap>p {
  font-size: 17px;
  line-height: 1.6;
  color: #2c3300;
  max-width: 720px;
  margin: 0;
}

.entr .outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
}

.entr .outcome-item {
  padding: 32px;
  border-radius: 4px;
  background: linear-gradient(107deg, #F9F9F7 0%, #D2DF9A 100%);
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.entr .outcome-item:hover {
  box-shadow: 0 10px 44px 0 rgba(195, 209, 73, 0.13);
}

.entr .outcome-item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 36px 36px 0;
  border-color: transparent #C3D149 transparent transparent;
  pointer-events: none;
}

.entr .outcome-item h5 {
  font-size: 17px;
  line-height: 1.3;
  color: #1a2200;
  font-weight: 700;
  margin: 0 0 8px;
}

.entr .outcome-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #2c3300;
  margin: 0;
}

.entr .outcome-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  line-height: 1.3;
  color: #5a6200;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #C3D149;
  padding: 16px 32px;
  border-radius: 4px;
  transition: background 0.22s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
}

.entr .outcome-link:hover {
  background: #C3D149;
  color: #1a2200;
}

.entr .outcome-link .arr {
  display: inline-block;
  transition: transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.entr .outcome-link:hover .arr {
  transform: translateX(6px);
}

@keyframes ring-expand {
  0% {
    transform: scale(0.6);
    opacity: 0.18;
  }

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

.entr .pulse-rings {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.entr .pulse-rings span {
  position: absolute;
  inset: 0;
  border-radius: 36px;
  border: 2px solid rgba(195, 209, 73, 0.25);
  animation: ring-expand 3s ease-out infinite;
}

.entr .pulse-rings span:nth-child(2) {
  animation-delay: 1s;
}

.entr .pulse-rings span:nth-child(3) {
  animation-delay: 2s;
}

.entr .unfold-item {
  overflow: hidden;
}

.entr .unfold-body {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.32s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.entr .unfold-item:hover .unfold-body {
  max-height: 200px;
  opacity: 1;
}

@media (max-width: 1280px) {
  .entr .title-blk .pg-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .entr .adapt-blk .pg-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }

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

  .entr .team-blk .pg-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .entr .example-blk .pg-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .entr .outcome-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .entr .pg-wrap {
    padding: 0 16px;
  }

  .entr .title-text-col h1 {
    font-size: 37px;
  }

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

  .entr .outcome-grid {
    grid-template-columns: 1fr;
  }

  .entr .title-blk,
  .entr .adapt-blk,
  .entr .clients-blk,
  .entr .team-blk,
  .entr .example-blk,
  .entr .outcome-blk {
    padding: 32px 0;
  }

  .entr .adapt-metrics {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .entr .metric-item {
    flex: 1 1 140px;
  }

  .entr .title-text-col {
    padding: 16px;
  }
}

.entr *:focus-visible {
  outline: 3px solid #C3D149 !important;
  outline-offset: 3px !important;
}

.abt-us {
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}

.abt-us .divider-dash {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 64px;
}

.abt-us .divider-dash span {
  display: block;
  height: 2px;
  background: #C3D149;
}

.abt-us .divider-dash span:nth-child(odd) {
  width: 32px;
}

.abt-us .divider-dash span:nth-child(even) {
  width: 16px;
  opacity: 0.4;
}

.abt-us .opening-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  padding: 64px 64px 64px 64px;
  gap: 64px;
  align-items: center;
  background: #F9F9F7;
  position: relative;
}

.abt-us .opening-block .img-col {
  position: relative;
}

.abt-us .opening-block .img-border-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.abt-us .opening-block .img-border-wrap::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  right: 16px;
  bottom: 16px;
  border: 2px solid #C3D149;
  border-radius: 4px;
  z-index: 0;
}

.abt-us .opening-block .img-border-wrap::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  right: -16px;
  bottom: -16px;
  border: 1px solid #D2DF9A;
  border-radius: 4px;
  z-index: 0;
}

.abt-us .opening-block .img-border-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.abt-us .opening-block .dot-pattern {
  position: absolute;
  bottom: -32px;
  right: -32px;
  width: 96px;
  height: 96px;
  z-index: 0;
  pointer-events: none;
}

.abt-us .opening-block .dot-pattern::before,
.abt-us .opening-block .dot-pattern::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 36px;
  background: #C3D149;
}

.abt-us .opening-block .dot-pattern::before {
  top: 0;
  left: 0;
  box-shadow:
    20px 0 0 #C3D149, 40px 0 0 #C3D149, 60px 0 0 #C3D149,
    0 20px 0 #D2DF9A, 20px 20px 0 #D2DF9A, 40px 20px 0 #D2DF9A, 60px 20px 0 #D2DF9A,
    0 40px 0 #C3D149, 20px 40px 0 #C3D149, 40px 40px 0 #C3D149, 60px 40px 0 #C3D149,
    0 60px 0 #D2DF9A, 20px 60px 0 #D2DF9A, 40px 60px 0 #D2DF9A, 60px 60px 0 #D2DF9A;
}

.abt-us .opening-block .text-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.abt-us .opening-block .text-col h1 {
  font-size: 51px;
  line-height: 1.1;
  font-weight: 800;
  color: #1b1b1b;
  text-shadow: 2px 2px 0 rgba(195, 209, 73, 0.18);
  margin: 0;
}

.abt-us .opening-block .text-col h1 .first-letter {
  font-size: 68px;
  color: #C3D149;
  line-height: 1;
  display: inline-block;
}

.abt-us .circles-deco {
  position: absolute;
  top: 32px;
  right: 0;
  width: 220px;
  height: 220px;
  pointer-events: none;
  overflow: hidden;
}

.abt-us .circles-deco .c1,
.abt-us .circles-deco .c2,
.abt-us .circles-deco .c3 {
  position: absolute;
  border-radius: 36px;
}

.abt-us .circles-deco .c1 {
  width: 160px;
  height: 160px;
  background: rgba(195, 209, 73, 0.08);
  top: 0;
  right: 0;
}

.abt-us .circles-deco .c2 {
  width: 110px;
  height: 110px;
  background: rgba(210, 223, 154, 0.12);
  top: 40px;
  right: 40px;
}

.abt-us .circles-deco .c3 {
  width: 60px;
  height: 60px;
  background: rgba(195, 209, 73, 0.15);
  top: 80px;
  right: 80px;
}

.abt-us .detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 64px;
  background: linear-gradient(107deg, #C3D149 0%, #C3D149 50%, #D2DF9A 50%, #D2DF9A 100%);
  position: relative;
}

.abt-us .detail-grid .grid-card {
  background: #fff;
  border-radius: 4px;
  padding: 32px;
  box-shadow: 0 4px 25px 0 rgba(195, 209, 73, 0.11);
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  border: 1.5px solid transparent;
  transition: border-color 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.abt-us .detail-grid .grid-card:hover {
  border-color: #C3D149;
  box-shadow: 0 10px 44px 0 rgba(195, 209, 73, 0.13);
}

.abt-us .detail-grid .grid-card.center-card {
  background: #1b1b1b;
  color: #F9F9F7;
}

.abt-us .detail-grid .grid-card.center-card h3 {
  color: #C3D149;
  text-shadow: 1px 1px 0 rgba(195, 209, 73, 0.3);
}

.abt-us .detail-grid .grid-card h3 {
  font-size: 27px;
  line-height: 1.3;
  font-weight: 700;
  color: #1b1b1b;
  text-shadow: 1px 1px 0 rgba(195, 209, 73, 0.15);
  margin: 0;
}

.abt-us .detail-grid .grid-card p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  color: #3a3a3a;
}

.abt-us .detail-grid .grid-card.center-card p {
  color: #D2DF9A;
}

.abt-us .detail-grid .grid-card .dot-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.abt-us .detail-grid .grid-card .dot-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a3a;
  counter-increment: step-count;
}

.abt-us .detail-grid .grid-card.center-card .dot-list li {
  color: #D2DF9A;
}

.abt-us .detail-grid .grid-card .dot-list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 36px;
  background: #C3D149;
  margin-top: 6px;
}

.abt-us .detail-grid .grid-card .img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 4px;
}

.abt-us .detail-grid .grid-card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.abt-us .detail-grid .step-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  counter-reset: step-count;
}

.abt-us .detail-grid .step-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #D2DF9A;
  padding: 8px 0;
  position: relative;
}

.abt-us .detail-grid .step-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 36px;
  width: 2px;
  height: calc(100% - 8px);
  background: rgba(195, 209, 73, 0.3);
}

.abt-us .detail-grid .step-list .step-num {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 36px;
  background: #C3D149;
  color: #1b1b1b;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  position: relative;
  z-index: 1;
}

.abt-us .detail-grid .ref-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.abt-us .detail-grid .ref-links a {
  font-size: 15px;
  color: #1b1b1b;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.6;
  transition: color 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.abt-us .detail-grid .ref-links a .arr {
  display: inline-block;
  width: 16px;
  height: 16px;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.22s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform 0.22s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.abt-us .detail-grid .ref-links a:hover {
  color: #8a9a00;
}

.abt-us .detail-grid .ref-links a:hover .arr {
  opacity: 1;
  transform: translateX(0);
}

.abt-us .detail-grid .ref-links a .arr svg {
  width: 16px;
  height: 16px;
}

.abt-us .metrics-row {
  display: flex;
  flex-direction: row;
  gap: 0;
  padding: 0 64px;
  background: #F9F9F7;
}

.abt-us .metrics-row .metric-item {
  flex: 1;
  padding: 32px;
  border-right: 1px dashed rgba(195, 209, 73, 0.4);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.abt-us .metrics-row .metric-item:last-child {
  border-right: none;
}

.abt-us .metrics-row .metric-item .metric-val {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 800;
  color: #C3D149;
}

.abt-us .metrics-row .metric-item .metric-label {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a3a;
}

@keyframes seq-reveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

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

.abt-us .detail-grid .grid-card:nth-child(1) {
  animation: seq-reveal 0.28s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s both;
}

.abt-us .detail-grid .grid-card:nth-child(2) {
  animation: seq-reveal 0.28s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s both;
}

.abt-us .detail-grid .grid-card:nth-child(3) {
  animation: seq-reveal 0.28s cubic-bezier(0.34, 1.56, 0.64, 1) 0.25s both;
}

@media (max-width: 1280px) {
  .abt-us .opening-block {
    padding: 64px 32px;
    gap: 32px;
  }

  .abt-us .detail-grid {
    padding: 64px 32px;
    gap: 16px;
  }

  .abt-us .divider-dash {
    padding: 0 32px;
  }

  .abt-us .metrics-row {
    padding: 0 32px;
  }
}

@media (max-width: 768px) {
  .abt-us .opening-block {
    grid-template-columns: 1fr;
    padding: 32px 16px 64px;
    gap: 32px;
  }

  .abt-us .opening-block .text-col h1 {
    font-size: 37px;
  }

  .abt-us .opening-block .text-col h1 .first-letter {
    font-size: 51px;
  }

  .abt-us .circles-deco {
    display: none;
  }

  .abt-us .detail-grid {
    grid-template-columns: 1fr;
    padding: 32px 16px;
    gap: 16px;
  }

  .abt-us .metrics-row {
    flex-direction: column;
    padding: 0 16px;
  }

  .abt-us .metrics-row .metric-item {
    border-right: none;
    border-bottom: 1px dashed rgba(195, 209, 73, 0.4);
    padding: 16px 8px;
  }

  .abt-us .metrics-row .metric-item:last-child {
    border-bottom: none;
  }

  .abt-us .divider-dash {
    padding: 0 16px;
  }

  .abt-us .opening-block .dot-pattern {
    display: none;
  }
}

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

.cont-us .pg-band {
  background: linear-gradient(107deg, #C3D149 0%, #C3D149 50%, #D2DF9A 100%);
  padding: 32px 64px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
  border-top: 3px solid #C3D149;
  border-bottom: 3px solid #D2DF9A;
}

.cont-us .pg-band::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 10%;
  width: 220px;
  height: 220px;
  background: #D2DF9A;
  border-radius: 36px;
  filter: blur(60px);
  opacity: 0.7;
  pointer-events: none;
}

.cont-us .pg-band::after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: 15%;
  width: 160px;
  height: 160px;
  background: #C3D149;
  border-radius: 36px;
  filter: blur(50px);
  opacity: 0.5;
  pointer-events: none;
}

.cont-us .band-txt {
  flex: 1;
  position: relative;
  z-index: 1;
}

.cont-us .band-txt h1 {
  font-size: 51px;
  line-height: 1.1;
  font-weight: 900;
  color: #1e2200;
  margin: 0 0 16px 0;
  text-shadow: 2px 3px 0 rgba(195, 209, 73, 0.25);
}

.cont-us .band-txt h1 .accentw {
  background: #1e2200;
  color: #C3D149;
  padding: 0 8px;
  border-radius: 4px;
}

.cont-us .band-txt p {
  font-size: 17px;
  line-height: 1.6;
  color: #2a2e00;
  margin: 0;
  max-width: 480px;
}

.cont-us .band-geo {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.cont-us .geo-shape {
  width: 180px;
  height: 100px;
  background: linear-gradient(107deg, #F9F9F7 0%, #F9F9F7 50%, #D2DF9A 100%);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 16px;
  box-shadow: 0 4px 25px 0 rgba(195, 209, 73, 0.11);
  transition: box-shadow 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cont-us .geo-shape:hover {
  box-shadow: 0 10px 44px 0 rgba(195, 209, 73, 0.13);
  transform: translateY(-3px);
}

.cont-us .geo-shape span {
  font-size: 15px;
  line-height: 1.3;
  color: #2a2e00;
  font-weight: 600;
}

.cont-us .geo-shape small {
  font-size: 15px;
  line-height: 1.6;
  color: #4a5000;
  font-weight: 400;
}

.cont-us .addr-strip {
  background: #F9F9F7;
  padding: 64px 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  background-image: radial-gradient(ellipse at 50% 50%, #F9F9F7 30%, #e8eda8 100%);
}

.cont-us .addr-col h2 {
  font-size: 37px;
  line-height: 1.3;
  font-weight: 800;
  color: #1e2200;
  margin: 0 0 16px 0;
  text-shadow: 1px 2px 0 rgba(195, 209, 73, 0.2);
}

.cont-us .addr-col h2 .fst {
  font-size: 51px;
  color: #C3D149;
  line-height: 1.1;
}

.cont-us .addr-col p {
  font-size: 17px;
  line-height: 1.6;
  color: #333600;
  margin: 0 0 32px 0;
}

.cont-us .detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cont-us .detail-list li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(195, 209, 73, 0.07);
  transition: box-shadow 0.22s cubic-bezier(0.68, -0.55, 0.27, 1.55), background 0.22s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  border-top: 3px solid #C3D149;
  border-bottom: 3px solid transparent;
}

.cont-us .detail-list li:hover {
  box-shadow: 0 4px 25px 0 rgba(195, 209, 73, 0.11);
  background: #F9F9F7;
  border-bottom-color: #D2DF9A;
}

.cont-us .detail-list .dl-label {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  color: #7a8400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cont-us .detail-list .dl-val {
  font-size: 17px;
  line-height: 1.6;
  color: #1e2200;
}

.cont-us .detail-list .dl-val a {
  color: #1e2200;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cont-us .detail-list .dl-val a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #C3D149;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.22s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cont-us .detail-list .dl-val a:hover {
  color: #7a8400;
}

.cont-us .detail-list .dl-val a:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.cont-us .matrix-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cont-us .matrix-col h3 {
  font-size: 27px;
  line-height: 1.3;
  font-weight: 700;
  color: #1e2200;
  margin: 0 0 8px 0;
  text-shadow: 1px 1px 0 rgba(195, 209, 73, 0.18);
}

.cont-us .prio-matrix {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
}

.cont-us .mx-cell {
  padding: 16px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
}

.cont-us .mx-cell:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 25px 0 rgba(195, 209, 73, 0.11);
}

.cont-us .mx-cell.urgent {
  background: #C3D149;
  border-radius: 4px 36px 4px 4px;
}

.cont-us .mx-cell.plan {
  background: #D2DF9A;
  border-radius: 36px 4px 4px 4px;
}

.cont-us .mx-cell.delegate {
  background: #F9F9F7;
  border: 2px solid #D2DF9A;
  border-radius: 4px 4px 4px 36px;
}

.cont-us .mx-cell.defer {
  background: #fff;
  border: 2px solid #C3D149;
  border-radius: 4px 4px 36px 4px;
}

.cont-us .mx-cell .mx-tag {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  color: #1e2200;
}

.cont-us .mx-cell .mx-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #2a2e00;
}

.cont-us .form-area {
  background: #1e2200;
  padding: 64px 64px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start;
  border-top: 3px solid #C3D149;
  border-bottom: 3px solid #D2DF9A;
}

.cont-us .form-side-txt h2 {
  font-size: 37px;
  line-height: 1.3;
  font-weight: 800;
  color: #C3D149;
  margin: 0 0 16px 0;
  text-shadow: 2px 3px 0 rgba(195, 209, 73, 0.15);
}

.cont-us .form-side-txt p {
  font-size: 17px;
  line-height: 1.6;
  color: #D2DF9A;
  margin: 0 0 32px 0;
}

.cont-us .form-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  counter-reset: step-ctr;
}

.cont-us .form-steps li {
  counter-increment: step-ctr;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
  position: relative;
}

.cont-us .form-steps li::before {
  content: counter(step-ctr);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: #C3D149;
  color: #1e2200;
  font-size: 15px;
  font-weight: 800;
  border-radius: 4px;
  flex-shrink: 0;
}

.cont-us .form-steps li::after {
  content: '';
  position: absolute;
  left: 15px;
  top: 48px;
  width: 2px;
  height: calc(100% - 16px);
  background: #C3D149;
  opacity: 0.3;
}

.cont-us .form-steps li:last-child::after {
  display: none;
}

.cont-us .form-steps li span {
  font-size: 15px;
  line-height: 1.6;
  color: #D2DF9A;
  padding-top: 6px;
}

.cont-us .req-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cont-us .field-grp {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cont-us .field-grp label {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  color: #D2DF9A;
}

.cont-us .req-form input[type="text"],
.cont-us .req-form input[type="email"],
.cont-us .req-form input[type="tel"],
.cont-us .req-form input[type="number"],
.cont-us .req-form select,
.cont-us .req-form textarea {
  width: 100%;
  padding: 16px;
  font-size: 17px;
  line-height: 1.6;
  color: #1e2200;
  background: #F9F9F7;
  border: 2px solid #D2DF9A;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: inset 0 2px 4px 0 rgba(195, 209, 73, 0.07);
  transition: border-color 0.22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
  outline: none;
  appearance: none;
}

.cont-us .req-form input::placeholder,
.cont-us .req-form textarea::placeholder {
  color: #7a8400;
  opacity: 0.7;
}

.cont-us .req-form input:focus,
.cont-us .req-form select:focus,
.cont-us .req-form textarea:focus {
  border-color: #C3D149;
  box-shadow: inset 0 2px 4px 0 rgba(195, 209, 73, 0.11), 0 0 0 3px rgba(195, 209, 73, 0.18);
}

.cont-us .req-form select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231e2200' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.cont-us .req-form textarea {
  min-height: 100px;
  resize: vertical;
}

.cont-us .cond-trigger {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: rgba(195, 209, 73, 0.08);
  border-radius: 4px;
  cursor: pointer;
}

.cont-us .cond-trigger input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  accent-color: #C3D149;
  cursor: pointer;
}

.cont-us .cond-trigger span {
  font-size: 15px;
  line-height: 1.6;
  color: #D2DF9A;
  font-weight: 600;
}

.cont-us .cond-fields {
  display: none;
  flex-direction: column;
  gap: 16px;
}

.cont-us #cond-check:checked~.cond-fields {
  display: flex;
}

.cont-us .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: rgba(195, 209, 73, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(195, 209, 73, 0.2);
}

.cont-us .privacy-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  accent-color: #C3D149;
  cursor: pointer;
  margin-top: 2px;
}

.cont-us .privacy-row label {
  font-size: 15px;
  line-height: 1.6;
  color: #D2DF9A;
}

.cont-us .privacy-row label a {
  color: #C3D149;
  text-decoration: underline;
  transition: color 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cont-us .privacy-row label a:hover {
  color: #D2DF9A;
}

.cont-us .submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  color: #C3D149;
  background: transparent;
  border: 2px solid #C3D149;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  align-self: flex-start;
  transition: color 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cont-us .submit-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #C3D149;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 0;
}

.cont-us .submit-btn span {
  position: relative;
  z-index: 1;
}

.cont-us .submit-btn:hover {
  color: #1e2200;
}

.cont-us .submit-btn:hover::before {
  transform: scaleX(1);
}

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

.cont-us .submit-btn:active {
  transform: scale(0.98);
}

.cont-us .border-trace-wrap {
  position: relative;
  border-radius: 4px;
}

.cont-us .border-trace-wrap::before,
.cont-us .border-trace-wrap::after {
  content: '';
  position: absolute;
  border-radius: 4px;
  pointer-events: none;
}

.cont-us .border-trace-wrap::before {
  inset: 0;
  border: 2px solid transparent;
  transition: border-color 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cont-us .border-trace-wrap:hover::before {
  border-color: #C3D149;
}

.cont-us .frosted-hover {
  transition: background 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), backdrop-filter 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 4px;
}

.cont-us .frosted-hover:hover {
  background: rgba(249, 249, 247, 0.7);
  backdrop-filter: blur(8px);
}

@media (max-width: 1280px) {
  .cont-us .pg-band {
    padding: 32px 32px;
    gap: 32px;
  }

  .cont-us .addr-strip {
    padding: 64px 32px;
    gap: 32px;
  }

  .cont-us .form-area {
    padding: 64px 32px;
    gap: 32px;
  }

  .cont-us .band-txt h1 {
    font-size: 37px;
  }
}

@media (max-width: 768px) {
  .cont-us .pg-band {
    flex-direction: column;
    padding: 32px 16px;
    gap: 32px;
  }

  .cont-us .band-geo {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  .cont-us .geo-shape {
    flex: 1 1 140px;
    width: auto;
  }

  .cont-us .band-txt h1 {
    font-size: 37px;
  }

  .cont-us .addr-strip {
    grid-template-columns: 1fr;
    padding: 32px 16px;
    gap: 32px;
  }

  .cont-us .form-area {
    grid-template-columns: 1fr;
    padding: 32px 16px;
    gap: 32px;
  }

  .cont-us .prio-matrix {
    grid-template-columns: 1fr 1fr;
  }
}

.srvs-pg {
  max-width: 1600px;
  margin: 0 auto;
  overflow-x: clip;
}

.srvs-pg .reveal-words {
  display: inline;
}

.srvs-pg .reveal-words .wd {
  display: inline-block;
  opacity: 0;
  transform: translateY(16px);
  animation: wd-in 0.28s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes wd-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.srvs-pg .reveal-words .wd:nth-child(1) {
  animation-delay: 0.05s;
}

.srvs-pg .reveal-words .wd:nth-child(2) {
  animation-delay: 0.12s;
}

.srvs-pg .reveal-words .wd:nth-child(3) {
  animation-delay: 0.19s;
}

.srvs-pg .reveal-words .wd:nth-child(4) {
  animation-delay: 0.26s;
}

.srvs-pg .reveal-words .wd:nth-child(5) {
  animation-delay: 0.33s;
}

.srvs-pg .reveal-words .wd:nth-child(6) {
  animation-delay: 0.40s;
}

.srvs-pg .reveal-words .wd:nth-child(7) {
  animation-delay: 0.47s;
}

.srvs-pg .pg-lead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}

.srvs-pg .pg-lead .lead-txt {
  background: #C3D149;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.srvs-pg .pg-lead .lead-txt::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 2px;
  height: 30%;
  background: #F9F9F7;
}

.srvs-pg .pg-lead .lead-txt::before {
  content: '';
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
  height: 1px;
  background: rgba(195, 209, 73, 0.3);
  transform: rotate(-1.5deg);
  pointer-events: none;
}

.srvs-pg .lead-kicker {
  font-size: 15px;
  line-height: 1.3;
  color: #2a2a00;
  opacity: 0.7;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.srvs-pg .lead-h1 {
  font-size: 68px;
  line-height: 1.1;
  color: #1b1b00;
  margin-bottom: 32px;
  text-shadow: 2px 2px 0 rgba(195, 209, 73, 0.4);
}

.srvs-pg .lead-h1 .first-letter {
  font-size: 1.2em;
  color: #2a2a00;
}

.srvs-pg .lead-desc {
  font-size: 17px;
  line-height: 1.6;
  color: #2a2a00;
  max-width: 480px;
}

.srvs-pg .lead-img-side {
  position: relative;
  overflow: hidden;
}

.srvs-pg .lead-img-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16/9;
}

.srvs-pg .lead-img-side::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to top, rgba(27, 27, 0, 0.72), transparent);
  pointer-events: none;
}

.srvs-pg .svc-list-area {
  background: #F9F9F7;
  padding: 64px;
  position: relative;
}

.srvs-pg .svc-list-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C3D149' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.srvs-pg .svc-list-area .area-label {
  font-size: 15px;
  line-height: 1.3;
  color: #5a5a2a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.srvs-pg .svc-list-area .area-h2 {
  font-size: 37px;
  line-height: 1.3;
  color: #1b1b00;
  margin-bottom: 64px;
  text-shadow: 1px 1px 0 rgba(195, 209, 73, 0.35);
}

.srvs-pg .svc-list-area .area-h2 .first-letter {
  font-size: 1.15em;
  color: #C3D149;
}

.srvs-pg .svc-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
}

.srvs-pg .svc-steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(107deg, #C3D149 50%, #D2DF9A 100%);
  z-index: 0;
}

.srvs-pg .svc-item {
  background: #fff;
  border-radius: 4px;
  padding: 32px;
  position: relative;
  box-shadow: 0 4px 25px 0 rgba(195, 209, 73, 0.11);
  transition: box-shadow 0.22s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 1;
}

.srvs-pg .svc-item:hover {
  box-shadow: 0 10px 44px 0 rgba(195, 209, 73, 0.13);
  transform: translateY(-4px);
}

.srvs-pg .svc-item .step-num {
  width: 56px;
  height: 56px;
  border-radius: 36px;
  background: linear-gradient(107deg, #C3D149 50%, #D2DF9A 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  color: #1b1b00;
  margin-bottom: 16px;
  box-shadow: 0 1px 3px 0 rgba(195, 209, 73, 0.07);
}

.srvs-pg .svc-item .svc-name {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  color: #1b1b00;
  margin-bottom: 8px;
}

.srvs-pg .svc-item .svc-dur {
  font-size: 15px;
  line-height: 1.3;
  color: #5a5a2a;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.srvs-pg .svc-item .svc-dur .dur-dot {
  width: 6px;
  height: 6px;
  border-radius: 36px;
  background: #C3D149;
  display: inline-block;
}

.srvs-pg .svc-item .svc-body {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a1a;
}

.srvs-pg .svc-item .svc-price {
  margin-top: 16px;
  font-size: 27px;
  line-height: 1.1;
  font-weight: 700;
  color: #1b1b00;
}

.srvs-pg .svc-item .price-note {
  font-size: 15px;
  color: #5a5a2a;
  line-height: 1.3;
}

.srvs-pg .detail-area {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 0;
  background: #1b1b00;
}

.srvs-pg .detail-img {
  position: relative;
  overflow: hidden;
}

.srvs-pg .detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16/9;
  filter: saturate(0.7) brightness(0.85);
}

.srvs-pg .detail-img::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  background: linear-gradient(to right, transparent, #1b1b00);
  pointer-events: none;
}

.srvs-pg .detail-txt {
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.srvs-pg .detail-txt::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 0;
  width: 3px;
  height: 60%;
  background: linear-gradient(180deg, #C3D149, transparent);
}

.srvs-pg .detail-txt .detail-label {
  font-size: 15px;
  line-height: 1.3;
  color: #D2DF9A;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.srvs-pg .detail-txt .detail-h2 {
  font-size: 37px;
  line-height: 1.3;
  color: #F9F9F7;
  margin-bottom: 32px;
  text-shadow: 0 2px 8px rgba(195, 209, 73, 0.18);
}

.srvs-pg .detail-txt .detail-h2 .first-letter {
  font-size: 1.15em;
  color: #C3D149;
}

.srvs-pg .detail-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.srvs-pg .d-step {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 4px;
  background: rgba(195, 209, 73, 0.06);
  transition: background 0.25s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.srvs-pg .d-step:hover {
  background: rgba(195, 209, 73, 0.13);
}

.srvs-pg .d-step .d-num {
  min-width: 32px;
  height: 32px;
  border-radius: 4px;
  background: #C3D149;
  color: #1b1b00;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.srvs-pg .d-step .d-body {
  flex: 1;
}

.srvs-pg .d-step .d-body strong {
  display: block;
  font-size: 15px;
  line-height: 1.3;
  color: #F9F9F7;
  margin-bottom: 4px;
}

.srvs-pg .d-step .d-body span {
  font-size: 15px;
  line-height: 1.6;
  color: #b8c87a;
}

.srvs-pg .ratings-area {
  padding: 64px;
  background: linear-gradient(107deg, #C3D149 50%, #D2DF9A 100%);
  position: relative;
}

.srvs-pg .ratings-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231b1b00' fill-opacity='0.03'%3E%3Cpath d='M0 0h80v80H0z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.srvs-pg .ratings-area .rat-divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-bottom: 64px;
}

.srvs-pg .ratings-area .rat-divider::before {
  content: '';
  width: 32px;
  height: 2px;
  background: #1b1b00;
  opacity: 0.4;
}

.srvs-pg .ratings-area .rat-divider::after {
  content: '';
  flex: 1;
  height: 2px;
  background: #1b1b00;
  opacity: 0.15;
}

.srvs-pg .rat-label {
  font-size: 15px;
  line-height: 1.3;
  color: #2a2a00;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.srvs-pg .ratings-area .rat-h2 {
  font-size: 37px;
  line-height: 1.3;
  color: #1b1b00;
  margin-bottom: 64px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.srvs-pg .ratings-area .rat-h2 .first-letter {
  font-size: 1.15em;
  color: #fff;
}

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

.srvs-pg .rat-card {
  background: #fff;
  border-radius: 4px;
  padding: 32px;
  box-shadow: 0 1px 3px 0 rgba(195, 209, 73, 0.07);
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.srvs-pg .rat-card:hover {
  transform: translateY(-3px);
}

.srvs-pg .rat-card .rat-name {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  color: #1b1b00;
  margin-bottom: 8px;
}

.srvs-pg .rat-card .rat-svc {
  font-size: 15px;
  line-height: 1.3;
  color: #5a5a2a;
  margin-bottom: 16px;
}

.srvs-pg .rat-card .rat-txt {
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a1a;
  margin-top: 16px;
}

@media (max-width: 1280px) {
  .srvs-pg .pg-lead {
    grid-template-columns: 1fr 1fr;
  }

  .srvs-pg .pg-lead .lead-txt {
    padding: 32px;
  }

  .srvs-pg .lead-h1 {
    font-size: 51px;
  }

  .srvs-pg .svc-list-area {
    padding: 32px;
  }

  .srvs-pg .svc-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .srvs-pg .svc-steps::before {
    display: none;
  }

  .srvs-pg .detail-area {
    grid-template-columns: 1fr;
  }

  .srvs-pg .detail-img img {
    aspect-ratio: 16/9;
    height: 320px;
  }

  .srvs-pg .detail-img::after {
    width: 100%;
    height: 40%;
    top: auto;
    bottom: 0;
    background: linear-gradient(to top, #1b1b00, transparent);
  }

  .srvs-pg .detail-txt {
    padding: 32px;
  }

  .srvs-pg .ratings-area {
    padding: 32px;
  }

  .srvs-pg .rat-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .srvs-pg .pg-lead {
    grid-template-columns: 1fr;
  }

  .srvs-pg .lead-h1 {
    font-size: 37px;
  }

  .srvs-pg .lead-txt {
    padding: 32px !important;
  }

  .srvs-pg .svc-steps {
    grid-template-columns: 1fr;
  }

  .srvs-pg .svc-list-area .area-h2 {
    font-size: 27px;
  }

  .srvs-pg .detail-txt .detail-h2 {
    font-size: 27px;
  }

  .srvs-pg .ratings-area .rat-h2 {
    font-size: 27px;
    margin-bottom: 32px;
  }
}

.success-pg {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 32px;
  background-color: #F9F9F7;
}

.success-pg .confirm-wrap {
  max-width: 600px;
  width: 100%;
  background: #fff;
  border-radius: 36px;
  padding: 64px;
  box-shadow: 0 4px 25px 0 rgba(195, 209, 73, 0.11);
  text-align: center;
}

.success-pg .icon-mark {
  width: 72px;
  height: 72px;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  background: #D2DF9A;
}

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

.success-pg .confirm-title {
  font-size: 37px;
  line-height: 1.1;
  font-weight: 700;
  color: #1b2000;
  margin: 0 0 16px;
  text-shadow: 0 1px 3px rgba(195, 209, 73, 0.07);
}

.success-pg .confirm-title span {
  color: #C3D149;
}

.success-pg .confirm-note {
  font-size: 17px;
  line-height: 1.6;
  color: #2e3a00;
  margin: 0 0 32px;
}

.success-pg .back-link {
  display: inline-block;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  color: #1b2000;
  text-decoration: none;
  border: 2px solid #C3D149;
  border-radius: 4px;
  padding: 16px 32px;
  transition: background 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.success-pg .back-link:hover,
.success-pg .back-link:focus {
  background: #C3D149;
  color: #1b2000;
  outline: none;
}

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

@media (max-width: 768px) {
  .success-pg .confirm-wrap {
    padding: 32px 16px;
  }

  .success-pg .confirm-title {
    font-size: 27px;
  }
}

h1, h2, h3, h4, h5, h6 {word-break: break-word;}
