/* 定义 Alibaba PuHuiTi 2.0 字体 */
@font-face {
  font-family: "PuHuiTi";
  src: url("../assets/fonts/AlibabaPuHuiTi-2-55-Regular.ttf");
  font-weight: 400; /* 正常字体 */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PuHuiTi";
  src: url("../assets/fonts/AlibabaPuHuiTi-2-65-Medium.ttf");
  font-weight: 500; /* 中等字体 */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PuHuiTi";
  src: url("../assets/fonts/AlibabaPuHuiTi-2-75-SemiBold.ttf");
  font-weight: 600; /* 中粗体 */
  font-style: normal;
  font-display: swap;
}

/* 基础样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: PuHuiTi, sans-serif;
  font-weight: 400; /* 默认使用正常字体 */
  line-height: 1.6;
  background-color: #090a0b;
  min-width: 1200px;
  margin: 0 auto;
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
h1,
h2,
h3 {
  font-weight: 500; /* 粗体 */
}

p {
  font-weight: 400; /* 正常字体 */
}

button {
  font-weight: 500; /* 中等字体 */
}

& a {
  text-decoration: none;
}

h2 {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  margin-bottom: 2rem;
  opacity: 0.85;
  text-align: center;
}
main {
  max-width: 1920px;
  min-width: 1200px;
  width: 100%;
}

/* 头部样式 */
.main-header {
  padding: 20px 60px;
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  background-image: url("../assets/images/header-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 82px;
  width: 100%;
  min-width: 1200px;
}
.header-content {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  gap: 60px;
}
.nav-list li {
  position: relative;
}

.dropdown p {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* 新增箭头样式 */
.dropdown p .arrow {
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

/* 点击后旋转箭头 */
.dropdown.active .arrow {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  transform: translateX(-25%);
  list-style: none;
  width: 160px;
  z-index: 1000;
  border-radius: 12px;
  background: #21242b;
  padding: 20px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}
.dropdown-menu li {
  padding: 10px 0;
  padding-left: 25px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  &:hover {
    background: var(--bg---color-bg-2, #31353f);
  }
}

.dropdown-menu li a {
  color: rgba(255, 255, 255);
  transition: all 0.2s ease;
  align-items: center;
}
.dropdown-menu li img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}

.logo {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  & img {
    width: 117px;
    height: 32px;
    object-fit: contain;
  }
}

.nav-list {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 60px;
}

.nav-list a,
.nav-list p {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.3s;
  cursor: pointer;
}

.nav-list a:hover,
.nav-list p:hover,
.nav-list .active {
  color: #fff;
}

.workbench {
  height: 42px;
  padding: 10px 36px;
  border-radius: 8px;
  background: #f9f9f9;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  &:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      linear-gradient(93deg, #f9f9f9 0%, #f9f9f9 100%);
  }
}

/* 页脚样式 */
.main-footer {
  display: flex;
  padding: 20px 100px 40px 100px;
  width: 100%;
  max-width: 1920px;
  justify-content: space-around;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);

  & a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
  }
  & p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    text-align: right;
  }
}

.background-section {
  position: fixed; /* 改为fixed定位 */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1; /* 确保在内容层下方 */
  & img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持图片的纵横比并覆盖整个背景 */
  }
}
.start-section {
  display: flex;
  padding: 5rem 7.5rem 10rem 7.5rem;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 48px;
  .start-button {
    display: flex;
    width: 15.5rem;
    height: 50px;
    padding: 0.5rem 1.75rem;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 0.75rem;
    background: linear-gradient(93deg, #0639e0 -16.88%, #8900ff 115.83%);
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    cursor: pointer;
    text-decoration: none;
    &:hover {
      background: linear-gradient(
          rgba(255, 255, 255, 0.3),
          rgba(255, 255, 255, 0.3)
        ),
        linear-gradient(93deg, #0639e0 -16.88%, #8900ff 115.83%);
    }
  }

  & h1 {
    color: #fff;
    text-align: center;
    font-size: 4.25rem;
    font-style: normal;
    line-height: 150%;
    opacity: 0.85;
  }

  .description {
    color: #d1d1d1;
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    opacity: 0.85;
  }

  .tip {
    color: rgba(209, 209, 209, 0.8);
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
  }

  .carousel {
    position: relative;
    width: 100%;
    max-width: 100%; /* 根据需要调整 */
    margin: 0 auto;
    overflow: hidden;
  }
  .intro-video {
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
    position: relative;
  }
}
.mute-button {
  position: absolute;
  right: 24px;
  bottom: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.mute-button img {
  width: 36px;
  height: 36px;
}

.feature-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10rem 7.5rem;
  gap: 20rem;
  .feature-layout {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 默认左右各占一半 */
    gap: 80px;
    width: 100%;

    & video {
      border-radius: 36px;
      object-fit: contain;
      grid-row: 1 / 3;
      width: 100%;
    }

    .content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 4.5rem;

      & h2 {
        text-align: left;
        margin: 0;
      }
    }

    & p {
      color: #fff;
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
      opacity: 0.6;
    }

    .btn {
      display: flex;
      align-items: center;
      gap: 8px;
      width: 248px;
      height: 50px;
      justify-content: center;
      border-radius: 12px;
      background: linear-gradient(93deg, #0639e0 -16.88%, #8900ff 115.83%);
      align-self: start;

      & p {
        color: rgba(255, 255, 255, 0.85);
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        cursor: pointer;
        text-decoration: none;
        opacity: 1;
      }

      &:hover {
        background: linear-gradient(
            rgba(255, 255, 255, 0.3),
            rgba(255, 255, 255, 0.3)
          ),
          linear-gradient(93deg, #0639e0 -16.88%, rgb(81, 60, 99) 115.83%);
      }
    }
  }

  /* 视频在左边的布局 */
  .feature-layout video:first-child {
    grid-column: 1;
  }
  .feature-layout .content:first-child ~ video {
    grid-column: 2;
  }
  .feature-layout .btn:first-child ~ video {
    grid-column: 2;
  }

  /* 视频在右边的布局 */
  .feature-layout .content:first-child {
    grid-column: 1;
  }
  .feature-layout video:first-child ~ .content {
    grid-column: 2;
  }
  .feature-layout .btn:first-child ~ .content {
    grid-column: 2;
  }
  /* 当需要视频占据三分之二时，动态调整 */
  .feature-layout.video-right-2-3 {
    grid-template-columns: 1fr 2fr;
  }
  .feature-layout.video-left-2-3 {
    grid-template-columns: 2fr 1fr;
  }
}

.scenario-section {
  padding: 10rem 7.5rem;

  .scenario-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
  }

  .scenario-card {
    border-radius: 16px;
    border: 1px solid rgba(203, 216, 248, 0.15);
    background: linear-gradient(
      155deg,
      rgba(203, 216, 248, 0.1) 4.12%,
      rgba(120, 127, 146, 0.1) 84.08%
    );
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .video-container {
    position: relative;
    padding-top: 56.25%; /* 16:9 宽高比 */
  }

  .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .description {
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    gap: 1.5rem;
  }

  p {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.6;
  }

  .start-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 248px;
    height: 50px;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(93deg, #0639e0 -16.88%, #8900ff 115.83%);
    &:hover {
      background: linear-gradient(
          rgba(255, 255, 255, 0.3),
          rgba(255, 255, 255, 0.3)
        ),
        linear-gradient(93deg, #0639e0 -16.88%, #8900ff 115.83%);
    }
    & p {
      color: rgba(255, 255, 255);
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      cursor: pointer;
      text-decoration: none;
      opacity: 1;
    }
  }
}
.arrow-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.partners-section {
  padding: 10rem 7.5rem;
  h2 {
    margin-bottom: 3rem;
  }
  .partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 20px 80px;
    justify-items: center;
    padding: 50px;

    border-radius: 28px;
    border: 1px solid rgba(203, 216, 248, 0.15);
    background: linear-gradient(
      155deg,
      rgba(203, 216, 248, 0.05) 4.12%,
      rgba(120, 127, 146, 0.05) 84.08%
    );
  }

  .partner-item {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
  }

  .partner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

.achievements-section {
  padding: 10rem 0rem;
}

/* 统计卡片样式 */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0 auto 50px;
  padding: 0 7.5rem;
}

.stat-card {
  height: 197px;
  display: flex;
  padding: 20px 16px 24px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 16px;
  border: 1px solid rgba(203, 216, 248, 0.15);
  background: linear-gradient(
    155deg,
    rgba(203, 216, 248, 0.1) 4.12%,
    rgba(120, 127, 146, 0.1) 84.08%
  );
}

.stat-number {
  text-align: center;
  font-size: 82.075px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.stat-label {
  text-align: center;
  font-size: 36.478px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px; /* 54.716px */
}

/* 证书滚动区 */
.certificates-container {
  position: relative;
  overflow: hidden;
}

.scroll-row {
  padding: 20px 0;
}

.scroll-content {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: scroll 40s linear infinite;
  position: relative;
}

.scroll-content img {
  height: 180px;
  width: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}

.right-scroll .scroll-content {
  animation-direction: reverse;
}

/* 自动滚动动画 */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* 边缘渐变阴影 */
.edge-fade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    #000000 0%,
    rgba(0, 0, 0, 0) 10%,
    rgba(0, 0, 0, 0) 90%,
    #000000 100%
  );
  pointer-events: none;
}

/* 图片悬停暂停动画 */
.scroll-content:hover {
  animation-play-state: paused;
}

.scroll-content img {
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s;
}

.scroll-content img:hover {
  transform: scale(1.05) translateZ(0);
}

.photos-section {
  padding: 10rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.freetry-btn {
  display: flex;
  height: 50px;
  width: 248px;
  padding: 8px 28px;
  justify-content: space-around;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: linear-gradient(93deg, #0639e0 -16.88%, #8900ff 115.83%);
  color: rgba(255, 255, 255, 0.85);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.photos-grid {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  width: 100%;
}
.photos-scroll-row {
  padding: 20px 0;
  display: flex;
  gap: 24px;
  width: max-content;
  animation: scroll 40s linear infinite;
}

/* 图片悬停暂停动画 */
.photos-scroll-row:hover {
  animation-play-state: paused;
}

.photos-scroll-row img {
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s;
  width: 180px;
  height: 240px;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}

.photos-scroll-row img:hover {
  transform: scale(1.05) translateZ(0);
}

.footer-section {
  padding: 10rem 4rem 5rem 4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5rem;

  & p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .footer-left {
    display: flex;
    gap: 100px;
    flex-shrink: 0;
  }

  .footer-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-right: 7%;
    flex-shrink: 1;
  }

  .contact-row {
    display: flex;
    gap: 12px;
    .qrcode-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      & img {
        width: 80px;
        height: 80px;
        border-radius: 4px;
      }
    }
  }

  .footer-column {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;

    & h5 {
      color: rgba(255, 255, 255, 0.85);
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
    }
    & a {
      color: rgba(255, 255, 255, 0.6);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
    }

    & li {
      margin-bottom: 18px;
    }
    & img {
      width: 117px;
      height: 32px;
      object-fit: contain;
    }
  }
}

/* .language-switch { */
.language-dropdown {
  position: relative;
  display: flex;

  .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--text---color-text-2, rgba(249, 249, 249, 0.6));
    font-size: 16px;
    &:hover {
      color: var(--text---color-text-0, #f9f9f9);
    }

    .language-arrow {
      width: 16px;
      height: 16px;
      transition: transform 0.3s ease;
      transform: rotate(180deg);
    }
  }
  .language-icon {
    width: 24px;
    height: 24px;
  }

  .dropdown-toggle.open .language-arrow {
    transform: rotate(0deg);
  }

  .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    transform: translateX(-25%);
    list-style: none;
    width: 150px;
    z-index: 1000;
    border-radius: 12px;
    background: var(--bg---color-bg-1, #21242b);
    padding: 20px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
  }
  .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
  }

  .dropdown-menu button {
    padding: 10px 30px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    background: transparent;
    color: var(--text---color-text-2, rgba(249, 249, 249, 0.6));
    font-size: 16px;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    &:hover {
      background: var(--bg---color-bg-2, #31353f);
      color: var(--text---color-text-0, #f9f9f9);
    }
  }
}

@media (max-width: 1500px) {
  .start-section {
    & h1 {
      font-size: 43px;
    }
  }

  & h2 {
    font-size: 40px;
  }
  .feature-section {
    & .feature-layout {
      & p {
        font-size: 18px;
      }
      .content {
        gap: 3rem;
      }
    }
  }
}

@media (max-width: 1024px) {
  body {
    min-width: 0px;
  }
  body::-webkit-scrollbar {
    display: none; /* 隐藏Webkit内核浏览器的滚动条 */
  }
  body {
    -ms-overflow-style: none; /* 隐藏IE和Edge的滚动条 */
    scrollbar-width: none; /* 隐藏Firefox的滚动条 */
  }
  main {
    min-width: 100%;
  }
  h2 {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
  }
  .arrow-icon {
    width: calc(32 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
  }
  .main-header {
    min-width: 100%;
    padding: calc(20 / 750 * 100vw);
    height: calc(116 / 750 * 100vw);

    .header-content {
      justify-content: space-between;
    }
    .nav-list {
      display: none;
    }
    .language-dropdown {
      display: none;
    }
    .logo {
      & img {
        height: calc(56 / 750 * 100vw);
        width: calc(204.22 / 750 * 100vw);
      }
    }
    .workbench {
      min-width: calc(104 / 750 * 100vw);
      height: calc(44 / 750 * 100vw);
      padding: calc(10 / 750 * 100vw) calc(20 / 750 * 100vw);
      font-size: calc(20 / 750 * 100vw);
      align-items: center;
      display: flex;
    }
  }

  .start-section {
    padding: calc(60 / 750 * 100vw) calc(32 / 750 * 100vw);
    gap: calc(20 / 750 * 100vw);
    & h1 {
      font-size: calc(36 / 750 * 100vw);
    }

    .description {
      font-size: calc(24 / 750 * 100vw);
    }
    & > section {
      order: 1;
      padding: 0 calc(20 / 750 * 100vw);
    }

    .carousel {
      order: 2;
    }
    .start-button {
      order: 3;
      font-size: calc(20 / 750 * 100vw);
      border-radius: calc(16 / 750 * 100vw);
      padding: calc(12 / 750 * 100vw) calc(36 / 750 * 100vw);
      width: calc(231 / 750 * 100vw);
      height: calc(63 / 750 * 100vw);
      gap: calc(16 / 750 * 100vw);
    }
    .mute-button {
      right: calc(24 / 750 * 100vw);
      bottom: calc(24 / 750 * 100vw);
      img {
        width: calc(40 / 750 * 100vw);
        height: calc(40 / 750 * 100vw);
      }
    }
  }
  .feature-section {
    padding: calc(60 / 750 * 100vw) calc(32 / 750 * 100vw);
    gap: calc(48 / 750 * 100vw);
    .feature-layout {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: calc(32 / 750 * 100vw);
      padding-bottom: calc(100 / 750 * 100vw);

      & video {
        order: 2;
        width: 100%;
        object-fit: cover;
        border-radius: 24px;
      }
      .content {
        order: 1;
        gap: calc(24 / 750 * 100vw);
        width: 100%;
        align-items: center;
        & p {
          font-size: calc(24 / 750 * 100vw);
          text-align: center;
        }
      }
      .btn {
        order: 3;
        width: calc(231 / 750 * 100vw);
        height: calc(63 / 750 * 100vw);
        align-self: center;
        & p {
          font-size: calc(20 / 750 * 100vw);
        }
      }
    }
  }

  .scenario-section {
    padding: calc(60 / 750 * 100vw) calc(32 / 750 * 100vw);

    & h2 {
      margin-bottom: calc(32 / 750 * 100vw);
    }
    .scenario-grid {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: calc(60 / 750 * 100vw);
      .description {
        p {
          font-size: calc(24 / 750 * 100vw);
        }
        .start-btn {
          width: calc(231 / 750 * 100vw);
          height: calc(63 / 750 * 100vw);
          border-radius: calc(16 / 750 * 100vw);
          font-size: calc(28 / 750 * 100vw);
        }
      }
    }
  }
  .partners-section {
    padding: calc(60 / 750 * 100vw) calc(32 / 750 * 100vw);
    & h2 {
      margin-bottom: calc(32 / 750 * 100vw);
    }
    .partners-grid {
      background: none;
      border: none;
      padding: 0;
      gap: calc(3 / 750 * 100vw);
      display: flex;
      flex-wrap: wrap;
      .partner-item {
        width: calc(73.12 / 750 * 100vw);
        height: calc(73.12 / 750 * 100vw);
      }
    }
  }
  .achievements-section {
    padding: calc(60 / 750 * 100vw) 0;

    .stats-grid {
      padding: 0 calc(32 / 750 * 100vw);
      padding-bottom: calc(40 / 750 * 100vw);
      gap: calc(24 / 750 * 100vw);
      margin: 0;

      .stat-card {
        height: calc(138 / 750 * 100vw);
        padding: calc(20 / 750 * 100vw) calc(16 / 750 * 100vw)
          calc(24 / 750 * 100vw) calc(16 / 750 * 100vw);
        border-radius: calc(16 / 750 * 100vw);
        .stat-number {
          font-size: calc(48 / 750 * 100vw);
        }
        .stat-label {
          font-size: calc(22 / 750 * 100vw);
          line-height: calc(36 / 750 * 100vw);
        }
      }
    }
    .certificates-container {
      .scroll-row {
        padding: 0;
        padding-bottom: calc(16 / 750 * 100vw);
        .scroll-content {
          gap: calc(16 / 750 * 100vw);

          & img {
            height: calc(120 / 750 * 100vw);
          }
        }
      }
    }
  }
  .photos-section {
    padding: calc(60 / 750 * 100vw) 0;
    display: flex;
    flex-direction: column;
    align-items: center;

    & h2 {
      margin-bottom: 0;
    }
    .photos-grid {
      margin: 0;
      .photos-scroll-row {
        padding: calc(32 / 750 * 100vw) 0;
        gap: calc(28 / 750 * 100vw);
        & img {
          width: calc(180 / 750 * 100vw);
          height: calc(240 / 750 * 100vw);
        }
      }
    }
    .freetry-btn {
      order: 3;
      width: calc(313 / 750 * 100vw);
      height: calc(63 / 750 * 100vw);
      border-radius: calc(16 / 750 * 100vw);
      padding: calc(12 / 750 * 100vw) calc(36 / 750 * 100vw);

      & p {
        font-size: calc(28 / 750 * 100vw);
      }
    }
  }
  .footer-section {
    padding: calc(60 / 750 * 100vw) calc(32 / 750 * 100vw);
    flex-direction: column;
    gap: calc(80 / 750 * 100vw);
    .footer-left {
      width: 100%;
      justify-content: space-between;
      gap: calc(32 / 750 * 100vw);
      .footer-logo {
        display: none;
      }

      .footer-column {
        gap: calc(18 / 750 * 100vw);
        & h5 {
          font-size: calc(32 / 750 * 100vw);
          color: rgba(255, 255, 255, 0.85);
        }
        & a {
          font-size: calc(24 / 750 * 100vw);
          color: rgba(255, 255, 255, 0.6);
        }
        & li {
          margin-bottom: calc(18 / 750 * 100vw);
        }
      }
    }

    .footer-right {
      gap: calc(12 / 750 * 100vw);
      & p {
        font-size: calc(24 / 750 * 100vw);
        color: rgba(255, 255, 255, 0.6);
      }
      .contact-row {
        gap: calc(48 / 750 * 100vw);
        padding-bottom: calc(20 / 750 * 100vw);
      }
    }
  }

  .main-footer {
    padding: calc(48 / 750 * 100vw) calc(32 / 750 * 100vw);
    flex-direction: column;
    align-items: center;
    gap: calc(10 / 750 * 100vw);
    & p {
      font-size: calc(22 / 750 * 100vw);
      color: rgba(255, 255, 255, 0.4);
    }
    & a {
      font-size: calc(22 / 750 * 100vw);
      color: rgba(255, 255, 255, 0.4);
    }
  }
}
