@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

body {
  background: transparent;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #2f2320;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.zeongrow-landing .page-content ul li::marker {
  color: #00a59a;
}

@media (max-width: 480px) {
  .legal-page--privacy .advanced-table table {
    table-layout: fixed;
  }

  .legal-page--privacy .advanced-table th,
  .legal-page--privacy .advanced-table td {
    padding: 10px 8px;
    font-size: 11px;
    line-height: 1.45;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .legal-page--privacy .advanced-table th:nth-child(1),
  .legal-page--privacy .advanced-table td:nth-child(1) {
    width: 30%;
  }

  .legal-page--privacy .advanced-table th:nth-child(2),
  .legal-page--privacy .advanced-table td:nth-child(2) {
    width: 35%;
  }

  .legal-page--privacy .advanced-table th:nth-child(3),
  .legal-page--privacy .advanced-table td:nth-child(3) {
    width: 35%;
  }
}

/* Common */
.btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 0.3s,
    color 0.3s;
}
.btn-primary {
  background-color: #00a59a;
  color: white;
  border: none;
}

.btn-primary:hover {
  background-color: #02867d;
  background-color: #008f86;
  border-color: #008f86;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 165, 154, 0.22);
  text-decoration: none;
}
strong {
  font-weight: 600;
}
img {
  display: block;
  max-width: 100%;
}

em {
  color: #13a8a1;
}
.page-content {
  padding: 50px 0;
}

.page-content.front-page {
  padding: 0;
}

.page-content h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}

.box-1 {
  border-radius: 12px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 4px 14px 0 #0000000d;
}

/* Header */
header {
  background: #fff;
  padding: 22px 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header__logo {
  flex: auto;
}

.header .header__logo img {
  /* 	width: 118px; */
  height: 32px;
}
.header__menu {
  display: flex;
  justify-content: space-between;
  flex: auto;
}
.menu__nav.ul {
  display: flex;
  gap: 15px;
  align-items: center;
}
.menu__nav.ul li a {
  color: #2f2320;
  padding: 4px 6px;
  border-radius: 4px;
  transition:
    background-color 0.3s,
    color 0.3s;
}
.menu__nav.ul li a:hover {
  background: #e8edf2;
}
.header .btn {
  padding: 4px 10px;
}

.menu__close-btn {
  display: none;
  width: 30px;
  height: 30px;
  font-size: 52px;
  background: none;
  border: none;
  color: #2f2320;
  align-items: center;
  cursor: pointer;
}
.header__lang-switcher {
  margin-right: 10px;
  width: 150px;
}

#menu-header-jp .menu-item-has-children > a {
  pointer-events: none;
  cursor: default;
}

/* Footer */

.footer .disclaimer {
  text-align: center;
  font-size: 14px;
  color: #707070;
  padding: 50px 0;
  background: linear-gradient(to bottom, #eaf5ed, #eaf5f5);
}

.footer .copyright {
  padding: 30px 0;
  background-color: #108d85;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
}

.footer__head {
  display: flex;
  justify-content: space-between;
}

.footer__content {
  flex-direction: column-reverse;
}

.footer__menu-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.footer__menu-list > li:not(.menu-item-has-children) {
  grid-row: 1;
}

.footer__menu-list > li.menu-item-has-children {
  grid-row: 2;
}

.footer__menu-list > li.menu-item-has-children > a {
  pointer-events: none;
  font-weight: 700;
  cursor: default;
  margin-bottom: 10px;
  display: block;
}

/* Account Page */

.acoount-page {
  background-image: linear-gradient(to bottom, #eaf5ed, #eaf5f5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zeon-reg-form {
  display: flex;
  justify-content: center;
}

.form__wrapper {
  max-width: 452px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px 0 #0000000d;
  padding: 32px 24px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form__review {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  margin-top: 20px;
}

.form__review img {
  width: 71px;
}

.form__security--block {
  margin-top: 60px !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form__security--item {
  display: flex;
  align-items: flex-start;
  max-width: 195px;
  gap: 10px;
}

.form__security--row {
  justify-content: center;
}

.register-page .register-security {
  margin-top: 60px;
  padding: 40px 32px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbfb 100%);
  box-shadow: 0 18px 45px rgba(16, 179, 166, 0.08);
}

.register-page .register-hero {
  padding-top: 48px;
}

.register-page .register-hero__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.register-page .register-hero__title {
  max-width: 980px;
  margin: 0;
  color: #22314f;
  text-align: center;
  font-size: 54px;
  line-height: 1.1;
  text-wrap: balance;
}

.register-page .register-hero__form {
  width: 100%;
  max-width: 920px;
}

.register-page .register-hero__form .rf-box {
  margin-left: auto;
  margin-right: auto;
}

.register-page .register-security__title {
  margin: 0 0 28px;
  color: #22314f;
  text-align: center;
  font-size: 36px;
  line-height: 1.15;
}

.register-page .register-security__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.register-page .register-security__item {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 132px;
  padding: 24px 22px;
  border: 1px solid #d8eeeb;
  border-radius: 22px;
  background-color: #fff;
}

.register-page .register-security__icon {
  margin: 0;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register-page .register-security__icon img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.register-page .register-security__text {
  margin: 0;
  color: #4e5c78;
  font-size: 18px;
  line-height: 1.45;
}

.careers-page .careers-hero {
  padding: 0;
}

.careers-page .careers-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 460px);
  gap: 34px;
  align-items: start;
}

.careers-page .careers-hero__copy {
  padding: 24px 0;
}

.careers-page .careers-hero__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #10b3a6;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.careers-page .careers-hero__title {
  margin: 0 0 18px;
  color: #22314f;
  font-size: 34px;
  line-height: 1.08;
}

.careers-page .careers-hero__text {
  margin: 0 0 14px;
  color: #4e5c78;
  font-size: 18px;
  line-height: 1.75;
}

.careers-page .careers-hero__form .rf-box {
  box-shadow: 0 20px 48px rgba(16, 179, 166, 0.12);
}

.careers-page .careers {
  padding: 24px 0 72px;
  margin-top: 70px;
}

.careers-page .careers__container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.careers-page .careers__header {
  margin-bottom: 28px;
}

.careers-page .careers__title {
  margin: 0 0 16px;
  font-size: 40px;
  line-height: 1.15;
}

.careers-page .careers__title-gradient {
  background: linear-gradient(90deg, #22314f 0%, #10b3a6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.careers-page .careers__description {
  margin: 0 auto;
  color: #4e5c78;
  font-size: 17px;
  line-height: 1.75;
}

.careers-page .jobs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.careers-page .job {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: linear-gradient(180deg, #f8fdfd 0%, #ffffff 100%);
  border: 1px solid rgba(16, 179, 166, 0.16);
  border-radius: 18px;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.careers-page .job:hover,
.careers-page .job.is-active {
  border-color: rgba(16, 179, 166, 0.35);
  box-shadow: 0 16px 38px rgba(16, 179, 166, 0.12);
}

.careers-page .job__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
}

.careers-page .job__title {
  color: #22314f;
  font-size: 20px;
  font-weight: 700;
}

.careers-page .job__type,
.careers-page .job__location {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 16px;
  background: rgba(16, 179, 166, 0.08);
  border: 1px solid rgba(16, 179, 166, 0.18);
  border-radius: 999px;
  color: #22314f;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.careers-page .job__action {
  display: flex;
}

.careers-page .job__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 18px;
  border: 1px solid #10b3a6;
  border-radius: 999px;
  background: #10b3a6;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  width: 191px;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.careers-page .job__toggle:hover {
  background: #0d9d92;
  box-shadow: 0 8px 22px rgba(16, 179, 166, 0.28);
}

.careers-page .job__content[hidden] {
  display: none !important;
}

.careers-page .job__content {
  padding: 0 24px 24px;
  border-top: 1px solid rgba(16, 179, 166, 0.12);
}

.careers-page .job__content.is-open {
  display: block;
  animation: zeongrowCareerSlideDown 0.22s ease;
}

@keyframes zeongrowCareerSlideDown {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

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

.careers-page .job__text {
  padding-top: 18px;
  color: #4e5c78;
  font-size: 16px;
  line-height: 1.75;
}

.careers-page .job__text p {
  margin-bottom: 10px;
}

.careers-page .job__text strong {
  color: #22314f;
}

.careers-page .job__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid rgba(16, 179, 166, 0.2);
  background: rgba(16, 179, 166, 0.08);
  color: #10b3a6;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.careers-page .job__cta:hover {
  background: rgba(16, 179, 166, 0.14);
  color: #0d9d92;
}

@media (max-width: 991px) {
  .careers-page .careers-hero__grid {
    grid-template-columns: 1fr;
  }

  .careers-page .careers-hero__title {
    font-size: 42px;
  }

  .careers-page .job__header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .careers-page .job__action,
  .careers-page .job__toggle {
    width: 100%;
  }

  .register-page .register-hero__title {
    font-size: 42px;
  }

  .register-page .register-hero__form {
    max-width: 100%;
  }

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

  .register-page .register-security__title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .careers-page .careers-hero__title {
    font-size: 30px;
  }

  .careers-page .careers-hero__text,
  .careers-page .careers__description {
    font-size: 15px;
  }

  .careers-page .careers__title {
    font-size: 30px;
  }

  .careers-page .careers__container {
    width: min(100%, calc(100% - 24px));
  }

  .careers-page .job__header,
  .careers-page .job__content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .careers-page .job__title {
    font-size: 18px;
  }

  .register-page .register-hero {
    padding-top: 28px;
  }

  .register-page .register-hero__wrapper {
    gap: 20px;
  }

  .register-page .register-hero__title {
    font-size: 30px;
  }

  .register-page .register-security {
    margin-top: 36px;
    padding: 24px 18px;
    border-radius: 22px;
  }

  .register-page .register-security__item {
    align-items: flex-start;
    min-height: 0;
    padding: 18px 16px;
    gap: 14px;
  }

  .register-page .register-security__icon,
  .register-page .register-security__icon img {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }

  .register-page .register-security__text {
    font-size: 16px;
  }
}

/* Content Styles */
.plans__include ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
  list-style: none;
  margin: 0;
}

.plans__include ul > li {
  position: relative;
  padding-left: 28px;
  list-style: none;
}
.plans__include ul > li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #eaf5ed;
  display: flex;
  align-items: center;
  color: #02867d;
}
.plans__payments {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  row-gap: 0;
  flex-wrap: wrap;
  padding: 40px 0;
}
.plans__payments img {
  max-height: 33px;
  max-width: 52px;
  object-fit: contain;
}

.plans__payments p {
  display: block;
  max-width: 70%;
  margin: 0 auto;
  margin-top: 20px;
}

.btn-line {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff0;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 14px;
  fill: #fff;
  color: #fff;
  background-image: linear-gradient(180deg, #2ee679 0%, #06c755 100%);
  border-radius: 5px 5px 5px 5px;
  padding: 7px 20px 7px 20px;
  cursor: pointer;
}
.line-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.line-modal.active {
  display: block;
}

.line-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 60, 30, 0.75);
  backdrop-filter: blur(8px);
}

.line-modal__content {
  position: relative;
  max-width: 450px;
  margin: 10vh auto;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  z-index: 2;
}

.line-modal__content .headline {
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  font-size: 20px;
}

.line-modal__content .legal-text {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}

.line-modal__close {
  position: absolute;
  right: 6px;
  top: 0px;
  font-size: 26px;
  font-weight: bold;
}

.line-modal__logo-wrap {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.line-modal__logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.footer {
  padding-top: 20px;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  padding: 14px 0 40px 0;
}

.footer__col--left {
  width: 65% !important;
  padding: 0 !important;
}

.footer__col--right {
  width: 30% !important;
  padding: 0 !important;
}

.company-page .company-hero {
  padding: 52px 0 24px;
}

.company-page .company-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 460px);
  gap: 34px;
  align-items: start;
}

.company-page .company-hero__copy {
  padding: 0;
}

.company-page .company-hero__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #10b3a6;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.company-page .company-hero__title {
  margin: 0 0 18px;
  color: #22314f;
  font-size: 33px;
  line-height: 1.08;
}

.company-page .company-hero__text {
  margin: 0 0 14px;
  color: #4e5c78;
  font-size: 18px;
  line-height: 1.75;
}

.company-page .company-hero__form .rf-box {
  box-shadow: 0 20px 48px rgba(16, 179, 166, 0.12);
}

.company-page .company-section {
  padding: 24px 0 36px;
}

.company-page .company-section__title {
  margin: 0 0 22px;
  color: #22314f;
  font-size: 40px;
  line-height: 1.15;
}

.company-page .company-facts__table {
  border: 1px solid rgba(16, 179, 166, 0.16);
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fdfd 0%, #ffffff 100%);
}

.company-page .company-facts__row {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  border-bottom: 1px solid rgba(16, 179, 166, 0.12);
}

.company-page .company-facts__row:last-child {
  border-bottom: 0;
}

.company-page .company-facts__label,
.company-page .company-facts__value {
  padding: 18px 22px;
  font-size: 16px;
  line-height: 1.65;
}

.company-page .company-facts__label {
  color: #fff;
  font-weight: 700;
  background: #10b3a6;
}

.company-page .company-facts__value {
  color: #4e5c78;
}

.company-page .company-facts__value a {
  color: #10b3a6;
  text-decoration: none;
}

.company-page .company-mission__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 34px;
  align-items: center;
}

.company-page .company-mission__copy p {
  margin: 0 0 14px;
  color: #4e5c78;
  font-size: 17px;
  line-height: 1.8;
}

.company-page .company-mission__media {
  padding: 22px;
  border: 1px solid rgba(16, 179, 166, 0.16);
  border-radius: 28px;
  background: linear-gradient(180deg, #edf8f7 0%, #ffffff 100%);
  box-shadow: 0 16px 38px rgba(16, 179, 166, 0.1);
}

.company-page .company-mission__media img {
  width: 100%;
  border-radius: 18px;
}

.company-page .company-values__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.company-page .company-values__item {
  padding: 24px 22px;
  border: 1px solid rgba(16, 179, 166, 0.16);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 179, 166, 0.08);
}

.company-page .company-values__number {
  margin-bottom: 14px;
  color: #10b3a6;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.company-page .company-values__item h3 {
  margin: 0 0 10px;
  color: #22314f;
  font-size: 20px;
  text-align: left;
}

.company-page .company-values__item p {
  margin: 0;
  color: #4e5c78;
  font-size: 16px;
  line-height: 1.7;
}

.company-page .company-values__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 14px 28px;
  border-radius: 999px;
  background: #10b3a6;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(16, 179, 166, 0.24);
}

.company-page .company-roadmap__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-left: 28px;
}

.company-page .company-roadmap__list::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  width: 2px;
  background: linear-gradient(180deg, rgba(16, 179, 166, 0.3) 0%, rgba(34, 49, 79, 0.18) 100%);
}

.company-page .company-roadmap__item {
  position: relative;
  padding: 22px 22px 22px 28px;
  border: 1px solid rgba(16, 179, 166, 0.16);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 179, 166, 0.06);
}

.company-page .company-roadmap__item::before {
  content: "";
  position: absolute;
  top: 28px;
  left: -28px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #10b3a6;
  box-shadow: 0 0 0 6px rgba(16, 179, 166, 0.12);
}

.company-page .company-roadmap__date {
  margin-bottom: 8px;
  color: #22314f;
  font-size: 18px;
  font-weight: 700;
}

.company-page .company-roadmap__content {
  color: #4e5c78;
  font-size: 16px;
  line-height: 1.75;
}

.company-page .company-media__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.company-page .company-media__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 22px;
  border: 1px solid rgba(16, 179, 166, 0.16);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 179, 166, 0.06);
}

.company-page .company-media__item img {
  height: 34px;
  width: auto;
  object-fit: contain;
  object-position: left center;
}

.company-page .company-media__item p {
  margin: 0;
  color: #22314f;
  font-size: 16px;
  line-height: 1.65;
}

.company-page .company-media__item span {
  color: #10b3a6;
  font-size: 14px;
  font-weight: 700;
}

.pu-banner-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.contact-page .contact-hero {
  padding: 0;
}

.contact-page .contact-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 460px);
  gap: 34px;
  align-items: start;
}

.contact-page .contact-hero__copy {
  padding: 24px 0;
}

.contact-page .contact-hero__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #10b3a6;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-page .contact-hero__title {
  margin: 0 0 18px;
  color: #22314f;
  font-size: 34px;
  line-height: 1.08;
}

.contact-page .contact-hero__text {
  margin: 0 0 14px;
  color: #4e5c78;
  font-size: 18px;
  line-height: 1.75;
}

.contact-page .contact-hero__form .rf-box {
  box-shadow: 0 20px 48px rgba(16, 179, 166, 0.12);
}

.contact-page .contact-section {
  padding: 24px 0 36px;
}

.contact-page .contact-section__title {
  margin: 0 0 22px;
  color: #22314f;
  font-size: 40px;
  line-height: 1.15;
}

.contact-page .contact-channels__grid,
.contact-page .contact-offices__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.contact-page .contact-support__box {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 420px);
  gap: 28px;
  align-items: center;
  padding: 32px;
  border: 1px solid rgba(16, 179, 166, 0.16);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 179, 166, 0.08);
}

.contact-page .contact-support__copy h2 {
  margin: 0 0 16px;
  color: #22314f;
  font-size: 32px;
  line-height: 1.2;
}

.contact-page .contact-support__copy p {
  margin: 0 0 20px;
  color: #4e5c78;
  font-size: 18px;
  line-height: 1.7;
}

.contact-page .contact-support__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-page .contact-support__list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 20px;
  color: #22314f;
  font-size: 16px;
  line-height: 1.7;
}

.contact-page .contact-support__list li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b3a6;
}

.contact-page .contact-support__media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-page .contact-support__media img {
  width: 100%;
  max-width: 360px;
  border-radius: 20px;
  object-fit: cover;
}

.contact-page .contact-map__frame {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(34, 49, 79, 0.12);
}

.contact-page .contact-map__frame iframe {
  display: block;
  width: 100%;
  height: 450px;
  border: 0;
}

.contact-page .contact-card,
.contact-page .contact-office {
  padding: 24px 22px;
  border: 1px solid rgba(16, 179, 166, 0.16);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 179, 166, 0.08);
}

.contact-page .contact-card h3,
.contact-page .contact-office h3 {
  margin: 0 0 12px;
  color: #22314f;
  font-size: 22px;
}

.contact-page .contact-card p,
.contact-page .contact-card span,
.contact-page .contact-office p {
  margin: 0;
  color: #4e5c78;
  font-size: 16px;
  line-height: 1.75;
}

.contact-page .contact-card a {
  display: inline-block;
  margin-top: 12px;
  color: #10b3a6;
  font-weight: 700;
  text-decoration: none;
}

.contact-page .contact-office img {
  width: 44px;
  height: 32px;
  margin-bottom: 16px;
  object-fit: contain;
}

.contact-page .contact-banner__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 32px;
  border-radius: 28px;
  background: linear-gradient(90deg, #22314f 0%, #10b3a6 100%);
  box-shadow: 0 18px 42px rgba(16, 179, 166, 0.18);
}

.contact-page .contact-banner__copy h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 34px;
}

.contact-page .contact-banner__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.7;
}

.contact-page .contact-banner__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  background: #fff;
  color: #10b3a6;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .contact-page .contact-hero__grid,
  .contact-page .contact-channels__grid,
  .contact-page .contact-offices__grid,
  .contact-page .contact-support__box {
    grid-template-columns: 1fr;
  }

  .contact-page .contact-hero__title {
    font-size: 42px;
  }

  .contact-page .contact-section__title {
    font-size: 34px;
  }

  .contact-page .contact-banner__box {
    flex-direction: column;
    align-items: flex-start;
  }

  .company-page .company-hero__grid,
  .company-page .company-mission__grid,
  .company-page .company-values__grid,
  .company-page .company-media__grid {
    grid-template-columns: 1fr;
  }

  .company-page .company-hero__title {
    font-size: 42px;
  }

  .company-page .company-section__title {
    font-size: 34px;
  }

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

@media (max-width: 575px) {
  .contact-page .contact-hero {
    padding-top: 28px;
  }

  .contact-page .contact-hero__title {
    font-size: 30px;
  }

  .contact-page .contact-hero__text,
  .contact-page .contact-card p,
  .contact-page .contact-card span,
  .contact-page .contact-office p,
  .contact-page .contact-banner__copy p {
    font-size: 15px;
  }

  .contact-page .contact-section__title,
  .contact-page .contact-banner__copy h2 {
    font-size: 30px;
  }

  .contact-page .contact-card,
  .contact-page .contact-office,
  .contact-page .contact-banner__box,
  .contact-page .contact-support__box {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-page .contact-banner__cta {
    width: 85%;
  }

  .contact-page .contact-support__copy h2 {
    font-size: 30px;
  }

  .contact-page .contact-support__copy p,
  .contact-page .contact-support__list li {
    font-size: 15px;
  }

  .contact-page .contact-map__frame iframe {
    height: 360px;
  }

  .company-page .company-hero {
    padding-top: 28px;
  }

  .company-page .company-hero__title {
    font-size: 30px;
  }

  .company-page .company-hero__text,
  .company-page .company-mission__copy p,
  .company-page .company-roadmap__content,
  .company-page .company-media__item p {
    font-size: 15px;
  }

  .company-page .company-section__title {
    font-size: 30px;
  }

  .company-page .company-facts__label,
  .company-page .company-facts__value,
  .company-page .company-roadmap__item,
  .company-page .company-media__item,
  .company-page .company-values__item {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.footer__logo {
  margin-bottom: 20px;
}

.footer__logo-img {
  max-width: 200px;
  height: auto;
}

.footer__disclaimer {
  font-size: 14px;
  line-height: 1.6;
  color: #999595;
}

.footer__menu-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.footer__menu-list li {
  margin-bottom: 10px;
}

.footer__menu-list a {
  text-decoration: none;
  color: inherit;
}

.footer__language {
  margin-top: 15px;
}

.footer__copyright {
  border-top: 1px solid #e0e0e0;
  padding: 20px 0;
  text-align: center;
}

/*  Advanced Table */

.wp-block-table.advanced_table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgb(9 110 103 / 9%);
  background-image: linear-gradient(to bottom, #e6eff9, #f9f8e7);
}

.wp-block-table.advanced_table {
  box-shadow: 0 4px 20px rgba(9, 110, 103, 0.15);
  border-radius: 16px;
  overflow: hidden;
  margin: 30px 0;
}

.wp-block-table.advanced_table th,
.wp-block-table.advanced_table td {
  border: none;
}

.wp-block-table.advanced_table thead th {
  background-color: #00a59a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding: 20px 24px;
  border-bottom: 1px solid rgb(9 110 103 / 15%);
}

.wp-block-table.advanced_table tbody td {
  padding: 18px 24px;
  font-size: 15px;
  color: #2f2320;
  border-top: 1px solid rgb(9 110 103 / 9%);
  background: transparent;
  transition: background 0.3s ease;
  border-top: none;
}

.wp-block-table.advanced_table tbody tr + tr td {
  border-top: 1px solid rgb(9 110 103 / 9%);
}

.wp-block-table.advanced_table tbody tr:hover td {
  background: rgba(0, 165, 154, 0.05);
}

.wp-block-table.advanced_table thead th:not(:first-child),
.wp-block-table.advanced_table tbody td:not(:first-child) {
  text-align: center;
}

@media (max-width: 768px) {
  .wp-block-table.advanced_table {
    margin-top: 40px;
  }

  .wp-block-table.advanced_table thead th {
    font-size: 14px;
    padding: 14px 12px;
  }

  .wp-block-table.advanced_table tbody td {
    font-size: 14px;
    padding: 14px 12px;
  }
}

@media (max-width: 480px) {
  .wp-block-table.advanced_table thead th {
    font-size: 12px;
    padding: 10px 8px;
  }

  .wp-block-table.advanced_table tbody td {
    font-size: 12px;
    padding: 10px 8px;
  }
}

/* List View */
.wp-block-list.list-view {
  list-style: none;
  padding-left: 0;
  margin: 24px 0;
}

.wp-block-list.list-view li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #2f2320;
  line-height: 1.6;
}

/* green circle */
.wp-block-list.list-view li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  background-color: #00a59a;
  border-radius: 50%;
  pointer-events: none; /* важно */
}

/* links inside li */
.wp-block-list.list-view li a {
  color: #00a59a;
  text-decoration: underline;
  display: inline;
  position: relative;
  z-index: 1;
}

/* optional hover */
.wp-block-list.list-view li a:hover {
  text-decoration: none;
}
.pagefaq .faq__block {
  padding-bottom: 30px;
}
.pagefaq .faq__block .faq__wrapper {
  gap: 0;
}

.pagefaq .faq__block .faq__wrapper .faq-wrapper__row {
  width: 100%;
}

/* ACF blocks */

/* banner-block */
.banner-block {
  padding: 140px 0;
}

.banner-block__wrapper {
  display: flex;
  align-items: center;
  padding: 36px;
  border-radius: 24px;
  background-image: linear-gradient(
    94deg,
    #56d5a6 -3.65%,
    #108d85 20.92%,
    #09524f 47.6%,
    #084542 95.5%
  );
}

.banner-block__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.2;
  color: #fff;
  margin-bottom: 5px;
}

.banner-block__text {
  letter-spacing: 0.2;
  color: #fff;
}

.banner-block--right {
  margin-left: auto;
}

.banner-block--right a {
  padding-left: 36px;
  padding-right: 36px;
  width: max-content;
}

@media (max-width: 991px) {
  .banner-block {
    padding: 60px 0;
  }

  .banner-block__wrapper {
    flex-direction: column;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-block--right {
    margin: auto;
    margin-top: 15px;
  }
}

@media (max-width: 576px) {
  .banner-block__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}

/* benefits-block */
.benefits__wrapper h2 {
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 60px;
}

.benefits__banner {
  background-image: linear-gradient(to bottom, #e6eff9, #f9f8e7);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.benefits__row {
  display: flex;
  flex-wrap: wrap;
  padding: 100px 80px;
  width: 50%;
  row-gap: 60px;
}

.benefits__item {
  max-width: 245px;
}

.benefits__img {
  width: 49%;
}

.benefits__item--icon {
  padding: 10px;
  display: block;
  background: white;
  border-radius: 50%;
  margin-bottom: 10px;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  object-fit: contain;
  flex-shrink: 0;
}

.benefits__item--text {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .benefits__banner {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .benefits__img,
  .benefits__row {
    width: 100%;
  }

  .benefits__img {
    max-width: 335px;
  }

  .benefits__row {
    justify-content: center;
    padding: 40px;
  }
}

@media (max-width: 576px) {
  .benefits__wrapper h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 32px;
  }

  .benefits__item {
    display: flex;
    gap: 10px;
    max-width: 100%;
  }

  .benefits__item--icon {
    width: 44px;
    height: 44px;
  }
}

/* exchanges-block */
.exchanges-block {
  padding-top: 140px;
}

.exchanges__wrapper {
  margin-bottom: 60px;
}

.exchanges__wrapper h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
}

.exchanges-block__subtitle {
  text-align: center;
}

.exchanges__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 16px;
  column-gap: 60px;
}

.exchange__item {
  height: 52px;
}

.exchange__item img {
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .exchanges-block {
    padding-top: 60px;
  }

  .exchanges__wrapper h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 12px;
  }

  .exchanges__wrapper {
    margin-bottom: 30px;
  }

  .exchanges__row {
    column-gap: 0;
  }

  .exchange__item {
    height: 32px;
  }
}

/* faq-block */
.zeongrow-faq {
  padding-bottom: 140px;
}

.zeongrow-faq__wrapper {
  display: flex;
  gap: 108px;
  flex-direction: row;
}

.zeongrow-faq__row {
  flex: 1 1 0;
  width: 100%;
  min-width: 0;
}

.zeongrow-faq__item {
  width: 100%;
}

.zeongrow-faq__title h2 {
  font-size: 62px;
  line-height: 56px;
  font-weight: 600;
  max-width: 450px;
}

.zeongrow-faq__item .zeongrow-faq__question {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2px;
  padding: 24px 0;
  cursor: pointer;
  border-bottom: 1px solid #70707033;
  display: flex;
  list-style: none;
  width: 100%;
  box-sizing: border-box;
}

.zeongrow-faq__item .zeongrow-faq__question::-webkit-details-marker {
  display: none;
}

.zeongrow-faq__item .zeongrow-faq__answer {
  max-height: 0;
  overflow: hidden;
  margin-top: 8px;
  color: #333;
  opacity: 0;
  display: none;
}

.zeongrow-faq__item[open] .zeongrow-faq__answer,
.zeongrow-faq__item.active .zeongrow-faq__answer {
  max-height: 500px;
  opacity: 1;
  color: #707070;
  line-height: 26px;
  display: block;
}

.zeongrow-faq__item .zeongrow-faq__arrow {
  margin-left: auto;
}

.zeongrow-faq__item .zeongrow-faq__arrow svg {
  color: #707070;
}

.zeongrow-faq__item[open] .zeongrow-faq__arrow,
.zeongrow-faq__item.active .zeongrow-faq__arrow {
  transform: rotate(180deg);
}

@media (max-width: 991px) {
    .zeongrow-faq__wrapper {
            flex-direction: column;
            gap: 24px;
        }

        .zeongrow-faq__row {
            width: 100%;
        }

  .zeongrow-faq__title h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .zeongrow-faq__item .zeongrow-faq__question {
    font-size: 18px;
    line-height: 24px;
    padding: 20px 0;
  }

  .zeongrow-faq {
    padding-bottom: 60px;
  }
}

/* keymetrics-block */
  .key-metrics__wrapper {
    padding: 60px 0;
  }

.key-metrics__wrapper h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}

.key-metrics__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 48px;
}

.key-metrics__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.key-metrics__value {
  font-size: 62px;
  font-weight: 600;
  line-height: 68px;
}

.key-metrics__text {
  color: #707070;
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .key-metrics__wrapper h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 32px;
  }

  .key-metrics__row {
    gap: 10px;
    justify-content: center;
  }

  .key-metrics__item {
    max-width: 156px;
    text-align: center;
    gap: 5px;
  }

  .key-metrics__value {
    font-size: 48px;
  }

  .key-metrics__text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .key-metrics__row {
    justify-content: space-evenly;
  }
}

/* media-block */
.media-block__row {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  justify-content: center;
}

.media__item {
  display: flex;
  flex-direction: column;
  max-width: 245px;
  padding: 50px;
  border-radius: 16px;
  border: 1px solid #dedede;
  min-height: 209px;
}

.media__item img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 20px;
}

.media__item--link {
  display: block;
  margin-top: auto;
  color: #707070;
}

@media (max-width: 767px) {
  .media__item {
    padding: 30px;
    min-height: 197px;
  }
}

/* pricing-block */
.pricing-block {
  padding: 30px 0;
}

.pricing-block__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.pricing__item {
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-radius: 24px;
  border: 2px solid #dedede;
  width: 294px;
}

.pricing__item--plan {
  color: #707070;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}

.pricing__item--price {
  position: relative;
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.pricing__item--discount {
  background: #ececec;
  padding: 5px 10px;
  font-weight: 400;
  border-radius: 6px;
  display: flex;
  align-items: center;
  margin-left: 8px;
  font-size: 14px;
  height: max-content;
}

.pricing__item--price h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.2px;
}

.pricing__item--text {
  color: #707070;
}

.pricing__item a.btn {
  max-width: 160px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}

.pricing__item--wrapper {
  margin-bottom: 24px;
  min-height: 70px;
}

.pricing__item--content {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pricing__item--content ul > li {
  padding: 11px 0;
  font-size: 18px;
  line-height: 24px;
}

.pricing__item--content p {
  font-size: 18px;
  line-height: 24px;
}

.pricing-block__row .pricing__item:nth-of-type(2) {
  border-color: #14c9c1;
  border-width: 3px;
  box-shadow:
    0 15px 40px 0 #559d9d33,
    0 2px 8px 0 #2031310d;
}

.advanced-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgb(9 110 103 / 9%);
  background-image: linear-gradient(to bottom, #e6eff9, #f9f8e7);
}

.advanced-table {
  box-shadow: 0 4px 20px rgba(9, 110, 103, 0.15);
  border-radius: 16px;
  overflow: hidden;
  margin: 32px 0;
}

.advanced-table th,
.advanced-table td {
  border: none;
}

.advanced-table thead th {
  background-color: #00a59a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding: 20px 24px;
  border-bottom: 1px solid rgb(9 110 103 / 15%);
}

.advanced-table tbody td {
  padding: 18px 24px;
  font-size: 15px;
  color: #2f2320;
  background: transparent;
  transition: background 0.3s ease;
}

.advanced-table tbody tr + tr td {
  border-top: 1px solid rgb(9 110 103 / 9%);
}

.advanced-table tbody tr:hover td {
  background: rgba(0, 165, 154, 0.05);
}

.advanced-table thead th:not(:first-child),
.advanced-table tbody td:not(:first-child) {
  text-align: center;
}

@media (max-width: 768px) {
  .advanced-table thead th {
    font-size: 13px;
    padding: 14px 10px;
  }

  .advanced-table tbody td {
    font-size: 13px;
    padding: 14px 10px;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 480px) {
  .advanced-table table {
    table-layout: fixed;
  }

  .advanced-table thead th {
    font-size: 12px;
    padding: 10px 8px;
  }

  .advanced-table tbody td {
    font-size: 12px;
    padding: 10px 8px;
  }

  .advanced-table thead th:first-child,
  .advanced-table tbody td:first-child {
    width: 38%;
  }

  .advanced-table thead th:nth-child(2),
  .advanced-table tbody td:nth-child(2) {
    width: 18%;
  }

  .advanced-table thead th:first-child:nth-last-child(4),
  .advanced-table tbody td:first-child:nth-last-child(4) {
    width: 28%;
  }

  .advanced-table thead th:first-child:nth-last-child(4) ~ th,
  .advanced-table tbody td:first-child:nth-last-child(4) ~ td {
    width: 24%;
  }
}

.fees-page .fees-content {
  padding: 0;
}

.fees-page .fees-content__intro {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 52px;
}

.fees-page .fees-content__intro .title-2,
.fees-page .fees-section .title-3 {
  margin: 0;
  color: #22314f;
}

.fees-page .fees-content__intro p,
.fees-page .fees-section p,
.fees-page .fees-list li {
  font-size: 18px;
  line-height: 1.8;
  color: #5d687d;
}

.fees-page .fees-section + .fees-section {
  margin-top: 52px;
}

.fees-page .fees-section .title-3 {
  margin-bottom: 18px;
}

.fees-page .fees-note {
  margin: 0;
  color: #22314f;
}

.fees-page .fees-list {
  margin: 0;
  padding-left: 22px;
}

.fees-page .fees-list li + li {
  margin-top: 10px;
}

.licenses-page .licenses-hero {
  padding: 72px 0 28px;
}

.licenses-page .licenses-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 460px);
  gap: 44px;
  align-items: center;
}

.licenses-page .licenses-hero__title {
  margin: 0 0 22px;
  color: #22314f;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 700;
}

.licenses-page .licenses-hero__text,
.licenses-page .licenses-section p,
.licenses-page .licenses-list li {
  font-size: 18px;
  line-height: 1.8;
  color: #5d687d;
}

.licenses-page .licenses-hero__form .rf-box {
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(0, 165, 154, 0.12);
}

.licenses-page .licenses-content {
  padding: 24px 0 88px;
}

.licenses-page .licenses-section + .licenses-section {
  margin-top: 52px;
}

.licenses-page .licenses-section .title-3 {
  margin: 0 0 18px;
  color: #22314f;
}

.licenses-page .licenses-list {
  margin: 0;
  padding-left: 22px;
}

.licenses-page .licenses-list li + li {
  margin-top: 10px;
}

@media (max-width: 1180px) {
  .licenses-page .licenses-hero__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .licenses-page .licenses-hero {
    padding: 48px 0 16px;
  }

  .licenses-page .licenses-hero__grid {
    gap: 28px;
  }

  .licenses-page .licenses-hero__title {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .licenses-page .licenses-hero__text,
  .licenses-page .licenses-section p,
  .licenses-page .licenses-list li {
    font-size: 16px;
    line-height: 1.75;
  }

  .licenses-page .licenses-content {
    padding: 8px 0 56px;
  }
}

@media (max-width: 480px) {
  .licenses-page .advanced-table table {
    table-layout: fixed;
  }

  .licenses-page .advanced-table thead th,
  .licenses-page .advanced-table tbody td {
    font-size: 11px;
    padding: 10px 6px;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .licenses-page .advanced-table thead th:first-child,
  .licenses-page .advanced-table tbody td:first-child {
    width: 28%;
  }

  .licenses-page .advanced-table thead th:nth-child(2),
  .licenses-page .advanced-table tbody td:nth-child(2) {
    width: 36%;
  }

  .licenses-page .advanced-table thead th:nth-child(3),
  .licenses-page .advanced-table tbody td:nth-child(3) {
    width: 36%;
  }
}

.security-page .security-hero {
  padding: 72px 0 28px;
}

.security-page .security-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 460px);
  gap: 44px;
  align-items: center;
}

.security-page .security-hero__title {
  margin: 0 0 22px;
  color: #22314f;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 700;
}

.security-page .security-hero__text,
.security-page .security-section p,
.security-page .security-list li,
.security-page .security-steps li {
  font-size: 18px;
  line-height: 1.8;
  color: #5d687d;
}

.security-page .security-highlight p {
  font-size: 14px;
  line-height: 1.75;
  color: #5d687d;
}

.security-page .security-hero__form .rf-box {
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(0, 165, 154, 0.12);
}

.security-page .security-content {
  padding: 24px 0 88px;
}

.security-page .security-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 52px;
}

.security-page .security-highlight {
  padding: 30px 28px;
  border: 1px solid rgba(0, 165, 154, 0.12);
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fffd 100%);
  box-shadow: 0 18px 40px rgba(0, 165, 154, 0.08);
}

.security-page .security-highlight__title {
  margin: 0 0 16px;
  color: #22314f;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.security-page .security-highlight__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  margin: 0 0 18px;
  border-radius: 24px;
  background: rgba(0, 165, 154, 0.08);
}

.security-page .security-highlight__icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.security-page .security-section + .security-section {
  margin-top: 52px;
}

.security-page .security-section .title-3 {
  margin: 0 0 18px;
  color: #22314f;
}

.security-page .security-section__subtitle {
  margin: 28px 0 14px;
  color: #22314f;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
}

.security-page .security-section__link a {
  color: #00a59a;
  font-weight: 700;
  text-decoration: none;
}

.security-page .security-section__link a:hover {
  color: #0d8f86;
}

.security-page .security-list,
.security-page .security-steps {
  margin: 0;
  padding-left: 22px;
}

.security-page .security-list li + li,
.security-page .security-steps li + li {
  margin-top: 10px;
}

@media (max-width: 1180px) {
  .security-page .security-hero__grid,
  .security-page .security-highlights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .security-page .security-hero {
    padding: 48px 0 16px;
  }

  .security-page .security-hero__grid {
    gap: 28px;
  }

  .security-page .security-hero__title {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .security-page .security-hero__text,
  .security-page .security-section p,
  .security-page .security-list li,
  .security-page .security-steps li,
  .security-page .security-highlight p {
    font-size: 16px;
    line-height: 1.75;
  }

  .security-page .security-content {
    padding: 8px 0 56px;
  }

  .security-page .security-highlights {
    gap: 18px;
    margin-bottom: 38px;
  }

  .security-page .security-highlight {
    padding: 24px 22px;
    border-radius: 24px;
  }

  .security-page .security-highlight__title {
    font-size: 16px !important;
    text-align: left;
  }

  .security-page .security-section__subtitle {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .security-page .advanced-table table {
    table-layout: fixed;
  }

  .security-page .advanced-table thead th,
  .security-page .advanced-table tbody td {
    font-size: 12px;
    padding: 12px 8px;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .security-page .advanced-table thead th:first-child,
  .security-page .advanced-table tbody td:first-child {
    width: 44%;
  }

  .security-page .advanced-table thead th:nth-child(2),
  .security-page .advanced-table tbody td:nth-child(2) {
    width: 56%;
  }
}

.legal-page .legal-content {
  padding: 0;
}

.legal-page .legal-content__intro {
  margin-bottom: 34px;
}

.legal-page .legal-section + .legal-section {
  margin-top: 40px;
}

.legal-page .legal-section .title-3 {
  margin: 0 0 16px;
  color: #22314f;
}

.legal-page .legal-section__subtitle {
  margin: 30px 0 14px;
  color: #22314f;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
}

.legal-page .legal-section p,
.legal-page .legal-section li {
  font-size: 18px;
  line-height: 1.8;
  color: #5d687d;
}

.legal-page .legal-list {
  margin: 0;
  padding-left: 22px;
}

.legal-page .legal-list li + li {
  margin-top: 10px;
}

.legal-page .legal-section a {
  color: #00a59a;
  text-decoration: none;
}

.legal-page .legal-section a:hover {
  color: #0d8f86;
}

.legal-page .legal-back-button,
.legal-page .legal-section a.legal-back-button {
  background: #10b3a6;
  border-color: #10b3a6;
  color: #fff;
}

.legal-page .legal-back-button:hover,
.legal-page .legal-back-button:focus,
.legal-page .legal-section a.legal-back-button:hover,
.legal-page .legal-section a.legal-back-button:focus {
  background: #0d8f86;
  border-color: #0d8f86;
  color: #fff;
}

.legal-page--help-cryptocurrency-basics .help-flow-text {
  color: #00a59a;
}

.legal-page--help-beginner-guide .help-flow-text {
  color: #00a59a;
}

.legal-page--help-faq .help-flow-text {
  color: #00a59a;
}

@media (max-width: 767px) {
  .legal-page .legal-content {
    padding: 24px 0 0;
  }

  .legal-page .legal-content__intro {
    margin-bottom: 26px;
  }

  .legal-page .legal-section + .legal-section {
    margin-top: 32px;
  }

  .legal-page .legal-section p,
  .legal-page .legal-section li {
    font-size: 16px;
    line-height: 1.75;
  }

  .legal-page .legal-section__subtitle {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .legal-page--automated-trading .advanced-table table {
    table-layout: fixed;
  }

  .legal-page--automated-trading .advanced-table thead th,
  .legal-page--automated-trading .advanced-table tbody td {
    font-size: 12px;
    padding: 12px 8px;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .legal-page--automated-trading .advanced-table thead th:first-child,
  .legal-page--automated-trading .advanced-table tbody td:first-child {
    width: 42%;
  }

  .legal-page--automated-trading .advanced-table thead th:nth-child(2),
  .legal-page--automated-trading .advanced-table tbody td:nth-child(2) {
    width: 58%;
  }

  .legal-page--help-cryptocurrency-basics .advanced-table table {
    table-layout: fixed;
  }

  .legal-page--help-cryptocurrency-basics .advanced-table thead th,
  .legal-page--help-cryptocurrency-basics .advanced-table tbody td {
    font-size: 12px;
    padding: 12px 8px;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .legal-page--help-cryptocurrency-basics .advanced-table thead th:first-child:nth-last-child(2),
  .legal-page--help-cryptocurrency-basics .advanced-table tbody td:first-child:nth-last-child(2) {
    width: 38%;
  }

  .legal-page--help-cryptocurrency-basics .advanced-table thead th:first-child:nth-last-child(2) + th,
  .legal-page--help-cryptocurrency-basics .advanced-table tbody td:first-child:nth-last-child(2) + td {
    width: 62%;
  }

  .legal-page--help-cryptocurrency-basics .advanced-table thead th:first-child:nth-last-child(3),
  .legal-page--help-cryptocurrency-basics .advanced-table tbody td:first-child:nth-last-child(3) {
    width: 28%;
  }

  .legal-page--help-cryptocurrency-basics .advanced-table thead th:first-child:nth-last-child(3) + th,
  .legal-page--help-cryptocurrency-basics .advanced-table tbody td:first-child:nth-last-child(3) + td {
    width: 36%;
  }

  .legal-page--help-cryptocurrency-basics .advanced-table thead th:first-child:nth-last-child(3) + th + th,
  .legal-page--help-cryptocurrency-basics .advanced-table tbody td:first-child:nth-last-child(3) + td + td {
    width: 36%;
  }

  .legal-page--help-beginner-guide .advanced-table table {
    table-layout: fixed;
  }

  .legal-page--help-beginner-guide .advanced-table thead th,
  .legal-page--help-beginner-guide .advanced-table tbody td {
    font-size: 12px;
    padding: 12px 8px;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .legal-page--help-beginner-guide .advanced-table thead th:first-child:nth-last-child(2),
  .legal-page--help-beginner-guide .advanced-table tbody td:first-child:nth-last-child(2) {
    width: 38%;
  }

  .legal-page--help-beginner-guide .advanced-table thead th:first-child:nth-last-child(2) + th,
  .legal-page--help-beginner-guide .advanced-table tbody td:first-child:nth-last-child(2) + td {
    width: 62%;
  }

  .legal-page--help-faq .advanced-table table {
    table-layout: fixed;
  }

  .legal-page--help-faq .advanced-table thead th,
  .legal-page--help-faq .advanced-table tbody td {
    font-size: 12px;
    padding: 12px 8px;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .legal-page--help-faq .advanced-table thead th:first-child:nth-last-child(2),
  .legal-page--help-faq .advanced-table tbody td:first-child:nth-last-child(2) {
    width: 38%;
  }

  .legal-page--help-faq .advanced-table thead th:first-child:nth-last-child(2) + th,
  .legal-page--help-faq .advanced-table tbody td:first-child:nth-last-child(2) + td {
    width: 62%;
  }
}

/* review-block */
.review-block {
  padding: 140px 0;
}

.review-block__wrapper h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
}

.review-block__row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}

.review__item {
  max-width: 300px;
  padding: 32px;
  border-radius: 24px;
  overflow: hidden;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  min-height: 200px;
}

.review__item:hover {
  background: #eaf5f5;
}

.review__item--name {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.review__item p {
  color: #707070;
  font-size: 14px;
}

.review__item img {
  margin-left: auto;
  margin-top: auto;
}

@media (max-width: 767px) {
  .review-block {
    padding: 60px 0;
  }

  .review-block__wrapper h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 32px;
  }
}

/* security-block */
.security__wrapper h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}

.security-block__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.security__item {
  display: flex;
  flex-direction: column;
  max-width: 364px;
  gap: 12px;
}

.security__item--name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.25;
}

.security__item--text {
  color: #707070;
}

@media (max-width: 767px) {
  .security__wrapper h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 32px;
  }
}

/* steps-block */
.steps-block__wrapper h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}

.steps-block__row {
  display: flex;
  gap: 20px;
}

.steps-block__item {
  width: 374px;
  min-height: 390px;
  padding: 40px;
  border-radius: 24px;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #eaf5ed, #eaf5f5);
  position: relative;
}

.steps-block__item > *:not(.steps-block__img) {
  position: relative;
  z-index: 1;
}

.steps-block__item:hover {
  background-image: linear-gradient(to bottom, #eaf5ed, #dcefef);
}

.steps-block__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.steps-block__text {
  color: #707070;
}

.steps-block__img {
  position: absolute;
  width: calc(100% + 90px);
  height: 225px;
  left: 40px;
  bottom: 0;
  object-position: left top;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
}

.steps-block__item a {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .steps-block__row {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .steps-block__wrapper h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 32px;
  }

  .steps-block__item {
    min-height: 336px;
  }
}

/* toolkit-block */
.toolkit-block {
  padding-top: 140px;
}

.toolkit-block__wrapper h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
}

.toolkit-block__subtitle {
  text-align: center;
}

.toolkit-block__row {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-top: 30px;
}

.toolkit__tabs {
  flex: 1;
  width: 60%;
}

.toolkit__images {
  width: 40%;
  padding: 40px 20px;
  transition-duration: 0.5s;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #eaf5ed, #eaf5f5);
  border-radius: 24px;
}

.toolkit__headline {
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 8px;
  display: flex;
  gap: 16px;
  font-size: 20px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #70707033;
}

.toolkit__headline--icon {
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #eaf5ed, #eaf5f5);
  padding: 10px;
}

.toolkit__content {
  margin-bottom: 16px;
  color: #707070;
}

.toolkit__content--img {
  display: none;
}

.toolkit__image {
  max-width: 250px;
  margin: 0 auto;
  height: auto;
  display: none;
  box-shadow:
    0 15px 40px 0 #559d9d33,
    0 2px 8px 0 #2031310d;
}

.tooltip__arrow {
  margin-left: auto;
  transition: transform 0.3s ease;
}

.tooltip__arrow.open {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .toolkit__images {
    display: none;
  }

  .toolkit__content--img {
    display: block;
    padding: 32px 25px;
    background-image: linear-gradient(to bottom, #eaf5ed, #eaf5f5);
    border-radius: 24px;
    max-width: 295px;
    margin: 0 auto;
    margin-bottom: 10px;
    max-height: 224px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 60%,
      rgba(0, 0, 0, 0) 100%
    );
    mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 60%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .toolkit__content--img img {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    height: auto;
  }

  .toolkit-block {
    padding-top: 60px;
  }

  .toolkit-block__wrapper h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

body.zeongrow-landing .section-calculator .calculator__body {
  gap: 36px;
  margin-bottom: 52px;
  align-items: start;
}

body.zeongrow-landing .section-calculator .calculator__controls {
  gap: 34px;
}

body.zeongrow-landing
  .section-calculator
  .calculator__range::-webkit-slider-thumb {
  box-shadow:
    0 0 0 4px rgba(16, 179, 166, 0.22),
    0 4px 12px rgba(16, 179, 166, 0.35);
}

body.zeongrow-landing .section-calculator .calculator__range::-moz-range-thumb {
  box-shadow:
    0 0 0 4px rgba(16, 179, 166, 0.22),
    0 4px 12px rgba(16, 179, 166, 0.35);
}

body.zeongrow-landing
  .section-calculator
  .calculator__range::-webkit-slider-thumb:hover {
  box-shadow:
    0 0 0 6px rgba(16, 179, 166, 0.28),
    0 6px 16px rgba(16, 179, 166, 0.42);
}

body.zeongrow-landing
  .section-calculator
  .calculator__range::-moz-range-thumb:hover {
  box-shadow:
    0 0 0 6px rgba(16, 179, 166, 0.28),
    0 6px 16px rgba(16, 179, 166, 0.42);
}

body.zeongrow-landing .section-calculator .calculator__control-label,
body.zeongrow-landing .section-calculator .calculator__range-labels,
body.zeongrow-landing .section-calculator .calculator__result-label,
body.zeongrow-landing .section-calculator .calculator__stat-label {
  color: #6f645d;
}

body.zeongrow-landing .section-calculator .calculator__result {
  height: auto;
  border: 1px solid #d4e9e7;
  border-radius: 18px;
  box-shadow: none;
  padding: 34px 28px 28px;
}

body.zeongrow-landing .section-calculator .calculator__result:hover {
  transform: none;
  box-shadow: none;
}

body.zeongrow-landing .section-calculator .calculator__result-total {
  color: #10b3a6;
}

body.zeongrow-landing .section-calculator .calculator__stat {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #d9efee;
  border-radius: 18px;
  padding: 26px 24px;
}

body.zeongrow-landing .section-calculator .calculator__stat:hover {
  background: rgba(255, 255, 255, 0.72);
  border-color: #d9efee;
  transform: none;
}

body.zeongrow-landing .section-calculator .calculator__stat-value {
  color: #2f2320;
}

body.zeongrow-landing .section-calculator .calculator__stat-value--accent {
  color: #10b3a6;
}

body.zeongrow-landing .section-calculator .calculator__footer {
  margin-top: 0;
}

body.zeongrow-landing .section-calculator .calculator__button--zeongrow {
  min-width: 430px;
  max-width: 430px;
  padding: 18px 32px;
  background: #10b3a6;
  box-shadow: 0 10px 26px rgba(16, 179, 166, 0.28);
}

body.zeongrow-landing .section-calculator .calculator__button--zeongrow:hover {
  background: #0d9f95;
  box-shadow: 0 12px 28px rgba(16, 179, 166, 0.34);
}

@media (max-width: 768px) {
  body.zeongrow-landing .section-calculator .calculator__button--zeongrow {
    min-width: 0;
    max-width: 100%;
  }
}

/* welcome-block */
.welcome-block {
  background-image: linear-gradient(180deg, #eaf5f5 40.75%, #f4f6e5);
  padding-top: 40px;
  overflow: hidden;
}

.welcome-block__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.welcome-block__wrapper h1 {
  max-width: 75%;
  margin: 0 auto;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.welcome-block__wrapper .btn {
  width: 210px;
  display: block;
  margin: 0 auto;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1.5;
  font-size: 18px;
}

.welcome-block__wrapper .welcome-block__label {
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.4px;
  margin-top: 10px;
  color: #242424;
}

.welcome-block__banners {
  margin: 0 auto;
}

body.zeongrow-landing .welcome-block__wrapper {
  gap: 22px;
}

body.zeongrow-landing .welcome-block__banners {
  width: 100%;
  display: flex;
  justify-content: center;
}

body.zeongrow-landing .welcome-media {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
}

body.zeongrow-landing .welcome-media__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

body.zeongrow-landing .welcome-media__column--offices {
  align-items: flex-end;
  padding-right: 18px;
  border-right: 1px solid rgba(47, 35, 32, 0.18);
}

body.zeongrow-landing .welcome-media__column--featured {
  align-items: flex-start;
}

body.zeongrow-landing .welcome-media__column span {
  font-size: 14px;
  line-height: 1.2;
  color: #2f2320;
}

body.zeongrow-landing .welcome-media__column p {
  display: none;
}

body.zeongrow-landing .welcome-media__logos {
  display: flex;
  align-items: center;
}

body.zeongrow-landing .welcome-media__logos--flags {
  gap: 12px;
}

body.zeongrow-landing .welcome-media__logos--brands {
  gap: 18px;
}

body.zeongrow-landing .welcome-media__logos--flags img {
  width: 30px;
  height: 22px;
  object-fit: cover;
}

body.zeongrow-landing .welcome-media__logos--brands img {
  height: 24px;
  width: auto;
  object-fit: contain;
}

.welcome-block__slide {
  display: flex;
  justify-content: space-between;
  height: calc(100vw * 0.4);
  max-height: 400px;
  min-height: 170px;
}

.welcome-block__slide--center {
  transform: none;
  z-index: 3;
  margin-top: 20px;
  position: relative;
}

.welcome-block__slide--center:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 365px;
  height: 100%;
  background: url("/shared/themes/zeongrow/images/left-coins-block.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-10px) translateY(66px) scale(1.3);
  z-index: -1;
}

.welcome-block__slide--center:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 365px;
  height: 100%;
  background: url("/shared/themes/zeongrow/images/right-coins-block.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(40px) translateY(66px) scale(1.3);
  z-index: -1;
}

.welcome-block__slide--center img {
  max-width: 100%;
  width: min(520px, 86vw);
  height: auto;
  position: relative;
  z-index: 1;
}

body.zeongrow-landing .welcome-block {
  padding-top: 28px;
}

body.zeongrow-landing .welcome-block__slide {
  justify-content: center;
  height: min(36vw, 690px);
  min-height: 420px;
  margin-top: 18px;
}

body.zeongrow-landing .welcome-block__slide--center img {
  width: min(1080px, 92vw);
}

@media (max-width: 767px) {
  .welcome-block__wrapper h1 {
    max-width: 100%;
    font-size: 28px;
  }

  body.zeongrow-landing .welcome-media {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  body.zeongrow-landing .welcome-media__column--offices {
    align-items: center;
    padding-right: 0;
    border-right: 0;
  }

  body.zeongrow-landing .welcome-media__column--featured {
    align-items: center;
  }

  body.zeongrow-landing .welcome-media__logos--brands {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  body.zeongrow-landing .welcome-block__slide {
    height: auto;
    min-height: 0;
    max-height: none;
    margin-top: 6px;
  }

  body.zeongrow-landing .welcome-block__slide--center img {
    width: min(760px, 94vw);
  }
}

@media (max-width: 560px) {
  .welcome-block__slide--center:after {
    left: -34px;
    bottom: -6px;
    width: 150px;
    height: 150px;
  }

  .welcome-block__slide--center:before {
    right: -38px;
    bottom: -4px;
    width: 150px;
    height: 150px;
  }

  body.zeongrow-landing .welcome-media__logos--flags {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  body.zeongrow-landing .welcome-block__slide--center:before {
    right: -84px;
    bottom: -14px;
    width: 210px;
    height: 210px;
  }
}

.section-reviews {
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 8px 120px 8px;
}

.section-reviews__header {
  text-align: center;
  margin-bottom: 48px;
}

.section-reviews__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.section-reviews__title-text {
  background: linear-gradient(to right, #2f2320, #096e67, #2f2320);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.reviews-grid__column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.review-card {
  position: relative;
  height: 100%;
  background-image: linear-gradient(to bottom, #e6eff9, #f9f8e7);
  border: 1px solid rgb(9 110 103 / 9%);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(9, 110, 103, 0.15);
  transition: all 0.3s ease;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(9, 110, 103, 0.25);
}

.review-card--compact {
  min-height: 233px;
}

.review-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.review-card__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid rgba(9, 110, 103, 0.3);
}

.review-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-card__user {
  flex: 1;
}

.review-card__name {
  color: #2f2320;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
}

.review-card__position {
  color: #2f2320;
  font-size: 14px;
  opacity: 0.7;
}

.review-card__text {
  color: #2f2320;
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 14px;
}

.review-card__image {
  margin-top: 10px;
}

.review-card__image img {
  width: auto;
  height: auto;
  border-radius: 8px;
  border: 1px solid rgb(9 110 103 / 9%);
}

@media (max-width: 1024px) {
  .section-reviews {
    padding: 80px 16px;
  }

  .section-reviews__title {
    font-size: 40px;
  }

  .reviews-grid {
    gap: 24px;
  }

  .reviews-grid__column {
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .section-reviews {
    padding: 80px 12px;
  }

  .section-reviews__header {
    margin-bottom: 32px;
  }

  .section-reviews__title {
    font-size: 32px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .reviews-grid__column {
    gap: 20px;
  }

  .review-card {
    padding: 20px;
  }

  .review-card__text {
    font-size: 14px;
  }
}

.section-comparison {
  max-width: 1200px;
  margin: 120px auto 0 auto;
  padding: 0px 15px;
}

.section-comparison__title {
  color: #2f2320;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.4;
}

.comparison {
  box-shadow: 0 4px 20px rgba(9, 110, 103, 0.15);
  overflow: hidden;
  border: 1px solid rgb(9 110 103 / 9%);
  border-radius: 16px;
  background-image: linear-gradient(to bottom, #e6eff9, #f9f8e7);
  width: 100%;
}

.comparison__header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  align-items: center;
  padding: 24px;
  font-weight: 700;
  background-color: #00a59a;
  color: #fff;
  font-size: 16px;
}

.comparison__header-cell {
  text-align: left;
}

.comparison__header-cell--center {
  text-align: center;
}

.comparison__row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  align-items: center;
  padding: 20px 24px;
  border-top: 1px solid rgb(9 110 103 / 9%);
  transition: background 0.3s ease;
}

.comparison__row:hover {
  background: rgba(0, 165, 154, 0.05);
}

.comparison__label {
  font-weight: 500;
  color: #2f2320;
  padding-right: 16px;
}

.comparison__check {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto;
}

.comparison__check--yes {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiM0YWRlODAiLz4KPHBhdGggZD0iTTYgMTBMOC41IDEyLjVMMTQgNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+");
}

.comparison__check--no {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNlZjQ0NDQiLz4KPHBhdGggZD0iTTcgN0wxMyAxM00xMyA3TDcgMTMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPg==");
}

@media (max-width: 768px) {
  .section-comparison {
    margin-top: 40px;
  }

  .section-comparison__title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .comparison__header,
  .comparison__row {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 8px;
  }

  .comparison__header {
    padding: 16px 12px;
    font-size: 14px;
  }

  .comparison__row {
    padding: 16px 12px;
  }

  .comparison__label {
    font-size: 14px;
    padding-right: 8px;
  }

  .comparison__check {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 480px) {
  .section-comparison__title {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .comparison__header {
    font-size: 12px;
    padding: 12px 8px;
  }

  .comparison__row {
    padding: 12px 8px;
  }

  .comparison__label {
    font-size: 12px;
  }

  .comparison__check {
    width: 16px;
    height: 16px;
  }
}

.section-user-steps {
  max-width: 1200px;
  margin: 120px auto;
  padding: 0px 15px;
}
.section-user-steps__title {
  font-size: 36px;
  font-weight: 700;
  color: #2f2320;
  text-align: center;
  margin-bottom: 50px;
}
.user-steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}
.user-steps__item {
  display: flex;
  gap: 24px;
  align-items: center;
}
.user-steps__head {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  min-width: max(280px, 25%);
  background-image: linear-gradient(to bottom, #e7eff8, #ecf2f3);
  border: 1px solid rgb(9 110 103 / 9%);
  border-radius: 80px;
  padding: 12px;
}
.user-steps__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  background: #00a59a;
  box-shadow: 0 4px 15px rgba(0, 165, 154, 0.4);
}
.user-steps__title {
  color: #00a59a;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
.user-steps__text {
  flex: 1;
  display: flex;
  align-items: center;
}
.user-steps__text p {
  font-size: 16px;
  line-height: 1.8;
  color: #2f2320;
}
.section-user-steps__btn {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 18px 40px;
  background: #00a59a;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 165, 154, 0.4);
}
.section-user-steps__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 30px rgba(0, 165, 154, 0.6);
  background: #008f86;
  text-decoration: none;
  color: #ffffff;
}

body.zeongrow-modal-open {
  overflow: hidden;
}

.zeongrow-form-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.zeongrow-form-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.zeongrow-form-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(34, 49, 79, 0.58);
  backdrop-filter: blur(6px);
}

.zeongrow-form-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
}

.zeongrow-form-modal__content .rf-box {
  margin: 0;
  box-shadow: 0 24px 70px rgba(26, 40, 71, 0.18);
}

.zeongrow-form-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(34, 49, 79, 0.08);
  color: #22314f;
  font-size: 28px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.zeongrow-form-modal__close:hover {
  background: rgba(16, 179, 166, 0.14);
  color: #10b3a6;
  transform: rotate(90deg);
}

@media (max-width: 768px) {
  .user-steps {
    gap: 8px;
  }
  .section-user-steps {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section-user-steps__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .user-steps__item {
    gap: 16px;
    flex-direction: column;
    text-align: center;
  }
  .user-steps__head {
    width: 100%;
  }

  .user-steps__number {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .user-steps__title {
    font-size: 18px;
  }

  .user-steps__text {
    width: 100%;
  }
  .user-steps__text p {
    font-size: 13px;
  }

  .zeongrow-form-modal {
    padding: 16px;
  }

  .zeongrow-form-modal__dialog {
    width: 100%;
  }

  .zeongrow-form-modal__close {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    font-size: 24px;
  }
}

.zeongrow-faq {
        padding-bottom: 40px;
    }

    .zeongrow-faq__wrapper {
        display: flex;
        gap: 108px;
        flex-direction: row;
    }

    .zeongrow-faq__title h2 {
        font-size: 62px;
        line-height: 56px;
        font-weight: 600;
        max-width: 450px;
    }

    .zeongrow-faq__item .zeongrow-faq__question {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.2px;
        padding: 24px 0;
        cursor: pointer;
        border-bottom: 1px solid #70707033;
        display: flex;
    }

    .zeongrow-faq__item .zeongrow-faq__answer {
        max-height: 0;
        overflow: hidden;
        margin-top: 8px;
        color: #333;
        opacity: 0;
        display: none;
    }

    .zeongrow-faq__item[open] .zeongrow-faq__answer,
    .zeongrow-faq__item.active .zeongrow-faq__answer {
        max-height: 500px;
        opacity: 1;
        color: #707070;
        line-height: 26px;
        display: block;
    }

    .zeongrow-faq__item .zeongrow-faq__arrow {
        margin-left: auto;
    }

    .zeongrow-faq__item .zeongrow-faq__arrow svg {
        color: #707070;
    }

    .zeongrow-faq__item[open] .zeongrow-faq__arrow,
    .zeongrow-faq__item.active .zeongrow-faq__arrow {
        transform: rotate(180deg);
    }

    @media(max-width: 991px) {
        .zeongrow-faq__wrapper {
            flex-direction: column;
            gap: 24px;
        }

        .zeongrow-faq__title h2 {
            font-size: 28px;
            line-height: 36px;
        }

        .zeongrow-faq__item .zeongrow-faq__question {
            font-size: 18px;
            line-height: 24px;
            padding: 20px 0;
        }

        .zeongrow-faq {
            padding-bottom: 60px;
        }
    }

.team-page {
  color: #4e4b57;
}

.team-page .container {
  max-width: 1220px;
}

.team-page .team-section {
  padding: 80px 0;
}

.team-page .team-section__title {
  margin: 0;
  color: #22314f;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 700;
}

.team-page .team-hero {
  padding: 0;
}

.team-page .team-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 460px);
  gap: 44px;
  align-items: start;
}

.team-page .team-hero__title {
  margin: 0 0 22px;
  color: #22314f;
  font-size: 36px;
  line-height: 1.05;
  font-weight: 700;
}

.team-page .team-hero__text,
.team-page .team-story__copy p,
.team-page .team-board__card p,
.team-page .team-member-card__role {
  margin: 0;
  color: #5d687d;
  font-size: 16px;
  line-height: 1.8;
}

.team-page .team-hero__form .rf-box {
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(0, 165, 154, 0.12);
}

.team-page .team-story {
  padding-top: 32px;
  margin-top: 70px;
}

.team-page .team-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 56px;
  align-items: center;
}

.team-page .team-story__copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.team-page .team-story__media {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  min-height: 400px;
  background:
    radial-gradient(circle at 15% 15%, rgba(0, 165, 154, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(240, 251, 249, 0.92));
  border: 1px solid rgba(0, 165, 154, 0.14);
  box-shadow: 0 28px 60px rgba(0, 67, 91, 0.12);
}

.team-page .team-story__image {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: block;
  object-fit: cover;
}

.team-page .team-leadership__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.team-page .team-leadership__nav {
  display: flex;
  gap: 14px;
}

.team-page .team-leadership__button {
  position: relative;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: linear-gradient(135deg, #0cb4a6, #0a8dd8);
  box-shadow: 0 14px 30px rgba(0, 165, 154, 0.24);
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.team-page .team-leadership__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.team-page .team-leadership__button--prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.team-page .team-leadership__button--next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.team-page .team-leadership__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0, 165, 154, 0.3);
}

.team-page .team-leadership__button.swiper-button-disabled,
.team-page .team-leadership__button:disabled {
  opacity: 0.35;
  cursor: default;
  box-shadow: none;
}

.team-page .zeongrow-team-swiper {
  overflow: hidden;
}

.team-page .team-member-card {
  height: auto;
}

.team-page .team-member-card__inner {
  height: 100%;
}

.team-page .team-member-card__media {
  overflow: hidden;
  border-radius: 22px;
  min-height: 320px;
  margin-bottom: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(233, 250, 247, 0.9));
  border: 1px solid rgba(0, 165, 154, 0.12);
  box-shadow: 0 20px 40px rgba(0, 67, 91, 0.08);
}

.team-page .team-member-card__media img {
  width: 100%;
  height: 320px;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.team-page .team-member-card__inner:hover .team-member-card__media img {
  transform: scale(1.03);
}

.team-page .team-member-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.team-page .team-member-card__name {
  margin: 0;
  color: #22314f;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.team-page .team-member-card__role {
  font-size: 14px;
  line-height: 1.55;
}

.team-page .team-board {
  padding-top: 40px;
}

.team-page .team-board__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 32px;
}

.team-page .team-board__card {
  min-height: 190px;
  padding: 28px 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 252, 250, 0.95));
  border: 1px solid rgba(0, 165, 154, 0.12);
  box-shadow: 0 18px 40px rgba(0, 67, 91, 0.06);
}

.team-page .team-board__name {
  margin: 0 0 14px;
  color: #22314f;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

.team-page .team-board__position,
.team-page .team-board__company {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.6;
}

.team-page .team-board__company {
  margin-bottom: 0;
  color: #00a59a !important;
  font-weight: 600;
}

@media (max-width: 1180px) {
  .team-page .team-story {
    margin-top: 0;
  }
  .team-page .team-hero__grid,
  .team-page .team-story__grid {
    grid-template-columns: 1fr;
  }

  .team-page .team-hero__title {
    font-size: 46px;
  }

  .team-page .team-section__title {
    font-size: 38px;
  }

  .team-page .team-board__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .page-content {
    padding: 0;
  }
  .team-page .team-section {
    padding: 56px 0;
  }

  .team-page .team-hero {
    padding: 48px 0 12px;
  }

  .team-page .team-hero__grid,
  .team-page .team-story__grid {
    gap: 28px;
  }

  .team-page .team-hero__title {
    font-size: 36px;
    margin-bottom: 18px;
  }

  .team-page .team-section__title {
    font-size: 30px;
  }

  .team-page .team-hero__text,
  .team-page .team-story__copy p,
  .team-page .team-board__card p,
  .team-page .team-member-card__role {
    font-size: 16px;
    line-height: 1.75;
  }

  .team-page .team-story__media,
  .team-page .team-story__image {
    min-height: 280px;
  }

  .team-page .team-leadership__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .team-page .team-leadership__button {
    width: 46px;
    height: 46px;
  }

  .team-page .team-member-card__media,
  .team-page .team-member-card__media img {
    min-height: 300px;
    height: 300px;
  }

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

  .team-page .team-board__card {
    min-height: auto;
  }
}

.special-offer-page {
  --soffer-brand: #10b3a6;
  --soffer-brand-dark: #0d8f86;
  --soffer-text: #22314f;
  --soffer-muted: #6b7280;
  --soffer-soft: #f2fbfa;
  --soffer-border: #d8efec;
  background: #ffffff;
  overflow-x: hidden;
}

.special-offer-page #content.site-main,
.special-offer-page #primary.content-area,
.special-offer-page #main {
  overflow-x: clip;
  overflow-y: visible;
  max-width: 100%;
}

.special-offer-page #special-offer {
  padding-bottom: 48px;
}

.special-offer-page .soffer-layout {
  width: 100%;
  max-width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 8vw, 96px) 0;
}

.special-offer-page .soffer-layout__container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.special-offer-page .soffer-ly2 {
  background: linear-gradient(135deg, #10b3a6 0%, #0f9fc6 100%);
  color: #ffffff;
}

.special-offer-page .soffer-ly2__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}

.special-offer-page .soffer-ly2__label {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  gap: 15px;
  backdrop-filter: blur(10px);
}

.special-offer-page .soffer-ly2__label span {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.02em;
}

.special-offer-page .soffer-ly2__icon {
  width: 28px;
  height: 28px;
}

.special-offer-page .soffer-ly2__headline h1 {
  margin: 0;
  font-size: 52px;
  line-height: 1.12;
  color: #ffffff;
  font-weight: 700;
}

.special-offer-page .soffer-ly2__content {
  max-width: 730px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}

.special-offer-page .special-offer-contact {
  background: linear-gradient(180deg, #e8f7f5 0%, #ffffff 100%);
  overflow: visible;
  padding-top: 0;
  padding-bottom: 0;
}

.special-offer-page .special-offer-contact__inner {
  max-width: 438px;
  margin: 0 auto;
  position: relative;
  top: -80px;
}

.special-offer-page .special-offer__form {
  max-width: 438px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 24px;
  padding: 28px 0 0;
  gap: 14px;
  box-shadow: 0 24px 70px rgba(26, 40, 71, 0.12);
}

.special-offer-page .special-offer__form-top {
  color: var(--soffer-text);
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.special-offer-page .special-offer__form-top p,
.special-offer-page .special-offer__form-terms p,
.special-offer-page .special-offer__form-bottom p {
  margin-bottom: 0;
}

.special-offer-page .special-offer__form-top strong {
  color: var(--soffer-brand);
}

.special-offer-page .special-offer__form-box .rf-box {
  margin: 0;
  box-shadow: none;
}

.special-offer-page .special-offer__form-terms {
  font-size: 12px;
  color: #787878;
  text-align: center;
}

.special-offer-page .special-offer__form-bottom {
  border-radius: 24px;
  padding: 16px 31px;
  background: color-mix(in srgb, var(--soffer-brand) 14%, #ffffff);
  color: var(--soffer-brand-dark);
  margin-top: 16px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.special-offer-page .special-offer-ly2__title {
  color: var(--soffer-text);
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  margin-bottom: 0;
}

.special-offer-page .special-offer-steps-ly2__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.special-offer-page .special-offer-steps-ly2__item {
  text-align: center;
  position: relative;
}

.special-offer-page .special-offer-steps-ly2__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 5px solid var(--soffer-border);
  background: #ffffff;
  margin: 0 auto 12px;
  position: relative;
  z-index: 2;
}

.special-offer-page .special-offer-steps-ly2__item:first-child .special-offer-steps-ly2__icon {
  border-color: var(--soffer-brand);
}

.special-offer-page .special-offer-steps-ly2__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55px;
  transform: translateY(-50%);
  width: calc(100% + 324px);
  height: 4px;
  border-top: 4px dashed var(--soffer-border);
  z-index: 1;
}

.special-offer-page .special-offer-steps-ly2__item:last-child .special-offer-steps-ly2__icon::after {
  display: none;
}

.special-offer-page .special-offer-steps-ly2__label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: var(--soffer-brand);
}

.special-offer-page .special-offer-steps-ly2__subtitle {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: var(--soffer-text);
  margin-bottom: 6px;
}

.special-offer-page .special-offer-steps-ly2__content {
  font-size: 14px;
  color: var(--soffer-muted);
  line-height: 22px;
  max-width: 292px;
  margin: 0 auto;
}

.special-offer-page .special-offer-benefits-ly2 {
  padding: 60px 0;
  background: #f9fdfd;
  text-align: center;
}

.special-offer-page .special-offer-benefits-ly2__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 50px;
}

.special-offer-page .special-offer-benefits-ly2__item {
  background: #ffffff;
  border: 1px solid var(--soffer-border);
  border-radius: 24px;
  padding: 34px;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.special-offer-page .special-offer-benefits-ly2__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 12px;
  padding: 14px;
  width: 36px;
  height: 31px;
  background: var(--soffer-brand);
}

.special-offer-page .special-offer-benefits-ly2__icon img {
  width: 28px;
  height: 28px;
}

.special-offer-page .special-offer-benefits-ly2__subtitle {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--soffer-text);
  text-align: left;
}

.special-offer-page .special-offer-benefits-ly2__desc {
  font-size: 15px;
  color: var(--soffer-muted);
  line-height: 24px;
}

.special-offer-page .special-offer-banner-ly2 {
  padding: 40px 24px;
  text-align: center;
  background: #f9fdfd;
}

.special-offer-page .special-offer-banner-ly2__inner {
  background: linear-gradient(135deg, var(--soffer-brand) 0%, #0f9fc6 100%);
  border-radius: 24px;
  padding: 34px 24px;
  position: relative;
  overflow: hidden;
}

.special-offer-page .special-offer-banner-ly2__inner::after {
  position: absolute;
  content: "";
  background: url("/de-ch/images/transparent-ball-left2.png") no-repeat left top / contain;
  left: 0;
  top: 0;
  width: 150px;
  height: 100%;
}

.special-offer-page .special-offer-banner-ly2__inner::before {
  position: absolute;
  content: "";
  background: url("/de-ch/images/transparent-ball-right2.png") no-repeat right bottom / contain;
  right: 0;
  bottom: -140px;
  width: 230px;
  height: 100%;
  z-index: 0;
}

.special-offer-page .special-offer-banner-ly2__title,
.special-offer-page .special-offer-banner-ly2__content,
.special-offer-page .special-offer-banner-ly2__cta {
  position: relative;
  z-index: 1;
}

.special-offer-page .special-offer-banner-ly2__title {
  font-size: 36px;
  line-height: 48px;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}

.special-offer-page .special-offer-banner-ly2__title img {
  width: 36px;
  height: 36px;
}

.special-offer-page .special-offer-banner-ly2__content {
  font-size: 24px;
  line-height: 36px;
  max-width: 628px;
  margin: 0 auto 40px;
  color: #ffffff;
}

.special-offer-page .content-popup__cta {
  display: inline-block;
  width: 272px;
  background: var(--soffer-brand);
  color: #ffffff;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 12px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 0;
  cursor: pointer;
}

.special-offer-page .content-popup__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
  background: var(--soffer-brand-dark);
  color: #ffffff;
}

.special-offer-page .special-offer-banner-ly2__button {
  display: inline-block;
  width: 272px;
  background: #ffffff;
  color: var(--soffer-brand);
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 12px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background 0.2s ease;
  border: 2px solid var(--soffer-brand);
  cursor: pointer;
}

.special-offer-page .special-offer-banner-ly2__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
  background: #f5fffe;
  color: var(--soffer-brand-dark);
  border-color: var(--soffer-brand-dark);
}

.special-offer-page .modal-overlay {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  padding: 16px;
}

.special-offer-page .modal {
  background: #ffffff;
  border-radius: 16px;
  width: min(450px, 100%);
  padding: 30px;
  text-align: center;
  position: relative;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.24);
  border-top: 6px solid var(--soffer-brand);
}

.special-offer-page .modal .close-btn {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 40px;
  cursor: pointer;
  color: #666;
}

.special-offer-page .clock-icon {
  background-color: var(--soffer-brand);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin: 0 auto -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -60px;
}

.special-offer-page .content-popup__banner {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  max-width: 300px;
}

.special-offer-page .content-popup__banner img {
  max-height: 200px;
}

.special-offer-page .content-popup__title {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #273561;
}

.special-offer-page .content-popup__text {
  color: #666;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.special-offer-page .content-popup__text strong,
.special-offer-page .content-popup__countdown-row .time,
.special-offer-page .content-popup__countdown-row .separator {
  color: var(--soffer-brand);
}

.special-offer-page .content-popup__countdown-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}

.special-offer-page .content-popup__countdown-row .time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  height: 36px;
  width: 42px;
  border-radius: 6px;
  background-color: rgba(16, 179, 166, 0.12);
}

.special-offer-page .content-popup__footer {
  padding-top: 30px;
  text-align: center;
}

@media (max-width: 991px) {
  .special-offer-page .special-offer-contact__inner {
    top: -100px;
  }

  .special-offer-page .soffer-layout__container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .special-offer-page .content-popup__banner img {
    max-height: 150px;
  }
  .special-offer-page .content-popup__title {
    font-size: 21px;
    margin-bottom: 0;
  }
  .special-offer-page .content-popup__text {
    font-size: 16px;
  }
  .special-offer-page .content-popup__footer {
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .special-offer-page .soffer-layout {
    padding: 44px 0;
  }

  .special-offer-page .soffer-ly2__label {
    padding: 10px 14px;
  }

  .special-offer-page .soffer-ly2__label span {
    font-size: 14px;
    line-height: 24px;
  }

  .special-offer-page .soffer-ly2__headline h1 {
    font-size: 30px;
    line-height: 1.2;
  }

  .special-offer-page .soffer-ly2__content,
  .special-offer-page .special-offer-banner-ly2__content {
    font-size: 20px;
    line-height: 30px;
  }

  .special-offer-page .special-offer-ly2__title,
  .special-offer-page .special-offer-banner-ly2__title {
    font-size: 28px;
    line-height: 38px;
  }

  .special-offer-page .special-offer-contact__inner {
    top: -83px;
  }

  .special-offer-page .special-offer__form {
    padding: 24px 20px;
  }

  .special-offer-page .special-offer-steps-ly2__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .special-offer-page .special-offer-steps-ly2__icon::after {
    display: none;
  }

  .special-offer-page .special-offer-steps-ly2__subtitle,
  .special-offer-page .special-offer-benefits-ly2__subtitle {
    font-size: 20px;
    line-height: 30px;
  }

  .special-offer-page .special-offer-banner-ly2__inner {
    padding: 44px 24px;
  }

  .special-offer-page .special-offer-banner-ly2__inner::after {
    width: 90px;
  }

  .special-offer-page .special-offer-banner-ly2__inner::before {
    bottom: -234px;
    width: 170px;
  }

  .special-offer-page .modal {
    padding: 24px 18px;
  }
}
 .about-page .about-page__hero {
  padding: 72px 0 36px;
}

.about-page .about-page__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 420px);
  gap: 36px;
  align-items: start;
}

.about-page .about-page__hero-copy h1 {
  margin: 0 0 18px;
  color: #22314f;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 800;
}

.about-page .about-page__hero-copy p,
.about-page .about-page__card p,
.about-page .about-page__banner-copy p,
.about-page .about-page__mission-copy p {
  margin: 0 0 16px;
  color: #5e6a84;
  font-size: 16px;
  line-height: 1.7;
}

.about-page .about-page__hero-form .rf-box {
  box-shadow: 0 22px 60px rgba(14, 54, 78, 0.12);
}

.about-page .about-page__section,
.about-page .about-page__mission {
  padding: 24px 0 48px;
}

.about-page .about-page__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.about-page .about-page__card {
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(16, 179, 166, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #f6fffd 100%);
  box-shadow: 0 12px 34px rgba(7, 46, 61, 0.06);
}

.about-page .about-page__card h2,
.about-page .about-page__mission-copy h2 {
  margin: 0 0 14px;
  color: #22314f;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.about-page .about-page__card a {
  color: #00a59a;
  font-weight: 700;
}

.about-page .about-page__banner {
  padding: 24px 0 48px;
}

.about-page .about-page__banner-box {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 36px;
  border-radius: 28px;
  background-image: linear-gradient(94deg, #56d5a6 -3.65%, #108d85 20.92%, #09524f 47.6%, #084542 95.5%);
  box-shadow: 0 18px 40px rgba(8, 69, 66, 0.2);
}

.about-page .about-page__banner-copy h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
}

.about-page .about-page__banner-copy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.92);
}

.about-page .about-page__banner .btn {
  min-width: 180px;
  margin-left: auto;
}

.about-page .about-page__mission-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 32px;
  align-items: center;
}

.about-page .about-page__mission-media img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  .about-page .about-page__hero-grid,
  .about-page .about-page__cards,
  .about-page .about-page__mission-grid {
    grid-template-columns: 1fr;
  }

  .about-page .about-page__banner-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-page .about-page__banner .btn {
    margin-left: 0;
  }

  .about-page .about-page__hero-copy h1 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .about-page .about-page__hero {
    padding-top: 48px;
  }

  .about-page .about-page__hero-copy h1,
  .about-page .about-page__banner-copy h2,
  .about-page .about-page__card h2,
  .about-page .about-page__mission-copy h2 {
    font-size: 30px;
  }

  .about-page .about-page__hero-copy p,
  .about-page .about-page__card p,
  .about-page .about-page__banner-copy p,
  .about-page .about-page__mission-copy p {
    font-size: 16px;
  }

  .about-page .about-page__card,
  .about-page .about-page__banner-box {
    padding: 22px;
  }
}
/* blockleft COLUMN */
.blockleft {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-partner {
    margin: 0 auto;
		padding: 0 14px 0 14px;
    margin-bottom: 120px;
	  display: flex;
    gap: 40px;
	  box-sizing: border-box;
}

.section-partner * {
	box-sizing: border-box;
}

.partner-title {
	  font-size: 48px;
    line-height: 56px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
}

/* BLOCKSTAGE CARD */
.blockstage {
       border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
    height: 100%;
    background-image: linear-gradient(to bottom, #eaf5ed, #eaf5f5);
}

.blockstage-head {
    background: #00a59a;
    color: #fff;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 700;
}

.blockstage-body {
    padding: 14px;
}

.blockstage-body .title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #2f2320;
}

.blockstage-body p {
    margin: 0;
    font-size: 12.5px;
    line-height: 1.6;
    color: #2f2320;
}

/* blockright COLUMN */
.blockright h2 {
    margin: 0 0 12px;
    font-size: 20px;
    color: #00a59a;
}

/* PIE CHART */
.pie-wrap {
    display: flex;
    gap: 24px;
    align-items: center;
}

.pie {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: conic-gradient(#00a59a 0deg 245deg, rgb(0 164 154 / 54%) 245deg 300deg, rgb(0 165 154 / 19%) 300deg 360deg);
}

.blocklegend {
    font-size: 13px;
}

.blocklegend div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 8px;
		color: #9FBFC6
}

.dot {
    width: 10px;
    height: 10px;
    background: #00a59a;
}

.blockleft, .blockright {
	width: 50%;
}

.ja-promo-banners {
    width: 100%;
    margin: 0 auto;
}

.ja-promo-banners__row,
.ja-promo-banners .ja-info-links__row,
.ja-promo-banners .ja-bottom-banners__row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 18px;
}

.ja-promo-banners .ja-info-links__item,
.ja-promo-banners .ja-bottom-banners__item {
    flex: 0 0 auto;
}

.ja-promo-banners .ja-info-links__image,
.ja-promo-banners .ja-bottom-banners__item figure {
    margin: 0;
}

.ja-promo-banners .ja-info-links__image img,
.ja-promo-banners .ja-bottom-banners__item img {
    display: block;
    width: 100%;
    height: auto;
}

.ja-promo-banners--top {
    margin-top: 16px;
}

.ja-promo-banners--top .ja-info-links__item {
    width: 220px;
}

.ja-promo-banners--bottom {
    margin-top: 28px;
    margin-bottom: 28px;
}

.ja-promo-banners--bottom .ja-bottom-banners__item {
    width: 168px;
}

@media (max-width: 767px) {
    .ja-promo-banners .ja-info-links__row,
    .ja-promo-banners .ja-bottom-banners__row {
        gap: 8px;
    }

    .ja-promo-banners--top .ja-info-links__item {
        width: calc((100% - 16px) / 3);
        min-width: 0;
    }

    .ja-promo-banners--bottom .ja-bottom-banners__row {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .ja-promo-banners--bottom .ja-bottom-banners__item {
        width: 110px;
        min-width: 110px;
    }

    .section-partner {
      flex-direction: column;
    }
    .blockleft, .blockright {
      width: 100%;
    }
     .blockstage-body {
      padding: 14px 10px;
    }
}

.ja-bottom-banners__inner {
  margin-bottom: 70px;
}

.benefits-block {margin-top: 5px;}