.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.logo-nav {
  width: 66px;
  height: 59.5636px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  width: 120px;
  height: 35px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0c2043;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 80px;
  text-decoration: none;
  display: flex;
}

.p-16-bold {
  color: #fdfdfd;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.hero {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 180px;
  display: flex;
}

.hero-heading {
  max-width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-heading-wrapper {
  width: 100%;
  max-width: 960px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-1 {
  color: #0c2043;
  text-align: center;
  font-size: 56px; 
  font-weight: 700;
  line-height: 56px;
}

.features {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.frame-46 {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-110 {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.section-title {
  width: 100%;
  max-width: 1272px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.overline {
  color: #0c2043;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.heading-3 {
  color: #0c2043;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.container-feature {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.col-1 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature {
  width: 100%;
  height: 96px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fdfdfd;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 23px 40px;
  display: flex;
}

.vectors-wrapper-3 {
  width: 32px;
  height: 32px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p-16-regular {
  color: #0c2043;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.body {
  color: #0c2043;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
}

.container {
  max-width: 1440px;
  padding-left: 48px;
  padding-right: 48px;
  display: block;
}

.section-features {
  margin-top: 120px;
}

.bg {
  z-index: -99999;
  width: 100%;
  height: 1440px;
  max-width: 100%;
  background-color: #f0f0f0;
  position: absolute;
  top: 85%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-container {
  min-width: 80%;
  border: 2px solid #f0f0f0;
  border-radius: 4px;
}

.youtube {
  z-index: 99;
  border: 1px #f0f0f0;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
}

.section-liftup {
  width: 100%;
  margin-top: 120px;
}

.liftup-wrapper {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #ff4a2d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
}

.poggi-logo {
  width: 80px;
  height: 47.8591px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-wrapper-contact {
  width: 80%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-2 {
  width: 80%;
  color: #fdfdfd;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  
}

.button-2 {
  /* 原有样式保持不变 */
  height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fdfdfd;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 80px;
  text-decoration: none;
  display: flex;

  /* 新增阴影动画 */
  animation: shadow-pulse 2s ease-in-out infinite;
  position: relative; /* 确保阴影定位正常 */
}

@keyframes shadow-pulse {
  0%, 100% {
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5); /* 初始阴影 */
  }
  50% {
    box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.8); /* 放大且更亮的阴影 */
  }
}

.p-16-bold-2 {
  color: #0c2043;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;

}

.contact-wrapper {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;

}

.p-18-bold {
  color: #0c2043;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;



}
.p-16-regular-2 {
  /* 保持原有布局 */
  display:block;



}

/* 初始隐藏每行内容 */
.line {
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size:18px;
  line-height:1.5;
  margin: 8px 0; /* 保持原有行间距 */
  
}

/* 逐行打印动画 */
.line:nth-child(1) {
  animation: typewriter 3s steps(40) forwards,
             cursor-blink 0.8s steps(10) 3s;
}

.line:nth-child(2) {
  animation: typewriter 3s steps(40) 3s forwards,
             cursor-blink 0.8s steps(10) 6s;
}
.line:nth-child(3) {
  animation: typewriter 3s steps(40) 6s forwards,
             cursor-blink 0.8s steps(10) 9s;
}
.line:nth-child(4) {
  animation: typewriter 3s steps(40) 9s forwards,
             cursor-blink 0.8s steps(10) 12s;
}
.line:nth-child(5) {
  animation: typewriter 3s steps(40) 12s forwards,
             cursor-blink 0.8s steps(10) 15s;
}
.line:nth-child(6) {
  animation: typewriter 3s steps(40) 15s forwards,
             cursor-blink 0.8s steps(10) 18s;
}
.line:nth-child(7) {
  animation: typewriter 3s steps(40) 18s forwards,
             cursor-blink 0.8s steps(10) 21s;
}
.line:nth-child(8) {
  animation: typewriter 3s steps(40) 21s forwards,
             cursor-blink 0.8s steps(10) 24s;
}
.line:nth-child(9) {
  animation: typewriter 3s steps(40) 24s forwards,
             cursor-blink 0.8s steps(10) 27s;
}
.line:nth-child(10) {
  animation: typewriter 3s steps(40) 27s forwards,
             cursor-blink 0.8s steps(10) 30s;
}
.line:nth-child(11) {
  animation: typewriter 3s steps(40) 30s forwards,
             cursor-blink 0.8s steps(10) 33s;
}
.line:nth-child(12) {
  animation: typewriter 3s steps(40) 33s forwards,
             cursor-blink 0.8s steps(10) 36s;
}

@keyframes typewriter {
  from { 
    width: 0;
    opacity: 1; /* 保持行容器可见 */
  }
  to { 
    width: 100%;
    opacity: 1;
  }
}

/* 光标动画 */
@keyframes cursor-blink {
  0%, 100% { border-right: 2px solid #333; }
  50% { border-right-color: transparent; }
}

.section-how {
  margin-top: 120px;


}

.container-image {
  justify-content: center;
  margin-top: 40px;
}

.how-list {
  width: 100%;
  height: 320px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  /* background-color: #fff; */
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 40px;
  display: flex;
}

.section-footer {
  min-width: 100%;
  background-color: #f9f9f9;
  justify-content: center;
  margin-top: 120px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.text-link {
  color: #0c2043;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
}

.text-block {
  font-size: 16px;
  line-height: 24px;
}

.footer-wrapper {
  width: 1440px;
  background-color: #f9f9f9;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-logo {
  width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-contact {
  max-width: 100%;
  min-width: 100%;
  margin-top: 120px;
}

.nav-link {
  color: #0c2043;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  background-color: #f0f0f0;
}

.navbar-2 {
  z-index: 999;
  min-width: 100%;
  background-color: #fff;
  padding-left: 48px;
  padding-right: 48px;
  display: block;
  position: fixed;
  box-shadow: 2px 0 16px rgba(0, 0, 0, .1);
}

.nav-wrapper {
  max-width: 1440px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
}

.modal-wrapper {
  z-index: 999;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-bg {
  cursor: pointer;
  background-color: rgba(22, 22, 22, .8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-popup {
  width: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.image {
  max-width: 1000px;
}

.div-block {
  width: 1000px;
  justify-content: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.link-block {
  max-width: 100%;
  justify-content: flex-end;
  display: flex;
}

.image-mobile {
  display: none;
}

.all-rights {
  color: #0c2043;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-wrapper {
  width: 80%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-menu {
  max-width: 800px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.image-2 {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .button {
    width: 90%;
    height: 48px;
    margin-top: 20px;
    margin-left: 40px;
  }

  .feature {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .p-16-regular {
    font-size: 14px;
    line-height: 21px;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .video-container {
    min-width: 100%;
  }

  .text-wrapper-contact {
    width: 100%;
    align-items: flex-start;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .footer-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link {
    padding: 20px 40px;
    display: flex;
  }

  .navbar-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .modal-wrapper {
    display: none;
  }

  .image-popup {
    width: 100%;
  }

  .image, .div-block {
    width: 80%;
  }

  .text-wrapper {
    width: 100%;
    align-items: center;
  }

  .nav-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #f0f0f0;
    flex-direction: row-reverse;
    align-self: auto;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .logo-nav {
    width: 66px;
  }

  .button {
    width: 85%;
  }

  .heading-1 {
    font-size: 48px;
    line-height: 48px;
  }

  .container-feature {
    flex-direction: column;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bg {
    height: 1800px;
    position: absolute;
    top: 600px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .liftup-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-2 {
    width: 100%;
  }

  .p-16-regular-2 {
    font-size: 14px;
  }

  .container-image {
    display: flex;
  }

  .how-list {
    height: 150px;
    margin-bottom: 24px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-contact {
    margin-top: 60px;
  }

  .navbar-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .modal-wrapper {
    display: none;
  }

  .image-popup {
    margin-top: auto;
  }

  .image-desktop {
    display: none;
  }

  .image-mobile {
    width: 80%;
    display: inline-block;
  }

  .all-rights {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    width: 85%;
    margin-left: 24px;
  }

  .hero {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 140px;
  }

  .heading-1 {
    font-size: 38px;
    line-height: 40px;
  }

  .heading-3 {
    font-size: 32px;
  }

  .feature {
    padding-left: 24px;
    padding-right: 24px;
  }

  .p-16-regular {
    font-size: 14px;
    line-height: 21px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg {
    height: 1800px;
    top: 55%;
  }

  .video-container {
    min-width: 100%;
  }

  .liftup-wrapper {
    padding: 40px 24px 60px;
  }

  .text-wrapper-contact {
    width: 100%;
  }

  .heading-2 {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
  }

  .p-16-regular-2 {
    text-align: center;
  }

  .section-how {
    margin-top: 60px;
  }

  .container-image {
    justify-content: center;
    display: flex;
  }

  .how-list {
    height: 220px;
    margin-bottom: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .nav-link, .navbar-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-mobile {
    width: 100%;
    float: none;
    display: block;
  }

  .all-rights {
    text-align: center;
  }

  .text-wrapper {
    width: 100%;
  }

  .brand {
    padding-left: 0;
  }
}


