@font-face {
  font-family: "Aptos Narrow";
  src: url("../fonts/Aptos-Narrow.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aptos Narrow";
  src: url("../fonts/Aptos-Narrow-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --header-height: 119px;
  --blue: #3842d8;
  --blue-dark: #282bc8;
  --cyan: #13bfe2;
  --text: #050505;
  --muted: #5f5f5f;
  --container: 1544px;
  --narrow: 1184px;
  --font-main: "Aptos Narrow", "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: var(--font-main);
  overflow-x: hidden;
}

body.admin-bar .site-header {
  top: 32px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

.site-container {
  width: min(var(--container), calc(100% - 96px));
  margin: 0 auto;
}

.site-container--narrow {
  width: min(var(--narrow), calc(100% - 96px));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-height);
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 34px rgba(11, 31, 74, 0.08);
}

.site-header__inner {
  position: relative;
  z-index: 1;
  width: min(1720px, calc(100% - 200px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 46px;
}

.site-logo {
  flex: 0 0 auto;
}

.site-logo img {
  width: 295px;
  height: auto;
}

.main-nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(32px, 3.6vw, 68px);
  padding-right: 234px;
  color: #070707;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.main-nav a {
  position: relative;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.main-nav a.is-active {
  color: var(--blue);
}

.main-nav a.has-sub::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 14px;
  height: 9px;
  background: url("/wp-content/uploads/2026/08/dowwn.svg") center / contain no-repeat;
  transform: translateX(-50%);
}

.header-contact {
  position: absolute;
  right: calc((100% - 100vw) / 2);
  top: 0;
  z-index: 2;
  width: 273px;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 58px;
  background: url("/wp-content/uploads/2026/08/lienhe.svg") right top / 100% 100% no-repeat;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-section {
  position: relative;
  scroll-margin-top: var(--header-height);
}

.section-heading {
  margin: 0;
  color: #050505;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.05;
}

.section-heading span {
  color: var(--blue);
}

.section-heading--large {
  font-size: clamp(42px, 3.2vw, 54px);
}

.button {
  min-height: 61px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-radius: 14px;
  padding: 0 30px;
  border: 1px solid transparent;
  font-family: "Inter", Arial, sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}

.button img {
  width: 22px;
  height: auto;
  flex: 0 0 auto;
}

.button--primary {
  color: #fff;
  background: var(--blue);
}

.button--light {
  color: #25258a;
  background: #fff;
}

.button--outline {
  color: #fff;
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.9);
}

.slider-controls {
  display: flex;
  align-items: center;
  gap: 18px;
}

.slider-button {
  width: 67px;
  height: 67px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 2px solid var(--blue);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.slider-button img {
  width: 19px;
  height: auto;
}

.slider-button--prev {
  border-color: #15bce4;
}

.slider-button--prev img {
  transform: rotate(180deg);
  filter: hue-rotate(130deg) saturate(1.5);
}

.hero-section {
  height: calc(100svh - var(--header-height));
  min-height: 690px;
  overflow: hidden;
  background: #fff;
}

.hero-section__bg {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.hero-section__bg {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-visual-swiper {
  position: absolute;
  right: -2px;
  bottom: 0;
  width: min(81vw, 1552px);
  height: 92%;
  z-index: 0;
  overflow: hidden;
  cursor: grab;
}

.hero-visual-swiper:active {
  cursor: grabbing;
}

.hero-visual-swiper .swiper-wrapper,
.hero-visual-swiper .swiper-slide {
  height: 100%;
}

.hero-visual-swiper .swiper-slide {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.hero-section__building {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  user-select: none;
  -webkit-user-drag: none;
}

.hero-visual-pagination {
  position: absolute;
  left: 50% !important;
  bottom: 22px !important;
  z-index: 3;
  width: auto !important;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
}

.hero-visual-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  border-radius: 999px;
  background: #a6f0fb;
  opacity: 1;
}

.hero-visual-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background: var(--blue);
}

.hero-section__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-section__copy {
  width: min(860px, 52vw);
  margin-left: 0;
  padding-top: 4px;
}

.hero-section__eyebrow {
  margin: 0 0 16px;
  font-size: clamp(30px, 1.9vw, 36px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.02em;
}

.hero-section h1 {
  margin: 0 0 52px;
  color: #050505;
  font-size: clamp(52px, 3.25vw, 62px);
  font-weight: 700;
  line-height: 0.98;
}

.hero-section h1 span {
  display: block;
  color: var(--blue);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  column-gap: 62px;
  row-gap: 28px;
  margin-top: 82px;
}

.hero-stat strong {
  display: block;
  font-size: clamp(54px, 3.65vw, 70px);
  font-weight: 700;
  line-height: 0.9;
}

.hero-stat span {
  display: block;
  margin-top: 6px;
  color: #606060;
  font-size: 26px;
  line-height: 1.1;
}

.legacy-section {
  padding: 76px 0 68px;
  overflow: hidden;
  background: #fff;
}

.legacy-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 68px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(218, 248, 255, 0.42) 100%);
  pointer-events: none;
}

.legacy-section__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 56px);
  align-items: center;
}

.legacy-section__copy {
  padding-left: 22px;
}

.legacy-section__logo {
  width: 232px;
  margin: 26px 0 72px;
}

.legacy-info {
  display: none;
}

.legacy-info.is-active {
  display: block;
  animation: legacy-info-in 0.68s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.legacy-section__date {
  display: block;
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.legacy-section__copy p {
  max-width: 298px;
  margin: 0;
  font-size: 18px;
  line-height: 1.32;
}

.legacy-map-panel {
  position: relative;
  min-height: 640px;
}

.legacy-map {
  position: relative;
  width: min(100%, 980px);
  height: 640px;
  min-height: 0;
  margin-left: auto;
  overflow: visible;
}

.legacy-pin-window {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.legacy-map__mountain {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 650px;
}

.legacy-map__road {
  position: absolute;
  right: 120px;
  top: 172px;
  bottom: auto;
  z-index: 1;
  width: 560px;
  transform: rotate(-3deg);
}

.legacy-pin {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  text-align: left;
  cursor: pointer;
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
  transition:
    opacity 0.46s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.46s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.46s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

.legacy-pin-window.is-exiting.is-forward .legacy-pin {
  opacity: 0;
  filter: blur(2px);
  transform: translateY(-34px) scale(0.97);
}

.legacy-pin-window.is-exiting.is-backward .legacy-pin {
  opacity: 0;
  filter: blur(2px);
  transform: translateY(34px) scale(0.97);
}

.legacy-pin-window.is-entering .legacy-pin {
  animation-duration: 0.76s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.legacy-pin-window.is-entering.is-forward .legacy-pin {
  animation-name: legacy-pin-enter-forward;
}

.legacy-pin-window.is-entering.is-backward .legacy-pin {
  animation-name: legacy-pin-enter-backward;
}

.legacy-pin-window.is-entering .legacy-pin:nth-child(2) {
  animation-delay: 0.08s;
}

.legacy-pin-window.is-entering .legacy-pin:nth-child(3) {
  animation-delay: 0.16s;
}

.legacy-pin__media {
  position: relative;
  width: 96px;
  height: 112px;
  display: block;
  flex: 0 0 auto;
  transition: width 0.35s ease, height 0.35s ease, filter 0.35s ease, opacity 0.35s ease;
}

.legacy-pin__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.legacy-pin__photo {
  position: absolute;
  left: 50%;
  top: 38%;
  width: 70%;
  height: 60%;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 20px rgba(0, 147, 235, 0.22);
  transform: translate(-50%, -50%);
}

.legacy-pin img {
  display: block;
}

.legacy-pin > img {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 20px rgba(0, 147, 235, 0.22);
  transition: width 0.35s ease, height 0.35s ease, filter 0.35s ease, opacity 0.35s ease;
}

.legacy-pin:not(.legacy-pin--active) .legacy-pin__media,
.legacy-pin:not(.legacy-pin--active) > img {
  opacity: 0.94;
}

.legacy-pin strong {
  display: block;
  color: var(--blue);
  font-size: clamp(34px, 2.15vw, 40px);
  font-weight: 700;
  line-height: 0.9;
}

.legacy-pin span,
.legacy-pin em {
  display: block;
}

.legacy-pin em {
  margin-top: 3px;
  font-size: clamp(14px, 0.86vw, 16px);
  font-weight: 700;
  line-height: 1.08;
  font-style: normal;
}

.legacy-pin--slot-1 {
  right: 220px;
  top: 42px;
}

.legacy-pin--slot-2 {
  right: 64px;
  top: 292px;
}

.legacy-pin--slot-3 {
  left: 158px;
  top: 388px;
  flex-direction: row-reverse;
}

.legacy-pin--slot-3 .legacy-pin__media {
  width: 120px;
  height: 140px;
}

.legacy-pin--slot-3 > img {
  width: 132px;
  height: 132px;
}

.legacy-section__controls {
  position: absolute;
  right: 12px;
  bottom: 10px;
  z-index: 4;
}

.legacy-pin--active .legacy-pin__media {
  width: 128px;
  height: 149px;
}

.legacy-pin--active > img {
  width: 142px;
  height: 142px;
  border: 0;
  box-shadow: 0 14px 28px rgba(0, 147, 235, 0.28);
}

.legacy-pin--year-2020 .legacy-pin__media,
.legacy-pin--year-2020.legacy-pin--active .legacy-pin__media {
  width: 136px;
  height: 158px;
}

.legacy-pin--year-2020 > img,
.legacy-pin--year-2020.legacy-pin--active > img {
  width: 176px;
  height: auto;
  max-height: 214px;
  border-radius: 0;
  object-fit: contain;
  box-shadow: none;
}

.legacy-pin--active strong {
  font-size: 40px;
}

.legacy-section__controls .slider-button {
  width: 42px;
  height: 42px;
  border-width: 1px;
}

.legacy-section__controls .slider-button img {
  width: 12px;
}

.legacy-section__controls .swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

@keyframes legacy-pin-enter-forward {
  0% {
    opacity: 0;
    filter: blur(2px);
    transform: translateY(36px) scale(0.97);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@keyframes legacy-pin-enter-backward {
  0% {
    opacity: 0;
    filter: blur(2px);
    transform: translateY(-36px) scale(0.97);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@keyframes legacy-info-in {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.products-section {
  padding: 125px 0 105px;
  overflow: hidden;
  background: url("/wp-content/uploads/2026/08/backgroup_sp.svg") center / cover no-repeat;
}

.products-swiper {
  overflow: hidden;
}

.products-swiper .swiper-wrapper {
  align-items: stretch;
}

.product-card {
  position: relative;
  height: 346px;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(5, 115, 180, 0.07);
}

.product-card h3 {
  position: relative;
  z-index: 2;
  margin: 24px 30px 0;
  font-size: clamp(24px, 1.55vw, 28px);
  font-weight: 700;
  line-height: 1.14;
}

.product-card--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card--soft {
  background: linear-gradient(135deg, #fff 0%, #d6dbff 100%);
}

.product-card__photo {
  position: absolute;
  left: 50%;
  bottom: 44px;
  width: 78%;
  max-height: 170px;
  object-fit: contain;
  transform: translateX(-50%);
}

.product-card:nth-child(2) .product-card__photo {
  width: 88%;
  max-height: 184px;
}

.card-arrow {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 3;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 2px solid var(--blue);
  border-radius: 50%;
  background: #fff;
}

.card-arrow img {
  width: 15px;
}

.card-arrow--solid {
  border-color: var(--blue);
  background: var(--blue);
}

.card-arrow--solid img {
  width: 13px;
}

.products-section__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-top: 54px;
}

.products-section__bottom h2 {
  margin: 0;
  font-size: clamp(40px, 3vw, 60px);
  font-weight: 400;
  line-height: 1.08;
}

.quality-network-section {
  padding: 102px 0 108px;
  overflow: hidden;
  background: #fff;
}

.quality-network-section__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: clamp(50px, 7vw, 128px);
}

.quality-network-section__copy {
  padding-left: 12px;
}

.quality-network-section__certs {
  width: min(390px, 100%);
  margin: 24px 0 78px;
}

.network-copy__eyebrow {
  margin: 0 0 5px;
  font-size: 21px;
  line-height: 1.15;
}

.network-copy .section-heading {
  margin-bottom: 18px;
}

.network-copy p:not(.network-copy__eyebrow) {
  max-width: 565px;
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.42;
  letter-spacing: 0.03em;
}

.network-map {
  position: relative;
  min-height: 705px;
}

.network-map__canvas {
  position: relative;
  width: min(540px, 100%);
  margin: 0 auto;
}

.network-map__svg {
  width: 100%;
  height: auto;
  display: block;
}

.network-map__svg path {
  cursor: pointer;
  transition: fill 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
}

.network-map__svg path:nth-of-type(4n+1),
.network-map__svg path:nth-of-type(7n+2) {
  fill: #41d5f7;
}

.network-map__svg path:nth-of-type(5n+3) {
  fill: #3842d8;
}

.network-map__svg path:nth-of-type(6n+4) {
  fill: #005fff;
}

.network-map__svg path:hover,
.network-map__svg path.is-active {
  fill: #15258f;
  filter: drop-shadow(0 8px 10px rgba(56, 66, 216, 0.18));
}

.network-hotspot {
  position: absolute;
  left: var(--hot-left);
  top: var(--hot-top);
  z-index: 3;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 8px 22px rgba(0, 95, 255, 0.24);
  cursor: pointer;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.95);
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.network-map:hover .network-hotspot,
.network-hotspot.is-active {
  opacity: 1;
}

.network-hotspot:hover,
.network-hotspot.is-active {
  background: var(--blue);
  transform: translate(-50%, -50%) scale(1.2);
}

.network-tooltip {
  position: absolute;
  left: var(--tip-left, 52%);
  top: var(--tip-top, 34%);
  z-index: 4;
  min-width: 184px;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  padding: 16px 16px 15px 12px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(56, 66, 216, 0.13);
  pointer-events: none;
  transform: translate(-112%, -48%);
  transition: left 0.42s ease, top 0.42s ease, opacity 0.28s ease, transform 0.42s ease;
}

.network-tooltip.is-changing {
  opacity: 0;
  transform: translate(-112%, -42%);
}

.network-tooltip__pin {
  position: relative;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #005fff;
  border: 3px solid #005fff;
  border-radius: 50% 50% 50% 0;
  background: #fff;
  font-size: 0;
  font-weight: 700;
  line-height: 1;
  transform: rotate(-45deg);
}

.network-tooltip__pin::before {
  content: "1";
  position: absolute;
  inset: 5px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(65, 213, 247, 0.18);
  color: #005fff;
  font-size: 16px;
  transform: rotate(45deg);
}

.network-tooltip__pin + div {
  min-width: 0;
}

.network-tooltip__name {
  display: block;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.45);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
}

.network-tooltip__line {
  display: block;
  margin-top: 8px;
  font-size: 17px;
  line-height: 1.08;
}

.projects-section {
  min-height: 560px;
  padding: 126px 0 98px;
  overflow: hidden;
  background: url("/wp-content/uploads/2026/08/duan.svg") center / cover no-repeat;
}

.projects-section__inner {
  position: relative;
}

.projects-section__head {
  align-items: flex-start;
  margin-bottom: 88px;
  padding: 0 6px;
}

.projects-section__head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(35px, 2.3vw, 45px);
  font-weight: 700;
  line-height: 1.1;
}

.projects-section__head span {
  color: #19d1e8;
}

.projects-section__controls {
  margin-top: 8px;
}

.projects-section .slider-button {
  width: 60px;
  height: 60px;
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.05);
}

.projects-section .slider-button img {
  width: 17px;
  filter: brightness(0) invert(1);
}

.projects-section .slider-button.swiper-button-disabled {
  opacity: 0.42;
  pointer-events: none;
}

.projects-swiper {
  overflow: hidden;
  margin-top: -26px;
  margin-bottom: -34px;
  padding-top: 26px;
  padding-bottom: 34px;
}

.projects-swiper .swiper-wrapper {
  align-items: stretch;
}

.project-card {
  position: relative;
  height: 290px;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(102, 102, 102, 0) 0%,
    rgba(43, 43, 43, 0.7) 57.8%,
    rgba(19, 19, 19, 0.82) 81.29%,
    #000 100%
  );
  opacity: 0;
  transition: opacity 0.38s ease;
}

.project-card:hover,
.project-card:focus-within {
  box-shadow: 0 3px 23.2px 22px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

.project-card:hover::after,
.project-card:focus-within::after {
  opacity: 1;
}

.project-card__content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 25px;
  z-index: 2;
  color: #fff;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.34s ease, transform 0.34s ease;
}

.project-card:hover .project-card__content,
.project-card:focus-within .project-card__content {
  opacity: 1;
  transform: translateY(0);
}

.project-card__content h3 {
  margin: 0 0 7px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.05;
}

.project-card__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.1;
}

.partners-section {
  padding: 105px 0 76px;
  background: #fff;
}

.section-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.section-toolbar__right {
  display: flex;
  align-items: center;
  gap: 28px;
}

.partner-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.partner-dots span,
.partner-dots i {
  display: block;
  border-radius: 999px;
}

.partner-dots span {
  width: 18px;
  height: 6px;
  background: var(--blue);
}

.partner-dots i {
  width: 5px;
  height: 5px;
  background: #b9f3ff;
}

.partners-section .slider-button,
.testimonial-section .slider-button {
  width: 42px;
  height: 42px;
  border-width: 1px;
}

.partners-section .slider-button img,
.testimonial-section .slider-button img {
  width: 12px;
}

.partner-logos {
  margin-top: 72px;
  overflow: hidden;
}

.partner-logos .swiper-wrapper {
  align-items: center;
}

.logo-word {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 0.92;
}

.logo-word small {
  font-size: 7px;
  font-weight: 500;
}

.logo-word--unicons {
  color: #1743cc;
  font-style: italic;
}

.logo-word--accor {
  color: #c58a3b;
}

.logo-word--cbre {
  color: #007c67;
  font-size: 18px;
}

.logo-word--watg {
  color: #b31b2c;
  font-size: 17px;
  letter-spacing: 0.08em;
}

.partners-section__brands-title {
  margin-top: 55px;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin-top: 24px;
}

.brand-card {
  min-height: 116px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 20px;
  padding: 20px 16px 16px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 169, 205, 0.16);
}

.brand-card img {
  max-width: 62px;
  max-height: 42px;
  object-fit: contain;
}

.brand-card strong {
  color: #ee1c25;
  font-family: "Inter", Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.brand-card span {
  color: #535353;
  font-size: 13px;
  line-height: 1.1;
  text-align: center;
}

.testimonial-section {
  padding: 75px 0 88px;
  background: #fff;
}

.testimonial-section__head {
  margin-left: 407px;
  margin-bottom: 16px;
}

.testimonial-swiper {
  overflow: hidden;
}

.testimonial-section__grid {
  display: grid;
  grid-template-columns: 335px 1fr;
  gap: 72px;
  align-items: center;
}

.testimonial-swiper .testimonial-section__grid {
  margin: 0;
}

.testimonial-media {
  position: relative;
  width: 284px;
  margin-left: 10px;
}

.testimonial-media__building {
  width: 254px;
  height: 254px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-media__avatar {
  position: absolute;
  right: -8px;
  top: 28px;
  width: 92px;
  height: 92px;
  border: 2px solid #09bde4;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-copy {
  max-width: 660px;
}

.rating {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 42px;
  font-family: "Inter", Arial, sans-serif;
}

.rating span {
  color: #f7b500;
  font-size: 13px;
  letter-spacing: 3px;
}

.rating small {
  color: #111;
  font-size: 12px;
}

.testimonial-quote {
  max-width: 535px;
  margin: 0;
  font-size: 23px;
  line-height: 1.18;
  letter-spacing: 0.04em;
}

.testimonial-author {
  margin: 42px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
}

.testimonial-author span {
  display: block;
  margin-top: 4px;
  color: #9da3ad;
  font-weight: 400;
}

.news-section {
  min-height: 763px;
  padding: 176px 0 150px;
  overflow: hidden;
  background: url("/wp-content/uploads/2026/08/backgroup_tintuc.svg") center top / cover no-repeat;
}

.news-section__inner {
  margin-right: 0;
  width: calc((100vw - min(var(--container), calc(100vw - 96px))) / 2 + min(var(--container), calc(100vw - 96px)));
}

.news-section__head {
  padding-right: max(90px, calc((100vw - var(--container)) / 2 + 90px));
  margin-bottom: 66px;
}

.news-section .slider-button {
  width: 67px;
  height: 67px;
}

.news-section .slider-button img {
  width: 19px;
}

.news-swiper {
  overflow: visible;
}

.news-card {
  height: 586px;
  padding: 23px 23px 28px;
  border-radius: 42px;
  background: #fff;
  box-shadow: 0 24px 44px rgba(54, 100, 215, 0.13);
}

.news-card__image {
  width: 100%;
  height: 371px;
  border-radius: 22px;
  object-fit: cover;
}

.news-card h3 {
  margin: 24px 0 0;
  min-height: 66px;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.035em;
}

.news-card a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  margin-top: 38px;
  color: var(--blue);
  font-size: 28px;
  font-weight: 400;
}

.news-card a span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
}

.news-card a img {
  width: 11px;
}

.support-section {
  min-height: 711px;
  display: flex;
  align-items: center;
  color: #fff;
  background: url("/wp-content/uploads/2026/08/bg_sanpham.png") center / cover no-repeat;
}

.support-section__inner {
  padding-bottom: 28px;
}

.support-section h2 {
  margin: 0 0 8px;
  font-size: clamp(46px, 3.2vw, 64px);
  font-weight: 700;
  line-height: 1;
}

.support-section p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(44px, 3vw, 60px);
  line-height: 1;
}

.support-actions {
  display: flex;
  gap: 48px;
  margin-top: 184px;
}

.support-actions .button {
  min-width: 325px;
}

.contact-section {
  padding: 89px 0 85px;
  background: #fff;
  border-bottom: 2px solid #16bdd9;
}

.contact-panel {
  min-height: 307px;
  display: grid;
  grid-template-columns: 1fr 253px;
  gap: 58px;
  padding: 26px 29px;
  border-radius: 20px;
  background:
    radial-gradient(ellipse at 24% 52%, rgba(255, 255, 255, 0.82) 0 28%, rgba(255, 255, 255, 0) 52%),
    linear-gradient(135deg, #d5f4ff 0%, #bceeff 100%);
  overflow: hidden;
}

.contact-panel h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 0 0 0;
  color: var(--blue);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.18;
}

.contact-panel h2::after {
  content: "";
  position: absolute;
  left: 238px;
  top: -62px;
  width: 286px;
  height: 387px;
  border-radius: 50%;
  background: rgba(114, 214, 244, 0.2);
  transform: rotate(-18deg);
  z-index: -1;
}

.contact-panel h2 span {
  display: inline-block;
  padding: 1px 8px 5px;
  border-radius: 5px;
  color: #fff;
  background: #0ab9da;
}

.contact-form {
  display: grid;
  gap: 8px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 8px 13px;
  color: #535b64;
  background: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 9px;
  outline: none;
}

.contact-form textarea {
  height: 101px;
  resize: vertical;
}

.contact-form .button {
  min-height: 26px;
  gap: 108px;
  border-radius: 11px;
  padding: 0 10px 0 92px;
  font-size: 10px;
  letter-spacing: 0;
  text-transform: none;
}

.contact-form .button img {
  width: 10px;
}

.site-footer {
  position: relative;
  min-height: 753px;
  color: #fff;
  background: #15bad7;
  overflow: hidden;
}

.site-footer__main {
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 1fr;
  gap: 88px;
  padding-top: 112px;
}

.footer-brand > a:first-child img {
  width: 356px;
  height: auto;
}

.footer-brand p {
  margin: 68px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: 0.04em;
}

.footer-brand strong {
  font-size: 27px;
}

.footer-group-link {
  width: 337px;
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
  padding: 0 25px 0 28px;
  border: 1px solid #fff;
  border-radius: 16px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-group-link img {
  width: 20px;
}

.footer-links,
.footer-contact {
  padding-top: 8px;
}

.site-footer h2 {
  margin: 0 0 46px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links a,
.footer-contact p {
  display: block;
  margin: 0 0 13px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.05;
}

.footer-social-title {
  margin-top: 82px !important;
  margin-bottom: 36px !important;
}

.footer-socials {
  display: flex;
  gap: 16px;
}

.footer-socials a {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--blue);
  font-family: "Inter", Arial, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.back-to-top {
  position: absolute;
  right: 100px;
  bottom: 131px;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
}

.back-to-top span {
  width: 25px;
  height: 18px;
  border-radius: 4px 4px 0 0;
  background: #fff;
  clip-path: polygon(50% 0, 100% 72%, 80% 100%, 50% 62%, 20% 100%, 0 72%);
}

.site-footer__bottom {
  margin-top: 118px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.64);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media (max-width: 1440px) {
  :root {
    --header-height: 96px;
  }

  .site-header__inner {
    width: min(1280px, calc(100% - 64px));
    gap: 34px;
  }

  .site-logo img {
    width: 250px;
  }

  .main-nav {
    gap: 28px;
    padding-right: 182px;
    font-size: 13px;
  }

  .header-contact {
    width: 220px;
    padding-left: 46px;
  }

  .hero-section__copy {
    margin-left: 32px;
  }

  .hero-visual-swiper {
    width: min(52vw, 780px);
  }

  .legacy-section {
    padding: 64px 0 58px;
  }

  .legacy-section__grid {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 28px;
  }

  .legacy-section__copy {
    padding-left: 8px;
  }

  .legacy-section__logo {
    width: 210px;
    margin: 22px 0 52px;
  }

  .legacy-section__date {
    font-size: 36px;
  }

  .legacy-section__copy p {
    max-width: 270px;
    font-size: 16px;
  }

  .legacy-map-panel {
    min-height: 500px;
  }

  .legacy-map {
    width: min(100%, 760px);
    height: 500px;
    min-height: 0;
  }

  .legacy-map__mountain {
    left: 0;
    top: 10px;
    width: 500px;
  }

  .legacy-map__road {
    right: 74px;
    top: 154px;
    bottom: auto;
    width: 430px;
  }

  .legacy-pin--slot-1 {
    right: 150px;
    top: 60px;
  }

  .legacy-pin--slot-2 {
    right: 38px;
    top: 262px;
  }

  .legacy-pin--slot-3 {
    left: 90px;
    top: 338px;
  }

  .legacy-pin__media {
    width: 86px;
    height: 100px;
  }

  .legacy-pin--slot-3 .legacy-pin__media {
    width: 108px;
    height: 126px;
  }

  .legacy-pin--active .legacy-pin__media {
    width: 118px;
    height: 138px;
  }

  .legacy-pin--year-2020 .legacy-pin__media,
  .legacy-pin--year-2020.legacy-pin--active .legacy-pin__media {
    width: 116px;
    height: 135px;
  }

  .legacy-pin strong,
  .legacy-pin--active strong {
    font-size: 34px;
  }

  .legacy-pin em {
    font-size: 14px;
  }

  .product-card {
    height: 320px;
  }
}

@media (max-width: 1180px) {
  .site-container,
  .site-container--narrow {
    width: min(100% - 48px, var(--container));
  }

  .site-header__inner {
    width: calc(100% - 48px);
  }

  .main-nav {
    display: none;
  }

  .header-contact {
    width: 172px;
    padding-left: 36px;
    font-size: 14px;
  }

  .hero-section {
    min-height: 620px;
  }

  .hero-section__copy {
    width: min(650px, 64vw);
    margin-left: 0;
  }

  .hero-visual-swiper {
    opacity: 0.42;
    width: 66vw;
  }

  .quality-network-section__grid,
  .testimonial-section__grid,
  .contact-panel,
  .site-footer__main {
    grid-template-columns: 1fr;
  }

  .quality-network-section__copy {
    padding-left: 0;
  }

  .quality-network-section__certs {
    margin-bottom: 46px;
  }

  .network-map {
    min-height: auto;
  }

  .network-map__canvas {
    width: min(500px, 100%);
  }

  .projects-section {
    min-height: auto;
    padding: 82px 0 72px;
  }

  .projects-section__head {
    margin-bottom: 52px;
  }

  .project-card {
    height: 250px;
  }

  .testimonial-section__head {
    margin-left: 0;
  }

  .brand-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .news-section__inner {
    width: min(var(--container), calc(100% - 48px));
    margin: 0 auto;
  }

  .news-section__head {
    padding-right: 0;
  }

  .support-actions {
    margin-top: 90px;
  }

  .site-footer__main {
    gap: 46px;
  }

  .back-to-top {
    right: 32px;
  }
}

@media (max-width: 767px) {
  :root {
    --header-height: 78px;
  }

  .site-container,
  .site-container--narrow {
    width: calc(100% - 28px);
  }

  .site-logo img {
    width: 190px;
  }

  .header-contact {
    width: 124px;
    padding-left: 26px;
    font-size: 12px;
  }

  .hero-section {
    height: calc(100svh - var(--header-height));
    min-height: 600px;
  }

  .hero-section__copy {
    width: 100%;
    padding-top: 0;
  }

  .hero-visual-swiper {
    right: -45%;
    width: 120vw;
    height: 60%;
    opacity: 0.28;
  }

  .hero-visual-pagination {
    bottom: 16px !important;
  }

  .hero-section__eyebrow {
    font-size: 25px;
  }

  .hero-section h1 {
    margin-bottom: 28px;
    font-size: 44px;
  }

  .button {
    min-height: 52px;
    gap: 18px;
    padding: 0 22px;
    font-size: 16px;
  }

  .hero-stats {
    grid-template-columns: 1fr 1fr;
    gap: 18px 20px;
    margin-top: 52px;
  }

  .hero-stat strong {
    font-size: 32px;
  }

  .hero-stat span {
    font-size: 16px;
  }

  .legacy-section,
  .quality-network-section,
  .projects-section,
  .partners-section,
  .testimonial-section,
  .contact-section {
    padding: 56px 0;
  }

  .legacy-section__copy {
    padding-left: 0;
  }

  .legacy-section__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .legacy-map-panel {
    min-height: 520px;
    height: 520px;
  }

  .legacy-section__logo {
    margin-bottom: 40px;
  }

  .legacy-map {
    min-height: 500px;
    overflow: visible;
  }

  .legacy-map__mountain {
    left: 0;
    top: 0;
    width: 340px;
  }

  .legacy-map__road {
    right: -250px;
    bottom: -28px;
    width: 680px;
  }

  .legacy-pin--slot-1 {
    right: 0;
    top: 22px;
  }

  .legacy-pin--slot-2 {
    right: 0;
    top: 176px;
  }

  .legacy-pin--slot-3 {
    left: 18px;
    top: 312px;
  }

  .legacy-section__controls {
    right: 14px;
    bottom: 14px;
  }

  .legacy-pin__media {
    width: 78px;
    height: 91px;
  }

  .legacy-pin--active .legacy-pin__media,
  .legacy-pin--slot-3 .legacy-pin__media {
    width: 98px;
    height: 114px;
  }

  .legacy-pin--year-2020 .legacy-pin__media,
  .legacy-pin--year-2020.legacy-pin--active .legacy-pin__media {
    width: 116px;
    height: 135px;
  }

  .legacy-pin strong,
  .legacy-pin--active strong {
    font-size: 30px;
  }

  .legacy-pin em {
    font-size: 13px;
  }

  .products-section {
    padding: 62px 0;
  }

  .products-section__bottom,
  .section-toolbar,
  .support-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .products-section__bottom h2 {
    font-size: 36px;
  }

  .quality-network-section__grid {
    gap: 36px;
  }

  .quality-network-section__certs {
    width: min(320px, 100%);
    margin: 18px 0 38px;
  }

  .network-copy p:not(.network-copy__eyebrow) {
    font-size: 16px;
  }

  .network-tooltip {
    min-width: 160px;
    grid-template-columns: 32px 1fr;
    padding: 13px 13px 12px 10px;
    border-radius: 14px;
    transform: translate(-96%, -48%);
  }

  .network-tooltip.is-changing {
    transform: translate(-96%, -42%);
  }

  .network-tooltip__pin {
    width: 26px;
    height: 26px;
    border-width: 2px;
  }

  .network-tooltip__pin::before {
    inset: 4px;
    font-size: 14px;
  }

  .network-tooltip__name {
    font-size: 17px;
  }

  .network-tooltip__line {
    font-size: 14px;
  }

  .projects-section__head {
    gap: 24px;
    margin-bottom: 34px;
    padding: 0;
  }

  .projects-section__head h2 {
    font-size: 27px;
  }

  .projects-section__controls {
    flex-direction: row;
    margin-top: 0;
  }

  .projects-section .slider-button {
    width: 46px;
    height: 46px;
  }

  .project-card {
    height: 220px;
    border-radius: 14px;
  }

  .project-card__content {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .project-card__content h3 {
    font-size: 21px;
  }

  .project-card__content p {
    font-size: 15px;
  }

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

  .testimonial-section__grid {
    gap: 32px;
  }

  .testimonial-section__head {
    gap: 18px;
  }

  .news-section {
    min-height: auto;
    padding: 72px 0;
  }

  .news-card {
    height: 500px;
    border-radius: 28px;
  }

  .news-card__image {
    height: 290px;
  }

  .news-card h3 {
    font-size: 22px;
  }

  .news-card a {
    margin-top: 26px;
    font-size: 22px;
  }

  .support-section {
    min-height: 520px;
  }

  .support-section h2,
  .support-section p {
    font-size: 36px;
  }

  .support-actions {
    gap: 18px;
    margin-top: 70px;
  }

  .support-actions .button {
    min-width: 0;
    width: 100%;
  }

  .contact-panel {
    gap: 26px;
  }

  .contact-panel h2 {
    font-size: 32px;
  }

  .contact-form .button {
    justify-content: center;
    gap: 24px;
    padding: 0 16px;
  }

  .site-footer {
    min-height: auto;
  }

  .site-footer__main {
    padding-top: 56px;
  }

  .footer-brand > a:first-child img {
    width: 280px;
  }

  .footer-brand p {
    margin-top: 38px;
  }

  .footer-group-link {
    width: 100%;
  }

  .site-footer h2 {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .footer-social-title {
    margin-top: 44px !important;
  }

  .back-to-top {
    position: static;
    margin: 40px 14px 0 auto;
  }

  .site-footer__bottom {
    margin-top: 40px;
    padding-bottom: 26px;
    font-size: 15px;
  }
}
