@charset "UTF-8";
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham_light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham_lightitalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham_book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham_bookitalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham_medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham_mediumitalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham_bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham_bolditalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham_black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham_blackitalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.about-page {
  color: #030b33;
  background: #fff;
}
.about-page .section-label {
  color: #6b7280 !important;
  letter-spacing: 0.2em;
}

.about-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--site-header-height, 112px) + 48px) 0 48px;
  background: #030b33 center/cover no-repeat;
  background-image: url("/img/about.jpg") !important;
}
.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 11, 51, 0.55) 0%, rgba(3, 11, 51, 0.82) 100%);
}
.about-hero .container-xxl {
  position: relative;
  z-index: 1;
}
.about-hero__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.about-hero__subtitle {
  max-width: 560px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.about-intro {
  padding: 80px 0;
}
.about-intro__image {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.about-intro__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #030b33;
  margin-bottom: 24px;
}
.about-intro__text {
  font-size: 15px;
  line-height: 1.75;
  color: #6b7280;
  margin-bottom: 16px;
}
.about-intro__text:last-of-type {
  margin-bottom: 32px;
}
.about-intro .btn-about {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background: #030b33;
  color: #fff !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  transition: background 0.25s, transform 0.25s;
}
.about-intro .btn-about:hover {
  background: rgb(5.2666666667, 19.3111111111, 89.5333333333);
  color: #fff !important;
  transform: translateY(-1px);
}

.about-stats {
  padding: 48px 0 64px;
  border-top: 1px solid rgba(3, 11, 51, 0.08);
  border-bottom: 1px solid rgba(3, 11, 51, 0.08);
}
.about-stats__item {
  text-align: center;
  padding: 16px 12px;
}
.about-stats__number {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(40px, 4vw, 52px);
  font-weight: 700;
  line-height: 1;
  color: #030b33;
}
.about-stats__number sup {
  font-size: 0.45em;
  top: -0.5em;
  margin-left: 2px;
}
.about-stats__label {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7280;
}

.about-partners {
  padding: 64px 0 80px;
}
.about-partners__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}
.about-partners__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #030b33;
  margin: 0;
}
.about-partners__all {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background: #f5f5f7;
  color: #030b33 !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 0.2s;
}
.about-partners__all:hover {
  background: rgb(233.6666666667, 233.6666666667, 237.9333333333);
  color: #030b33 !important;
}
.about-partners__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px 24px;
}
.about-partners__logo {
  flex: 0 1 auto;
  opacity: 0.55;
  filter: grayscale(1);
  transition: opacity 0.2s, filter 0.2s;
}
.about-partners__logo img {
  max-height: 36px;
  width: auto;
  max-width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-partners__logo:hover {
  opacity: 1;
  filter: none;
}

.about-leader__image-wrap {
  width: 100%;
  max-height: 480px;
  overflow: hidden;
}
.about-leader__image {
  width: 100%;
  height: 100%;
  min-height: 280px;
  max-height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.about-leader__content {
  padding: 56px 0 80px;
}
.about-leader__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #030b33;
  margin-bottom: 0;
}
.about-leader__text {
  font-size: 15px;
  line-height: 1.75;
  color: #6b7280;
  margin-bottom: 16px;
}
.about-leader__text:last-child {
  margin-bottom: 0;
}

.about-offer {
  padding: 64px 0 80px;
}
.about-offer .about-offer__title {
  color: #030b33;
}
.about-offer .about-accordion__num {
  background-image: url("/img/about/num.svg");
}
.about-offer__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}
.about-offer__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.about-offer__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.about-offer__nav {
  display: flex;
  gap: 8px;
}
.about-offer__nav-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-size: 18px;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.about-offer__nav-btn:hover:not(:disabled) {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.about-offer__nav-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.about-offer__all {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85) !important;
  white-space: nowrap;
}
.about-offer__all:hover {
  color: #fff !important;
}

.about-accordion {
  display: flex;
  align-items: stretch;
  min-height: 560px;
  max-height: 729px;
  height: 729px;
  gap: 0;
}
.about-accordion__item {
  position: relative;
  display: flex;
  flex: 0 0 40px;
  min-width: 50px;
  margin-right: 15px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.about-accordion__item.is-active {
  flex: 1 1 auto;
  max-width: none;
}
.about-accordion__item[data-offer-index="0"] .about-accordion__tab {
  background-image: url("/img/accordeon/1.jpg");
}
.about-accordion__item[data-offer-index="1"] .about-accordion__tab {
  background-image: url("/img/accordeon/2.jpg");
}
.about-accordion__item[data-offer-index="2"] .about-accordion__tab {
  background-image: url("/img/accordeon/3.jpg");
}
.about-accordion__tab {
  position: relative;
  flex: 0 0 40px;
  width: 50px;
  border: none;
  background: #030b33 center/cover no-repeat;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: 32px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  transition: all 0.3s;
  z-index: 2;
}
.about-accordion__tab::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: background 0.3s;
}
.about-accordion__item.is-active .about-accordion__tab {
  display: none;
}
.about-accordion__tab:hover {
  color: #fff;
}
.about-accordion__tab:hover::before {
  background: rgba(3, 11, 51, 0.6);
}
.about-accordion__panel {
  flex: 1;
  display: flex;
  min-width: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s 0.1s;
}
.about-accordion__item.is-active .about-accordion__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.about-accordion__inner {
  display: flex;
  width: 100%;
  background: transparent;
}
.about-accordion__num {
  position: relative;
  flex: 0 0 400px;
  min-width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #030b33 center/cover no-repeat;
  color: rgba(255, 255, 255, 0.644);
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(140px, 18vw, 240px);
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
}
.about-accordion__num::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}
.about-accordion__item[data-offer-index="0"] .about-accordion__num {
  background-image: url("/img/accordeon/1.jpg");
}
.about-accordion__item[data-offer-index="1"] .about-accordion__num {
  background-image: url("/img/accordeon/2.jpg");
}
.about-accordion__item[data-offer-index="2"] .about-accordion__num {
  background-image: url("/img/accordeon/3.jpg");
}
.about-accordion__body {
  flex: 1;
  padding: 48px 56px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  position: relative;
  overflow-y: auto;
}
.about-accordion__heading {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 700;
  color: #030b33;
  margin-bottom: 24px;
  line-height: 1.25;
}
.about-accordion__desc {
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
  margin: 0 0 24px;
}
.about-accordion__list {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}
.about-accordion__list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.65;
  color: #6b7280;
}
.about-accordion__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #030b33;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
.about-accordion__box {
  background: #f5f5f7;
  padding: 24px 28px;
  margin-bottom: 32px;
  margin-top: auto;
}
.about-accordion__result {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.about-accordion__result-label {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  color: #030b33;
  line-height: 1.7;
}
.about-accordion__result-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23030b33'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.about-accordion__result-text {
  flex: 1;
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
  margin: 0;
}
.about-accordion .btn-about {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: #030b33;
  color: #fff !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  align-self: flex-start;
}
.about-accordion .btn-about:hover {
  background: rgb(5.2666666667, 19.3111111111, 89.5333333333);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(3, 11, 51, 0.15);
}

.about-offer__nav-btn {
  border: 1px solid #e8e8e8;
  color: #030b33 !important;
}

.about-cta {
  position: relative;
  padding: 80px 0;
  background: #030b33;
  overflow: hidden;
}
.about-cta::before {
  content: "";
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
  width: min(520px, 60vw);
  height: min(520px, 60vw);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}
.about-cta::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: min(380px, 45vw);
  height: min(380px, 45vw);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  pointer-events: none;
}
.about-cta .container-xxl {
  position: relative;
  z-index: 1;
}
.about-cta__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.about-cta__text {
  max-width: 520px;
  margin: 0 auto 32px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}
.about-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 420px);
  padding: 20px 40px;
  background: #fff;
  color: #030b33 !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: transform 0.25s, box-shadow 0.25s;
}
.about-cta__btn:hover {
  color: #030b33 !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px) {
  .about-accordion {
    flex-direction: column;
    min-height: 0;
    max-height: none;
    height: auto;
  }
  .about-accordion__item {
    flex: 0 0 auto !important;
    max-width: 100% !important;
    min-width: 100%;
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .about-accordion__item:not(.is-active) .about-accordion__tab {
    display: flex;
    width: 100%;
    height: 60px;
    writing-mode: horizontal-tb;
    transform: none;
    flex: none;
    font-size: clamp(20px, 4vw, 28px);
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .about-accordion__item:not(.is-active) .about-accordion__panel {
    display: none;
    height: 0;
    overflow: hidden;
  }
  .about-accordion__panel {
    display: flex;
  }
  .about-accordion__panel .about-accordion__inner {
    flex-direction: column;
  }
  .about-accordion__num {
    flex: none !important;
    min-width: 100%;
    padding: 40px 20px;
    font-size: clamp(64px, 12vw, 96px);
    min-height: 180px;
  }
  .about-accordion__body {
    padding: 32px 24px;
    overflow-y: visible;
  }
  .about-accordion__list {
    -moz-columns: 1;
         columns: 1;
  }
  .about-offer__actions {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .about-hero {
    min-height: 340px;
    padding-bottom: 48px;
  }
  .about-intro {
    padding: 48px 0;
  }
  .about-intro__image {
    margin-bottom: 32px;
  }
  .about-partners__grid {
    justify-content: center;
  }
  .about-leader__content {
    padding: 40px 0 56px;
  }
  .about-offer {
    padding: 48px 0 60px;
  }
  .about-offer__head {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-bottom: 24px;
  }
  .about-offer__title {
    text-align: center;
  }
  .about-offer__actions {
    flex-direction: column-reverse;
    gap: 12px;
  }
  .about-offer__nav {
    justify-content: center;
  }
  .about-offer__all {
    text-align: center;
  }
  .about-accordion__item {
    margin-bottom: 8px;
  }
  .about-accordion__item:not(.is-active) .about-accordion__tab {
    height: 56px;
    font-size: clamp(18px, 3.5vw, 24px);
    padding: 0 16px;
  }
  .about-accordion__num {
    min-height: 160px;
    padding: 32px 16px;
    font-size: clamp(56px, 10vw, 80px);
  }
  .about-accordion__body {
    padding: 24px 16px;
  }
  .about-accordion__heading {
    font-size: clamp(20px, 4vw, 28px);
    margin-bottom: 20px;
  }
  .about-accordion__desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .about-accordion__list {
    margin-bottom: 24px;
  }
  .about-accordion__list li {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .about-accordion__box {
    padding: 20px;
    margin-bottom: 24px;
  }
  .about-accordion__result {
    flex-direction: column;
    gap: 8px;
  }
  .about-accordion__result-label, .about-accordion__result-text {
    font-size: 13px;
  }
  .about-accordion .btn-about {
    width: 100%;
    justify-content: center;
    padding: 14px 24px;
  }
}
@media (max-width: 479.98px) {
  .about-accordion__item:not(.is-active) .about-accordion__tab {
    height: 50px;
    font-size: 16px;
    padding: 0 12px;
  }
  .about-accordion__num {
    min-height: 140px;
    padding: 24px 12px;
    font-size: clamp(48px, 9vw, 64px);
  }
  .about-accordion__body {
    padding: 20px 12px;
  }
  .about-accordion__heading {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .about-accordion__desc, .about-accordion__list li {
    font-size: 13px;
  }
  .about-accordion__box {
    padding: 16px;
    margin-bottom: 20px;
  }
  .about-accordion__result-label, .about-accordion__result-text {
    font-size: 12px;
  }
}
.career-page {
  background: #FFFFFF;
}

.career-hero {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .career-hero {
    padding-bottom: 40px;
  }
}
.career-hero__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #0A1128;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .career-hero__title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .career-hero__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.career-intro {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .career-intro {
    margin-bottom: 40px;
  }
}
.career-intro__text {
  font-size: 18px;
  line-height: 1.8;
  color: #4A5568;
  margin: 0;
}
@media (max-width: 767px) {
  .career-intro__text {
    font-size: 16px;
  }
}

.career-faq__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #0A1128;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .career-faq__title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .career-faq__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.career-faq .accordion-item {
  border: none;
  border-bottom: 1px solid #E2E8F0;
  border-radius: 0px;
  margin-bottom: 16px;
  overflow: hidden;
}
.career-faq .accordion-item:last-child {
  margin-bottom: 0;
}
.career-faq .accordion-button {
  background: transparent;
  color: #0A1128;
  font-size: 18px;
  font-weight: 600;
  padding: 24px 0px 24px 0px;
  border: none;
  box-shadow: none;
  position: relative;
}
@media (max-width: 767px) {
  .career-faq .accordion-button {
    font-size: 16px;
    padding: 20px 50px 20px 20px;
  }
}
.career-faq .accordion-button:not(.collapsed) {
  background: transparent;
  color: #0A1128;
}
.career-faq .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.career-faq .accordion-button::after {
  content: "+";
  background: none;
  width: 24px;
  height: 24px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  color: #0A1128;
  transition: transform 0.3s ease;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .career-faq .accordion-button::after {
    right: 20px;
    font-size: 28px;
  }
}
.career-faq .accordion-button:not(.collapsed)::after {
  content: "×";
  transform: translateY(-50%) rotate(0deg);
}
.career-faq .accordion-body {
  padding: 0 24px 24px 0px;
  font-size: 16px;
  line-height: 1.8;
  color: #4A5568;
}
@media (max-width: 767px) {
  .career-faq .accordion-body {
    padding: 0 20px 20px 20px;
    font-size: 14px;
  }
}

.career-contact-sidebar {
  position: sticky;
  top: 100px;
  border: 1px solid #E8E8E8;
}
@media (max-width: 991px) {
  .career-contact-sidebar {
    margin-top: 60px;
    position: static;
  }
}
@media (max-width: 767px) {
  .career-contact-sidebar {
    padding: 24px;
    margin-top: 40px;
  }
}
.career-contact-sidebar__title {
  font-size: 20px;
  font-weight: 700;
  color: #0A1128;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .career-contact-sidebar__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.career-contact-sidebar .btn-primary {
  border-radius: 0;
  margin-top: 20px;
}

.career-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  border-bottom: 1px solid #E2E8F0;
  position: relative;
}
.career-contact-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.career-contact-item__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 8px;
  color: #0A1128;
  font-size: 18px;
}
@media (max-width: 767px) {
  .career-contact-item__icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}
.career-contact-item__content {
  flex: 1;
  min-width: 0;
  padding-right: 24px;
}
.career-contact-item__label {
  font-size: 12px;
  font-weight: 500;
  color: #718096;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.career-contact-item__value {
  font-size: 16px;
  font-weight: 600;
  color: #0A1128;
  text-decoration: none;
  display: block;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .career-contact-item__value {
    font-size: 14px;
  }
}
.career-contact-item__value:hover {
  color: #2B6CB0;
}
.career-contact-item a.career-contact-item__value {
  transition: color 0.3s ease;
}
.career-contact-item__arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  font-size: 18px;
  color: #0A1128;
  background-color: #F5F5F7;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .career-contact-item__arrow {
    font-size: 16px;
  }
}

.btn-primary {
  background: #0A1128;
  border: none;
  border-radius: 12px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background: #1a2744;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(10, 17, 40, 0.2);
}
.btn-primary:focus {
  box-shadow: 0 0 0 4px rgba(10, 17, 40, 0.1);
}

@media (max-width: 767px) {
  .career-contact-sidebar__title {
    margin-top: 30px;
  }
  .career-contact-sidebar {
    padding: 0px;
  }
}
.projects-page {
  color: #030b33;
  background: #fff;
}
.projects-page .section-label {
  color: #6b7280 !important;
  letter-spacing: 0.2em;
}

.projects-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--site-header-height, 112px) + 48px) 0 48px;
  background: #030b33 center/cover no-repeat;
  background-image: url("/img/projects.jpg");
}
.projects-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 11, 51, 0.5) 0%, rgba(3, 11, 51, 0.85) 100%);
}
.projects-hero .container-xxl {
  position: relative;
  z-index: 1;
}
.projects-hero__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.projects-hero__subtitle {
  max-width: 640px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.projects-featured {
  padding: 80px 0;
}
.projects-featured__image {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.projects-featured__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 16px;
}
.projects-featured__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.15;
  color: #030b33;
  margin-bottom: 24px;
}
.projects-featured__text {
  font-size: 15px;
  line-height: 1.75;
  color: #6b7280;
  margin-bottom: 16px;
}
.projects-featured__text:last-of-type {
  margin-bottom: 32px;
}
.projects-featured__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background: #f5f5f7;
  color: #030b33 !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  transition: background 0.25s, transform 0.25s;
}
.projects-featured__btn:hover {
  background: rgb(233.6666666667, 233.6666666667, 237.9333333333);
  color: #030b33 !important;
  transform: translateY(-1px);
}

.projects-grid-section {
  padding: 0 0 96px;
}

.projects-grid__head {
  margin-bottom: 32px;
}

.projects-grid__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #030b33;
  margin: 8px 0 0;
}

.projects-grid__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  margin-bottom: 24px;
}

.projects-sort {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7280;
}
.projects-sort__label {
  white-space: nowrap;
}
.projects-sort__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #e8e8ec;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23030b33' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 12px center;
  padding: 10px 36px 10px 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #030b33;
  cursor: pointer;
  min-width: 140px;
}
.projects-sort__select:focus {
  outline: none;
  border-color: #030b33;
}

.projects-page .projects-tabs {
  flex-grow: 1;
  max-width: 100%;
  border: none;
  margin-bottom: 0;
}
.projects-page .projects-tabs .nav-item {
  width: 50%;
}
.projects-page .projects-tabs .nav-link {
  width: 100%;
  border: 1px solid #e8e8ec;
  border-radius: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #030b33;
  padding: 14px 20px;
  background: #fff;
  transition: background 0.2s, color 0.2s;
}
.projects-page .projects-tabs .nav-link.active {
  background: #030b33;
  border-color: #030b33;
  color: #fff;
}

.projects-grid__tabs-wrap {
  flex: 1 1 320px;
  max-width: 560px;
}

.projects-card {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #030b33;
  text-decoration: none;
  color: inherit;
}
.projects-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.projects-card:hover img {
  transform: scale(1.05);
}
.projects-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  background: linear-gradient(to top, rgba(3, 11, 51, 0.92) 0%, rgba(3, 11, 51, 0.35) 55%, transparent 100%);
}
.projects-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 10px;
  color: #fff;
}
.projects-card__badge.is-development {
  background: #2d9f6a;
}
.projects-card__badge.is-new {
  background: #3ecf8e;
  color: #030b33;
}
.projects-card__badge.is-brand {
  background: #1a9b8f;
}
.projects-card__badge.is-rent {
  background: #42d292;
  color: #030b33;
}
.projects-card__brand {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #42d292;
  margin-bottom: 6px;
}
.projects-card__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 12px;
}
.projects-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.projects-card__tag {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 991.98px) {
  .projects-featured {
    padding: 56px 0;
  }
  .projects-grid__toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .projects-grid__tabs-wrap {
    max-width: none;
  }
  .projects-sort {
    justify-content: space-between;
  }
}
.project-inner {
  background: #fff;
}
.project-inner .breadcrumb-nav {
  background: #f8f9fa;
  padding: 16px 0;
}
.project-inner .breadcrumb-nav .breadcrumb {
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 14px;
}
.project-inner .breadcrumb-nav .breadcrumb-item {
  color: #6c757d;
}
.project-inner .breadcrumb-nav .breadcrumb-item a {
  color: #6c757d;
  text-decoration: none;
  transition: color 0.2s ease;
}
.project-inner .breadcrumb-nav .breadcrumb-item a:hover {
  color: #212529;
}
.project-inner .breadcrumb-nav .breadcrumb-item.active {
  color: #212529;
}
.project-inner .breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
  color: #6c757d;
}

.project-hero {
  position: relative;
  height: 500px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 60px 0;
}
.project-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.project-hero .container-xxl {
  position: relative;
  z-index: 1;
}
.project-hero__badge {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.project-hero__badge.is-development {
  background: #dc3545;
  color: #fff;
}
.project-hero__badge.is-new {
  background: #28a745;
  color: #fff;
}
.project-hero__badge.is-brand {
  background: #ffc107;
  color: #212529;
}
.project-hero__title {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.2;
}
.project-hero__brand {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.project-info {
  padding: 80px 0;
  background: #fff;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
.project-gallery__image {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.project-gallery__image:hover {
  transform: scale(1.02);
}

.project-advantages {
  background: #f8f9fa;
  padding: 40px 32px;
  border-radius: 8px;
  height: 100%;
}
.project-advantages__title {
  font-size: 24px;
  font-weight: 700;
  color: #212529;
  margin: 0 0 24px;
  text-transform: uppercase;
}
.project-advantages__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.project-advantages__item {
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #495057;
  line-height: 1.6;
}
.project-advantages__item::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: #1e3a5f;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}
.project-advantages__item:last-child {
  margin-bottom: 0;
}

.project-details {
  padding: 80px 0;
  background: #1e3a5f;
  color: #fff;
}
.project-details__block {
  height: 100%;
}
.project-details__title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.project-details__text {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.project-cta {
  padding: 80px 0;
  background: #f8f9fa;
}
.project-cta__card {
  background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
  padding: 60px 40px;
  border-radius: 16px;
  text-align: center;
  color: #fff;
}
.project-cta__title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
  line-height: 1.2;
}
.project-cta__text {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 auto 32px;
  max-width: 700px;
}
.project-cta__btn {
  display: inline-block;
  padding: 16px 48px;
  background: #fff;
  color: #1e3a5f;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.project-cta__btn:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.project-related {
  padding: 80px 0;
  background: #fff;
}
.project-related__title {
  font-size: 32px;
  font-weight: 700;
  color: #212529;
  margin: 0 0 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  .project-hero {
    height: 400px;
    padding: 40px 0;
  }
  .project-hero__title {
    font-size: 36px;
  }
  .project-hero__brand {
    font-size: 16px;
  }
  .project-info {
    padding: 60px 0;
  }
  .project-gallery__image {
    height: 250px;
  }
  .project-advantages {
    margin-top: 40px;
    padding: 32px 24px;
  }
  .project-details {
    padding: 60px 0;
  }
  .project-details__block {
    margin-bottom: 32px;
  }
  .project-details__block:last-child {
    margin-bottom: 0;
  }
  .project-cta {
    padding: 60px 0;
  }
  .project-cta__card {
    padding: 40px 24px;
  }
  .project-related {
    padding: 60px 0;
  }
  .project-related__title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .project-hero {
    height: 350px;
  }
  .project-hero__title {
    font-size: 28px;
  }
  .project-hero__badge {
    font-size: 12px;
    padding: 6px 16px;
  }
  .project-gallery {
    grid-template-columns: 1fr;
  }
  .project-gallery__image {
    height: 220px;
  }
  .project-advantages__item {
    font-size: 15px;
    padding-left: 28px;
    margin-bottom: 16px;
  }
  .project-advantages__item::before {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .project-cta__title {
    font-size: 24px;
  }
  .project-cta__text {
    font-size: 15px;
  }
  .project-cta__btn {
    padding: 14px 32px;
    font-size: 14px;
  }
  .breadcrumb-nav .breadcrumb {
    font-size: 13px;
  }
}
.services-page {
  color: #030b33;
  background: #fff;
}

.services-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--site-header-height, 112px) + 48px) 0 48px;
  background: #030b33 center/cover no-repeat;
  background-image: url("/img/services.jpg") !important;
}
.services-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 11, 51, 0.45) 0%, rgba(3, 11, 51, 0.82) 100%);
}
.services-hero .container-xxl {
  position: relative;
  z-index: 1;
}
.services-hero__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.services-hero__subtitle {
  max-width: 720px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}

.services-grid {
  padding: 72px 0 96px;
}

.services-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 28px 32px;
  background: #fff;
  border: 1px solid #e8e8ec;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.services-card .services-card__arrow {
  border-radius: 50%;
  height: 48px;
  width: 48px;
  background-color: #F5F5F7;
}
.services-card:hover {
  border-color: rgba(3, 11, 51, 0.2);
  box-shadow: 0 12px 40px rgba(3, 11, 51, 0.08);
  transform: translateY(-2px);
  color: inherit;
}
.services-card:hover .services-card__arrow {
  color: #030b33;
  transform: translate(2px, -2px);
}
.services-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.services-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  color: #030b33;
  font-size: 28px;
  line-height: 1;
}
.services-card__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  color: #6b7280;
  font-size: 18px;
  transition: color 0.25s, transform 0.25s;
}
.services-card__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(17px, 1.8vw, 20px);
  font-weight: 700;
  line-height: 1.25;
  color: #030b33;
  margin-bottom: 20px;
}
.services-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.services-card__list li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.65;
  color: #6b7280;
  margin-bottom: 10px;
}
.services-card__list li:last-child {
  margin-bottom: 0;
}
.services-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #030b33;
  opacity: 0.35;
}

@media (max-width: 767.98px) {
  .services-grid {
    padding: 48px 0 72px;
  }
  .services-card {
    padding: 24px;
  }
}
.investors-page {
  color: #030b33;
  background: #fff;
}

.investors-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--site-header-height, 112px) + 48px) 0 72px;
  background: #030b33 center/cover no-repeat;
}
.investors-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 11, 51, 0.4) 0%, rgba(3, 11, 51, 0.88) 100%);
}
.investors-hero .container-xxl {
  position: relative;
  z-index: 1;
}
.investors-hero__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.investors-hero__subtitle {
  max-width: 640px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 32px;
}
.investors-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
}
.investors-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background: #fff;
  color: #030b33 !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  transition: transform 0.25s, box-shadow 0.25s;
}
.investors-hero__btn:hover {
  color: #030b33 !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.investors-hero__video {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s;
}
.investors-hero__video i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 14px;
}
.investors-hero__video:hover {
  color: #fff !important;
}

.investors-metrics {
  padding: 72px 0 96px;
}
.investors-metrics__label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 12px;
}
.investors-metrics__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #030b33;
  margin-bottom: 40px;
}
.investors-metrics__footer {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e8e8ec;
}
.investors-metrics__desc {
  font-size: 14px;
  line-height: 1.75;
  color: #6b7280;
  margin-bottom: 16px;
}
.investors-metrics__desc:last-child {
  margin-bottom: 0;
}

.investors-metric {
  height: 100%;
  padding: 28px 24px;
  background: #f5f5f7;
  border: 1px solid transparent;
}
.investors-metric.is-large {
  padding: 32px 28px;
}
.investors-metric__value {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  line-height: 1;
  color: #030b33;
  margin-bottom: 12px;
}
.investors-metric__value.is-accent {
  color: #42d292;
}
.investors-metric__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  color: #030b33;
  margin: 0 0 8px;
}
.investors-metric__description {
  font-size: 13px;
  line-height: 1.65;
  color: #6b7280;
  margin: 12px 0 0;
}
.investors-metric__note {
  font-size: 12px;
  line-height: 1.5;
  color: #6b7280;
  margin: 8px 0 0;
}

.investors-directions {
  padding: 0 0 80px;
}
.investors-directions__title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #030b33;
  margin-bottom: 28px;
}
.investors-directions__title i {
  font-size: 20px;
  color: #6b7280;
}
.investors-directions__nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.investors-directions__item {
  margin-bottom: 4px;
}
.investors-directions__btn {
  display: block;
  width: 100%;
  padding: 14px 0;
  border: none;
  border-bottom: 1px solid #e8e8ec;
  background: none;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  transition: color 0.2s, padding-left 0.2s;
}
.investors-directions__btn.is-active {
  color: #030b33;
  font-weight: 600;
  padding-left: 8px;
}
.investors-directions__btn:hover {
  color: #030b33;
}
.investors-directions__panel {
  display: none;
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
  padding: 12px 0 20px;
}
.investors-directions__panel.is-active {
  display: block;
}
.investors-directions__image {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.investors-results {
  padding: 80px 0;
  background: #030b33;
  color: #fff;
}
.investors-results__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 24px;
}
.investors-results__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 24px;
  max-width: 900px;
}
.investors-results .hero-line {
  display: block;
  width: 181px;
  height: auto;
  margin-bottom: 32px;
  opacity: 0.9;
}
.investors-results__desc {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 64px;
  max-width: 720px;
}
.investors-results__chart-wrapper {
  margin-bottom: 56px;
}
.investors-results__grid {
  position: relative;
  min-height: 320px;
  margin-bottom: 48px;
}
.investors-results__grid::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.investors-results__grid-lines {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.investors-results__grid-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  position: relative;
}
.investors-results__grid-line::before {
  content: attr(data-value);
  position: absolute;
  left: -40px;
  top: -8px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
}
.investors-results__bars {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(48px, 8vw, 120px);
  height: 320px;
  padding-bottom: 56px;
}
.investors-results__bar-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
}
.investors-results__bar-value {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.investors-results__bar {
  width: clamp(64px, 8vw, 96px);
  border-radius: 4px 4px 0 0;
  transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.investors-results__bar.is-city {
  height: 168px;
  background: rgba(255, 255, 255, 0.85);
}
.investors-results__bar.is-resort {
  height: 192px;
  background: #42d292;
}
.investors-results__bar-label {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  max-width: 140px;
}
.investors-results__info {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  padding: 32px 40px;
  border-left: 3px solid #42d292;
}
.investors-results__info-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.investors-results__info-text {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}

.investors-chart {
  padding: 80px 0;
  background: #030b33;
  color: #fff;
}
.investors-chart__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 48px;
  max-width: 720px;
}
.investors-chart__bars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 48px;
  min-height: 200px;
  margin-bottom: 48px;
}
.investors-chart__bar-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.investors-chart__bar {
  width: 72px;
  border-radius: 2px 2px 0 0;
  transition: height 0.6s ease;
}
.investors-chart__bar.is-plan {
  height: 140px;
  background: rgba(255, 255, 255, 0.25);
}
.investors-chart__bar.is-fact {
  height: 160px;
  background: #42d292;
}
.investors-chart__bar-value {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.investors-chart__bar-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.investors-chart__why-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #42d292;
  margin-bottom: 16px;
}
.investors-chart__why-text {
  max-width: 640px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}

.investors-cycle {
  padding: 96px 0;
  background: #fff;
}
.investors-cycle__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 20px;
  text-align: center;
}
.investors-cycle__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #030b33;
  margin-bottom: 80px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.investors-timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.investors-timeline__line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(3, 11, 51, 0.12);
  transform: translateX(-50%);
}
.investors-timeline__item {
  position: relative;
  margin-bottom: 120px;
  display: flex;
  justify-content: flex-start;
}
.investors-timeline__item:last-child {
  margin-bottom: 0;
}
.investors-timeline__item:last-child .investors-timeline__dot {
  top: -50px;
}
.investors-timeline__item:last-child .investors-timeline__content:last-child {
  width: 100%;
}
.investors-timeline__item.is-left {
  justify-content: flex-start;
}
.investors-timeline__item.is-left .investors-timeline__content {
  margin-right: auto;
  margin-left: 0;
}
.investors-timeline__item.is-right {
  justify-content: flex-end;
}
.investors-timeline__item.is-right .investors-timeline__content {
  margin-left: auto;
  margin-right: 0;
}
.investors-timeline__item.is-center {
  justify-content: center;
}
.investors-timeline__item.is-center .investors-timeline__content {
  margin-left: auto;
  margin-right: auto;
}
.investors-timeline__dot {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #030b33;
  transform: translateX(-50%);
  z-index: 2;
}
.investors-timeline__dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(3, 11, 51, 0.08);
  transform: translate(-50%, -50%);
  animation: pulse 2s ease-in-out infinite;
}
.investors-timeline__content {
  width: calc(50% - 60px);
  background: #fff;
  padding: 40px;
  border: 1px solid #e8e8ec;
  position: relative;
}
.investors-timeline__num {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  color: #030b33;
  margin-bottom: 16px;
  pointer-events: none;
}
.investors-timeline__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 700;
  color: #030b33;
  margin-bottom: 20px;
  line-height: 1.3;
}
.investors-timeline__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.investors-timeline__list li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
  margin-bottom: 12px;
}
.investors-timeline__list li:last-child {
  margin-bottom: 0;
}
.investors-timeline__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #030b33;
  opacity: 0.5;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
  }
}
.investors-step {
  display: none;
}

.investors-cta {
  margin: 0 0 80px;
  padding: 72px 48px;
  background: #030b33 center/cover no-repeat;
  background-image: url("/img/form.jpg");
  text-align: center;
  position: relative;
  overflow: hidden;
}
.investors-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(3, 11, 51, 0.88);
}
.investors-cta .container-xxl {
  position: relative;
  z-index: 1;
}
.investors-cta .section-label {
  color: rgba(255, 255, 255, 0.7) !important;
}
.investors-cta__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.investors-cta__desc {
  max-width: 560px;
  margin: 0 auto 32px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
}
.investors-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  padding: 18px 40px;
  background: #fff;
  color: #030b33 !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: transform 0.25s;
}
.investors-cta__btn:hover {
  color: #030b33 !important;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .investors-cta {
    padding: 56px 24px;
  }
  .investors-results__bars {
    gap: 40px;
    height: 280px;
    padding-bottom: 48px;
  }
  .investors-results__bar.is-city {
    height: 140px;
  }
  .investors-results__bar.is-resort {
    height: 160px;
  }
  .investors-results__info {
    padding: 24px 20px;
  }
  .investors-timeline__line {
    left: 32px;
  }
  .investors-timeline__item {
    margin-bottom: 60px;
    justify-content: flex-start !important;
  }
  .investors-timeline__item.is-left .investors-timeline__content, .investors-timeline__item.is-right .investors-timeline__content {
    margin-left: 80px;
    margin-right: 0;
  }
  .investors-timeline__item.is-left .investors-timeline__dot, .investors-timeline__item.is-right .investors-timeline__dot {
    left: 32px;
    right: auto;
    transform: translateX(-50%);
  }
  .investors-timeline__content {
    width: calc(100% - 80px);
    padding: 32px 24px;
  }
  .investors-timeline__num {
    font-size: 56px;
  }
}
@media (max-width: 767.98px) {
  .investors-hero {
    min-height: 700px;
  }
  .investors-results {
    padding: 56px 0;
  }
  .investors-results__title {
    margin-bottom: 20px;
  }
  .investors-results .hero-line {
    width: 120px;
    margin-bottom: 24px;
  }
  .investors-results__desc {
    margin-bottom: 48px;
  }
  .investors-results__bars {
    gap: 32px;
    height: 240px;
    padding-bottom: 40px;
  }
  .investors-results__bar.is-city {
    height: 112px;
  }
  .investors-results__bar.is-resort {
    height: 128px;
  }
  .investors-results__bar-value {
    font-size: 32px;
  }
  .investors-results__bar-label {
    font-size: 12px;
  }
  .investors-results__grid-line::before {
    left: -32px;
    font-size: 10px;
  }
  .investors-cycle {
    padding: 64px 0;
  }
  .investors-cycle__title {
    margin-bottom: 56px;
  }
  .investors-timeline__line {
    left: 24px;
  }
  .investors-timeline__item {
    margin-bottom: 48px;
  }
  .investors-timeline__item.is-left .investors-timeline__content, .investors-timeline__item.is-right .investors-timeline__content {
    margin-left: 56px;
  }
  .investors-timeline__item.is-left .investors-timeline__dot, .investors-timeline__item.is-right .investors-timeline__dot {
    left: 24px;
  }
  .investors-timeline__content {
    width: calc(100% - 56px);
    padding: 24px 20px;
  }
  .investors-timeline__num {
    font-size: 56px;
    margin-bottom: 12px;
  }
  .investors-timeline__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .investors-timeline__list li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .investors-timeline__dot {
    top: 24px;
    width: 12px;
    height: 12px;
  }
  .investors-timeline__dot::before {
    width: 24px;
    height: 24px;
  }
}
.contacts-page {
  color: #030b33;
  background: #fff;
}

.contacts-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--site-header-height, 112px) + 48px) 0 48px;
  background: #030b33 center/cover no-repeat;
}
.contacts-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 11, 51, 0.55) 0%, rgba(3, 11, 51, 0.82) 100%);
}
.contacts-hero .container-xxl {
  position: relative;
  z-index: 1;
}
.contacts-hero__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.contacts-hero__subtitle {
  max-width: 560px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.contacts-content {
  padding: 80px 0;
}

.contacts-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 48px;
  align-items: start;
}

.contacts-info {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.contacts-info__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(3, 11, 51, 0.08);
  transition: background 0.2s;
}
.contacts-info__item:first-child {
  border-top: 1px solid rgba(3, 11, 51, 0.08);
}
.contacts-info__item:hover {
  background: rgba(3, 11, 51, 0.02);
}
.contacts-info__item:hover .contacts-info__arrow {
  opacity: 1;
  transform: translateX(4px);
}
.contacts-info__icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #030b33;
}
.contacts-info__icon svg {
  width: 24px;
  height: 24px;
}
.contacts-info__content {
  flex: 1;
  min-width: 0;
}
.contacts-info__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 6px;
}
.contacts-info__value {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #030b33;
  text-decoration: none;
  display: block;
}
.contacts-info__value:hover {
  color: rgb(7.25, 26.5833333333, 123.25);
}
.contacts-info a.contacts-info__value {
  transition: color 0.2s;
}
.contacts-info a.contacts-info__value:hover {
  color: rgb(7.25, 26.5833333333, 123.25);
}
.contacts-info__arrow {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #030b33;
  opacity: 0.3;
  transition: all 0.3s;
}
.contacts-info__arrow svg {
  width: 20px;
  height: 20px;
}
.contacts-info__btn {
  margin-top: 40px;
  width: 100%;
  padding: 20px 32px;
  background: #030b33;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.25s, transform 0.25s;
}
.contacts-info__btn:hover {
  background: rgb(5.2666666667, 19.3111111111, 89.5333333333);
  transform: translateY(-2px);
}
.contacts-info__btn:active {
  transform: translateY(0);
}

.contacts-map {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 480px;
  background: #f5f5f7;
  border-radius: 0;
  overflow: hidden;
}
.contacts-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .contacts-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contacts-map {
    min-height: 400px;
    order: 2;
  }
  .contacts-info {
    order: 1;
  }
}
@media (max-width: 767.98px) {
  .contacts-hero {
    min-height: 340px;
    padding-bottom: 48px;
  }
  .contacts-content {
    padding: 56px 0;
  }
  .contacts-map {
    min-height: 320px;
  }
  .contacts-info__item {
    padding: 16px 0;
  }
  .contacts-info__icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
  }
  .contacts-info__icon svg {
    width: 20px;
    height: 20px;
  }
  .contacts-info__value {
    font-size: 15px;
  }
  .contacts-info__btn {
    margin-top: 32px;
    padding: 18px 28px;
  }
}
.news-page {
  color: #030b33;
  background: #fff;
}
.news-page .section-label {
  color: #6b7280 !important;
  letter-spacing: 0.2em;
}

.news-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding-top: 280px;
}
.news-hero .section-label {
  color: white !important;
}
.news-hero .news-hero__title {
  color: white !important;
  font-size: clamp(2.5rem, 5vw, 4rem);
}

.news-featured {
  padding: 48px 0 80px;
}
.news-featured__main {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.news-featured__main .news-featured__image-wrap {
  aspect-ratio: 16/10;
}
.news-featured__secondary {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.news-featured__secondary .news-featured__image-wrap {
  aspect-ratio: 16/10;
}
.news-featured__image-wrap {
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
}
.news-featured__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.news-featured__image:hover {
  transform: scale(1.05);
}
.news-featured__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-featured__date {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(3, 11, 51, 0.5);
  margin-bottom: 16px;
  display: block;
}
.news-featured__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 700;
  line-height: 1.2;
  color: #030b33;
  margin-bottom: 16px;
}
.news-featured__title-secondary {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.25;
  color: #030b33;
  margin-bottom: 16px;
}
.news-featured__description {
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
  margin-bottom: 20px;
  flex: 1;
}
.news-featured__link {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #030b33 !important;
  text-decoration: none;
  transition: color 0.25s;
  margin-top: auto;
}
.news-featured__link::after {
  content: "→";
  margin-left: 8px;
  transition: margin-left 0.25s;
}
.news-featured__link:hover {
  color: #42d292 !important;
}
.news-featured__link:hover::after {
  margin-left: 12px;
}

.news-all {
  padding: 0 0 120px;
}
.news-all__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 56px;
}
.news-all__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #030b33;
  margin: 8px 0 0;
}

.news-sort {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7280;
}
.news-sort__label {
  white-space: nowrap;
}
.news-sort__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #e8e8ec;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23030b33' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 12px center;
  padding: 10px 36px 10px 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #030b33;
  cursor: pointer;
  min-width: 140px;
}
.news-sort__select:focus {
  outline: none;
  border-color: #030b33;
}

.news-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
  border-color: #F5F5F5;
}
.news-card:hover {
  transform: translateY(-4px);
}
.news-card__image-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 20px;
}
.news-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.news-card:hover .news-card__image {
  transform: scale(1.05);
}
.news-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 15px;
  padding-top: 0;
}
.news-card__date {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(3, 11, 51, 0.5);
  margin-bottom: 12px;
  display: block;
}
.news-card__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  color: #030b33;
  margin-bottom: 12px;
}
.news-card__excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
  margin-bottom: 16px;
  flex: 1;
}
.news-card__link {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #030b33 !important;
  text-decoration: none;
  transition: color 0.25s;
  margin-top: auto;
}
.news-card__link::after {
  content: "→";
  margin-left: 8px;
  transition: margin-left 0.25s;
}
.news-card__link:hover {
  color: #42d292 !important;
}
.news-card__link:hover::after {
  margin-left: 12px;
}

@media (max-width: 991.98px) {
  .news-featured {
    padding: 56px 0;
  }
  .news-all__header {
    flex-direction: column;
    align-items: stretch;
  }
  .news-sort {
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .news-page {
    padding-top: calc(var(--site-header-height, 112px) + 24px);
  }
  .news-featured {
    padding: 32px 0 56px;
  }
  .news-all {
    padding: 0 0 64px;
  }
  .news-all__header {
    margin-bottom: 32px;
  }
}
.news-featured__content {
  border: 1px solid #F5F5F5;
}

.news-featured__image-wrap {
  margin-bottom: 0;
}

.news-featured__content {
  height: 600px;
}

.news-featured__content {
  padding: 20px;
}

.news_featured__image-wrap-first {
  height: 600px;
}

.news-item-page {
  background-color: #fff;
}

.news-item-breadcrumbs {
  padding: 24px 0;
  background-color: #f8f9fa;
}
.news-item-breadcrumbs .breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.news-item-breadcrumbs .breadcrumb-item {
  color: #6c757d;
}
.news-item-breadcrumbs .breadcrumb-item a {
  color: #6c757d;
  text-decoration: none;
  transition: color 0.2s ease;
}
.news-item-breadcrumbs .breadcrumb-item a:hover {
  color: #0066cc;
}
.news-item-breadcrumbs .breadcrumb-item.active {
  color: #495057;
}
.news-item-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  padding: 0 8px;
  color: #6c757d;
}

.news-item-content {
  padding: 60px 0 80px;
}
@media (max-width: 768px) {
  .news-item-content {
    padding: 40px 0 60px;
  }
}

.news-item-header {
  margin-bottom: 40px;
  max-width: 900px;
}
@media (max-width: 768px) {
  .news-item-header {
    margin-bottom: 32px;
  }
}

.news-item-date {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #6c757d;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.news-item-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0;
}
@media (max-width: 1200px) {
  .news-item-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .news-item-title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .news-item-title {
    font-size: 28px;
  }
}

.news-item-image-wrap {
  width: 100%;
  margin-bottom: 48px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-item-image-wrap {
    margin-bottom: 40px;
    border-radius: 8px;
  }
}

.news-item-image {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 600px;
}

.news-item-body {
  max-width: 800px;
}

.news-item-paragraph {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  margin-bottom: 24px;
}
.news-item-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .news-item-paragraph {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
}

.news-item-other {
  padding: 80px 0 100px;
  background-color: #f8f9fa;
}
@media (max-width: 768px) {
  .news-item-other {
    padding: 60px 0 80px;
  }
}

.news-item-other-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .news-item-other-header {
    margin-bottom: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.news-item-other-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .news-item-other-title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .news-item-other-title {
    font-size: 24px;
  }
}

.news-item-other-link {
  font-size: 16px;
  font-weight: 600;
  color: #0066cc;
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.news-item-other-link:hover {
  color: #0052a3;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .news-item-other-link {
    font-size: 14px;
  }
}

.news-other-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.news-other-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .news-other-card {
    border-radius: 8px;
  }
}

.news-other-card__image-wrap {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background-color: #e9ecef;
}
@media (max-width: 768px) {
  .news-other-card__image-wrap {
    height: 200px;
  }
}

.news-other-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.news-other-card:hover .news-other-card__image {
  transform: scale(1.05);
}

.news-other-card__content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .news-other-card__content {
    padding: 20px;
  }
}

.news-other-card__date {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #6c757d;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.news-other-card__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #1a1a1a;
  margin: 0 0 12px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-other-card__title {
    font-size: 18px;
  }
}

.news-other-card__excerpt {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #6c757d;
  margin: 0 0 20px 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-other-card__excerpt {
    font-size: 14px;
  }
}

.news-other-card__link {
  font-size: 15px;
  font-weight: 600;
  color: #0066cc;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}
.news-other-card__link:hover {
  color: #0052a3;
  text-decoration: underline;
}
.news-other-card__link::after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.news-other-card__link:hover::after {
  transform: translateX(4px);
}

.team-page {
  background-color: #f8f9fb;
}

.team-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 240px 0 48px;
  position: relative;
}
.team-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(3, 11, 51, 0.92) 0%, rgba(3, 11, 51, 0.75) 100%);
  pointer-events: none;
}
.team-hero .container-xxl {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .team-hero {
    padding: 80px 0 48px;
  }
}

.team-hero__title {
  color: white;
  font-family: "Gotham", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -0.02em;
}

.team-hero__subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.6;
  margin: 0;
  max-width: 720px;
}

.team-stats {
  padding: 80px 0;
  background-color: white;
}
@media (max-width: 768px) {
  .team-stats {
    padding: 60px 0;
  }
}

.team-stats__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .team-stats__grid {
    gap: 0;
  }
}
@media (max-width: 480px) {
  .team-stats__grid {
    gap: 0;
  }
}

.team-stats__item {
  display: flex;
  flex-direction: column;
  padding: 60px 48px;
  border: 1px solid #E8E8E8;
}
.team-stats__item:nth-child(1) {
  background-color: #F5F5F7;
}
.team-stats__item:nth-child(4) {
  background-color: #F5F5F7;
}
@media (max-width: 768px) {
  .team-stats__item {
    padding: 40px 32px;
  }
}
@media (max-width: 480px) {
  .team-stats__item {
    padding: 32px 24px;
  }
}

.team-stats__number {
  color: #0d1117;
  font-family: "Gotham", sans-serif;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
  text-align: center;
}
.team-stats__number sup {
  font-size: 0.5em;
}

.team-stats__label {
  color: rgba(3, 11, 51, 0.7);
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}

.team-stats__content {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .team-stats__content {
    padding-left: 0;
    padding-top: 20px;
  }
}

.team-stats__label-small {
  color: rgba(3, 11, 51, 0.6);
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 16px;
}

.team-stats__title {
  color: #0d1117;
  font-family: "Gotham", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 24px;
  letter-spacing: -0.01em;
}

.team-stats__text {
  margin-top: 32px;
}
.team-stats__text p {
  color: rgba(3, 11, 51, 0.8);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
.team-stats__text p:last-child {
  margin-bottom: 0;
}

.team-description {
  padding: 80px 0;
  background-color: white;
}
@media (max-width: 768px) {
  .team-description {
    padding: 60px 0;
  }
}

.team-description__title {
  color: #0d1117;
  font-family: "Gotham", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  letter-spacing: -0.01em;
}

.team-description__text {
  color: rgba(3, 11, 51, 0.8);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
.team-description__text:last-child {
  margin-bottom: 0;
}

.team-experts {
  padding: 100px 0 120px;
  background-color: white;
  position: relative;
}
@media (max-width: 768px) {
  .team-experts {
    padding: 60px 0 80px;
  }
}

.team-experts__label {
  color: rgba(3, 11, 51, 0.6);
  font-size: 0.8125rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.team-experts__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 24px;
}
@media (max-width: 768px) {
  .team-experts__head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
  }
}

.team-experts__title {
  color: #0d1117;
  font-family: "Gotham", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  letter-spacing: -0.01em;
}

.team-experts__nav {
  display: flex;
  gap: 12px;
}

.team-experts__nav-btn {
  width: 48px;
  height: 48px;
  background: white;
  border: 1px solid rgba(3, 11, 51, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d1117;
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.team-experts__nav-btn:hover:not(:disabled) {
  background: #0d1117;
  color: white;
  border-color: #0d1117;
}
.team-experts__nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.team-experts__slider-wrapper {
  position: relative;
}

.team-experts__slider {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.team-experts__slider::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .team-experts__slider {
    gap: 16px;
  }
}

.team-experts__card {
  flex: 0 0 calc(25% - 18px);
  min-width: 280px;
  scroll-snap-align: start;
  background: white;
  border: 1px solid rgba(3, 11, 51, 0.08);
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
.team-experts__card:hover {
  box-shadow: 0 8px 24px rgba(3, 11, 51, 0.08);
  transform: translateY(-4px);
}
@media (max-width: 1200px) {
  .team-experts__card {
    flex: 0 0 calc(33.333% - 16px);
  }
}
@media (max-width: 768px) {
  .team-experts__card {
    flex: 0 0 calc(50% - 8px);
    min-width: 240px;
  }
}
@media (max-width: 480px) {
  .team-experts__card {
    flex: 0 0 85%;
  }
}

.team-experts__image-wrap {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ebef 100%);
}
.team-experts__image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 11, 51, 0) 50%, #030B33 100%);
  z-index: 1;
  transition: opacity 0.3s ease;
}
.team-experts__card:hover .team-experts__image-wrap::before {
  opacity: 0.9;
}

.team-experts__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.team-experts__card:hover .team-experts__image {
  transform: scale(1.05);
}

.team-experts__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  z-index: 2;
}

.team-experts__name {
  color: white;
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
}

.team-experts__position {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.team-experts__detail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: white;
  border: 1px solid rgba(3, 11, 51, 0.08);
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(3, 11, 51, 0.12);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease, max-height 0.5s ease;
  margin-top: 0;
  z-index: 5;
}
.team-experts__detail.active {
  max-height: 800px;
  opacity: 1;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .team-experts__detail.active {
    max-height: 1200px;
    margin-top: 24px;
  }
}

.team-experts__detail-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  background: white;
  border: 1px solid rgba(3, 11, 51, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d1117;
  font-size: 1.25rem;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}
.team-experts__detail-close:hover {
  background: #0d1117;
  color: white;
  border-color: #0d1117;
}
@media (max-width: 768px) {
  .team-experts__detail-close {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

.team-experts__detail-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 0;
  min-height: 500px;
}
@media (max-width: 1024px) {
  .team-experts__detail-grid {
    grid-template-columns: 320px 1fr;
  }
}
@media (max-width: 768px) {
  .team-experts__detail-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

.team-experts__detail-image-wrap {
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ebef 100%);
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .team-experts__detail-image-wrap {
    border-radius: 4px 4px 0 0;
    height: 400px;
  }
}

.team-experts__detail-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.team-experts__detail-info {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .team-experts__detail-info {
    padding: 48px;
  }
}
@media (max-width: 768px) {
  .team-experts__detail-info {
    padding: 40px 24px;
  }
}

.team-experts__detail-label {
  color: rgba(3, 11, 51, 0.6);
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 16px;
}

.team-experts__detail-name {
  color: #0d1117;
  font-family: "Gotham", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 24px;
  letter-spacing: -0.01em;
}

.team-experts__detail-divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #c8a96e 0%, rgba(200, 169, 110, 0.3) 100%);
  margin: 0 0 24px;
  border-radius: 2px;
}

.team-experts__detail.active {
  margin-top: 0;
}

.team-experts__detail-description {
  color: rgba(3, 11, 51, 0.8);
  font-size: 1rem;
  line-height: 1.8;
}
.team-experts__detail-description p {
  margin: 0 0 20px;
}
.team-experts__detail-description p:last-child {
  margin-bottom: 0;
}

.results-page {
  background: #fff;
}

.results-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--site-header-height, 112px) + 48px) 0 48px;
  background: #030b33 center/cover no-repeat;
}
.results-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 11, 51, 0.55) 0%, rgba(3, 11, 51, 0.85) 100%);
}
.results-hero .container-xxl {
  position: relative;
  z-index: 1;
}
.results-hero__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.results-hero .hero-line {
  display: block;
  width: 181px;
  height: auto;
  margin-bottom: 24px;
  opacity: 0.9;
}
.results-hero__subtitle {
  max-width: 640px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.results-achievements {
  padding: 80px 0;
  background: #fff;
}
.results-achievements__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 20px;
}
.results-achievements__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #030b33;
  margin-bottom: 48px;
}

.results-card {
  height: 100%;
  padding: 32px 24px;
  background: #f5f5f7;
  border: 1px solid #e8e8ec;
  transition: transform 0.3s, box-shadow 0.3s;
}
.results-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(3, 11, 51, 0.08);
}
.results-card__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c8a96e;
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.results-card__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: 18px;
  font-weight: 700;
  color: #030b33;
  margin-bottom: 12px;
  line-height: 1.3;
}
.results-card__text {
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
  margin: 0;
}

.results-stats {
  padding: 80px 0;
  background: #030b33;
  color: #fff;
}
.results-stats__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(24px, 3.5vw, 36px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 48px;
  text-align: center;
}

.results-stat {
  text-align: center;
  padding: 24px;
}
.results-stat__value {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 700;
  line-height: 1;
  color: #c8a96e;
  margin-bottom: 16px;
}
.results-stat__label {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}

.results-awards {
  padding: 80px 0;
  background: #fff;
}
.results-awards__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 20px;
}
.results-awards__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #030b33;
  margin-bottom: 48px;
}

.results-award {
  height: 100%;
  padding: 40px;
  background: #f5f5f7;
  border-left: 4px solid #c8a96e;
  transition: transform 0.3s, box-shadow 0.3s;
}
.results-award:hover {
  transform: translateX(4px);
  box-shadow: 0 8px 24px rgba(3, 11, 51, 0.08);
}
.results-award__year {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: rgba(3, 11, 51, 0.1);
  margin-bottom: 16px;
}
.results-award__title {
  font-family: var(--font-display, "Gotham", sans-serif);
  font-size: 20px;
  font-weight: 700;
  color: #030b33;
  margin-bottom: 16px;
  line-height: 1.3;
}
.results-award__desc {
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
  margin: 0;
}

@media (max-width: 991.98px) {
  .results-achievements {
    padding: 64px 0;
  }
  .results-stats {
    padding: 64px 0;
  }
  .results-awards {
    padding: 64px 0;
  }
  .results-card {
    padding: 28px 20px;
  }
  .results-award {
    padding: 32px 24px;
  }
}
@media (max-width: 767.98px) {
  .results-hero {
    padding: calc(var(--site-header-height, 112px) + 32px) 0 40px;
  }
  .results-hero .hero-line {
    width: 120px;
    margin-bottom: 20px;
  }
  .results-achievements {
    padding: 48px 0;
  }
  .results-achievements__title {
    margin-bottom: 32px;
  }
  .results-stats {
    padding: 48px 0;
  }
  .results-stats__title {
    margin-bottom: 32px;
  }
  .results-stat {
    padding: 16px;
  }
  .results-stat__value {
    margin-bottom: 12px;
  }
  .results-awards {
    padding: 48px 0;
  }
  .results-awards__title {
    margin-bottom: 32px;
  }
  .results-card {
    padding: 24px 20px;
  }
  .results-card__icon {
    width: 48px;
    height: 48px;
    font-size: 20px;
    margin-bottom: 16px;
  }
  .results-card__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .results-award {
    padding: 24px 20px;
  }
  .results-award__year {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .results-award__title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.modal .modal-dialog {
  max-width: 850px;
  margin: 1.75rem auto;
}
.modal .modal-content {
  border-radius: 0;
  border: none;
  background: white;
  padding: 30px;
}
.modal .modal-header {
  border-bottom: none;
  padding: 0 0 20px 0;
  position: relative;
}
.modal .modal-header .modal-title {
  font-family: "Gotham", sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #0d1117;
  line-height: 1.2;
  margin: 0;
}
.modal .modal-header .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 32px;
  opacity: 1;
  padding: 0;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  color: #0d1117;
}
.modal .modal-header .btn-close:hover {
  opacity: 0.7;
}
.modal .modal-body {
  padding: 0;
}
.modal .modal-body .modal-subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 30px;
}
.modal .modal-body .form-label {
  font-size: 12px;
  font-weight: 500;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.modal .modal-body .form-control {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 12px 0;
  font-size: 18px;
  color: #0d1117;
  background: transparent;
}
.modal .modal-body .form-control:focus {
  box-shadow: none;
  border-bottom-color: #0d1117;
  background: transparent;
}
.modal .modal-body .form-control::-moz-placeholder {
  color: #999;
  opacity: 0.7;
}
.modal .modal-body .form-control::placeholder {
  color: #999;
  opacity: 0.7;
}
.modal .modal-body .btn-primary {
  background-color: #0d1117;
  border: none;
  border-radius: 0;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
  transition: all 0.3s ease;
}
.modal .modal-body .btn-primary:hover {
  background-color: rgb(31.4166666667, 41.0833333333, 55.5833333333);
  transform: translateY(-2px);
}
.modal .modal-body .modal-privacy {
  font-size: 13px;
  line-height: 1.6;
  color: #999;
  margin-top: 20px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .modal .modal-dialog {
    max-width: 95%;
    margin: 0.5rem auto;
  }
  .modal .modal-content {
    padding: 20px;
  }
  .modal .modal-header .modal-title {
    font-size: 32px;
  }
  .modal .modal-body .form-control {
    font-size: 16px;
  }
}
:root {
  --clr-dark: #0d1117;
  --clr-accent: #c8a96e;
  --font-sans: Gotham, sans-serif;
  --font-display: Gotham, sans-serif;
}

body {
  margin: 0;
  color: #e8e4dd;
  font-family: "Gotham", sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.site-header__logo img {
  margin-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.253);
  padding-right: 20px;
}

.site-header__social {
  color: white;
}

.site-header__phone {
  border: none;
  padding-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.418);
  margin-right: 40px;
}

.site-header__lang-btn {
  border: 1px solid white;
  padding-left: 15px;
}

.site-header {
  filter: backdrop-filter(blur(10px));
}

.container-xxl {
  max-width: 95%;
}

.site-header__link {
  border: 1px solid rgba(255, 255, 255, 0.158);
  color: white;
}
.site-header__link.is-active {
  color: rgb(255, 255, 255);
}

.site-header__top {
  padding: 16px 0;
}

.site-header__lang-icon {
  color: white;
}

.site-header__lang-btn:hover,
.site-header__lang-btn:focus,
.site-header__lang-btn.show {
  color: white;
  border: 1px solid white;
}

.hero-badge {
  background: none;
  border-color: rgba(255, 255, 255, 0.25) !important;
  color: white;
}

.hero-badge::before {
  background-color: #42d292;
  filter: backdrop-filter(blur(30px));
}

.hero-line {
  display: block;
  width: 181px;
  height: auto;
  margin-bottom: 27px;
  opacity: 0.9;
  margin-top: 29px;
}

.stats-bar {
  filter: backdrop-filter(blur(30px));
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: -127px;
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.stat-number sup {
  color: white;
  margin-left: 10px;
}

.partners-section {
  background-color: white;
}

#projects,
#news {
  background-color: white;
}
#projects .btn-outline-gold,
#news .btn-outline-gold {
  background-color: #f5f5f7;
  color: #030b33 !important;
  border: none;
  font-weight: 400;
}

.about-offer__all {
  background-color: #f5f5f7;
  color: #030b33 !important;
  border: none;
  font-weight: 500;
  padding: 13px 24px;
}
.about-offer__all:hover {
  color: #030b33 !important;
}

.section-title {
  color: #030b33 !important;
}

.parnters img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.partner-logo {
  margin: 0 10px;
  opacity: 1;
}
.partner-logo img {
  max-width: 170px;
}

.partners-swiper {
  overflow: hidden;
}
.partners-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.partners-swiper .partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}
.partners-swiper .partner-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.partners-swiper .partner-logo img {
  max-height: 60px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.projects-tabs .nav-link.active {
  background-color: #030b33;
  border: none;
  width: 100%;
  border: 1px solid #030b33;
}

.projects-tabs .nav-link {
  font-weight: 400;
}

.projects-tabs {
  flex-grow: 2;
}
.projects-tabs .nav-link {
  width: 100%;
  border: 1px solid #e8e8e8;
}
.projects-tabs .nav-item {
  width: 50%;
}

.expertise-section {
  background-image: url("/img/why.png");
}
.expertise-section .section-title {
  color: white !important;
}
.expertise-section .section-label {
  color: white !important;
}

.expertise-card {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.26);
}

#news {
  background-color: white;
}

.news-card {
  background: none;
  color: #030b33 !important;
}
.news-card .news-title-card {
  color: #030b33 !important;
}
.news-card .news-date {
  color: rgba(26, 26, 26, 0.4745098039);
}

.cta-section {
  background-image: url("/img/form.jpg");
  background-position: center;
  background-size: cover;
  margin-bottom: 50px;
}
.cta-section .section-label {
  color: white !important;
}

footer {
  background: white;
}
footer a {
  color: #030b33 !important;
}

.btn-white {
  background-color: white;
  border-radius: 0;
  color: #030b33 !important;
  font-weight: 500;
  padding: 20px;
  border: none;
  cursor: pointer;
}
.btn-white:hover {
  background-color: #f5f5f7;
}

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  padding-top: 40px;
}

.dropdown-menu {
  background-color: white;
}

#projects .projects-card {
  width: 100%;
}
#projects .projects-card--big {
  aspect-ratio: auto;
  height: 460px;
}
#projects .projects-card--med {
  aspect-ratio: auto;
  height: 226px;
}
#projects .projects-card--sm {
  aspect-ratio: auto;
  height: 220px;
}

.read-more {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: black;
  text-decoration: underline;
  transition: letter-spacing 0.2s;
}

.news-card:hover .read-more {
  letter-spacing: 3px;
  font-weight: 500;
}

@media (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 1.2;
  }
  body p {
    font-size: 13px;
  }
  .expertise-section {
    background-size: cover;
  }
  .site-header__menu {
    background-color: #030b33;
  }
  .container-xxl {
    max-width: 100%;
  }
  .site-header__lang-label {
    display: none;
  }
  .site-header__socials {
    display: none;
  }
  .site-header__logo img {
    max-height: 25px;
  }
  .hero {
    min-height: 700px;
    padding-bottom: 137px;
  }
  .hero-title {
    font-size: 25px;
  }
  .hero-badge {
    font-size: 10px;
  }
  .hero-desc {
    margin-bottom: 0 !important;
  }
  .stats-bar {
    margin-top: -95px;
  }
  .stats-bar .stat-number {
    font-size: 20px;
  }
  .stats-bar .stat-label {
    font-size: 8px;
  }
  .stats-bar .stat-col {
    width: 25%;
  }
  .partners-section {
    margin-bottom: 0 !important;
  }
  .projects-tabs .nav-item {
    width: 100% !important;
  }
  #projects .projects-card--big {
    height: 226px !important;
  }
  .expertise-section {
    padding: 20px 0 !important;
  }
  .expertise-card {
    padding: 20px !important;
  }
  .investors-hero__btn {
    padding: 14px 20px !important;
  }
  .about-intro__image,
  .projects-featured__image {
    height: 226px !important;
  }
  .investors-hero {
    min-height: 500px !important;
  }
  .team-hero {
    padding-top: 170px;
  }
  .news-page {
    padding-top: 0px;
  }
  .site-header__logo img {
    max-height: 32px;
  }
}
/*# sourceMappingURL=app.css.map */
