/* 全局字体设置 - Manrope */
* {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

body {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* 确保所有标题标签使用 Manrope 字体 */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

.footer {
    width: 100vw;
    background-color: #141414;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    background-image: url("https://www.camthink.ai/resource/2025/07/camthink-vision-ai-logo-white5.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
  }
  .footer .footer-content {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    padding: 4rem 11rem 1rem 11rem;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .footer .footer-content .trust-badge {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    column-gap: 4rem;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 4rem;
    margin-top: 0;
  }
  .footer .footer-content .trust-badge .trust-badge-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
  }
  .footer .footer-content .trust-badge .trust-badge-icon {
    color: #ffffff;
  }
  .footer
    .footer-content
    .trust-badge
    .trust-badge-item:hover
    .trust-badge-icon {
    color: #f24a00;
  }
  .footer .footer-content .trust-badge .trust-badge-item:hover .trust-text {
    color: #f24a00;
  }
  .footer .footer-content .trust-badge .trust-badge-item .trust-text {
    font-size: 1.125rem;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    text-align: center;
    text-decoration: none;
  }
  .footer .footer-content .flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    column-gap: 4rem;
    flex-wrap: wrap;
  }
  .footer .footer-content .footer-logo {
    width: 12rem;
  }
  .footer .footer-content .left {
    margin-right: auto;
  }
  .footer .footer-content .left .footer-dec-title {
    font-size: 1.125rem;
    font-weight: 400;
    color: #ffffff;
    margin: 1rem 0;
  }
  .footer .footer-content .left .link-box {
    display: flex;
    gap: 1.125rem;
    margin-top: 2.375rem;
  }
  .footer .footer-content .left .link-box .link-item {
    width: 2.375rem;
    height: 2.375rem;
    border: solid 1px #434343;
    text-align: center;
  }
  .footer .footer-content .right {
    display: flex;
    justify-content: flex-end;
  }
  .footer .footer-content .link-items {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding-left: 0;
  }
  .footer .footer-content .link-items .link-item a {
    font-size: 1.125rem;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #c4c4c4;
    margin: 0;
    text-decoration: none;
  }
  .footer .footer-content .left .link-box .link-item img {
    width: 1.875rem;
    height: 1.875rem;
    margin-top: 0.25rem;
  }
  .footer .footer-content .link-header-item {
    font-size: 1.5rem;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0;
    text-align: start;
  }
  .footer .footer-content .link-item {
    font-size: 1.125rem;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #c4c4c4;
    margin: 0;
  }
  .footer .footer-content .link-box .separator {
    color: #c4c4c4;
    margin: 0 0.5rem;
  }
  .footer .footer-content .link-item:hover {
    text-decoration: underline;
  }
  .footer-email-container #mc_embed_signup form {
    margin: 20px 0 !important;
    background-color: #f2f2f2;
    max-width: 400px;
  }
  .footer-email-container #mc_embed_signup_scroll {
    font-size: 1.25rem;
    width: 400px;
  }
  .footer-email-container #mc_embed_signup_scroll h2 {
    font-size: 24px !important;
    color: #fffefe !important;
    margin-top: 2rem !important;
  }
  .footer-email-container #mc_embed_signup .mc-field-group {
    position: relative;
    width: 100%;
    padding: 0 !important;
    border-radius: 0 !important;
    background-color: #f2f2f2;
  }
  .footer-email-container .mc-field-group input {
    width: calc(100% - 120px) !important;
    height: 50px;
    box-sizing: border-box;
    padding: 10px 0 10px 10px !important;
    font-weight: 400;
    background-color: #f2f2f2 !important;
    border-radius: 0 !important;
    border: none !important;
  }
  .footer-email-container .mc-field-group input:focus {
    border: none !important;
    outline: none !important;
  }
  .footer-email-container #mc_embed_signup .clear {
    width: 100px;
    height: 40px;
    margin-top: 0 !important;
    position: absolute;
    right: 5px;
    top: 5px;
  }
  .footer-email-container #mc_embed_signup .button {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #f24a00;
    color: #fff;
    border: none;
    border-radius: 0;
    cursor: pointer;
    padding: 0;
  }
  .footer-email-container #mc_embed_signup .button:hover {
    background-color: rgb(239, 113, 58) !important;
    color: #ffffff;
  }
  .footer .footer-content .right .mobile-info {
    display: none;
  }
  .footer .footer-content .button-text-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .footer .footer-content .button-text-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer .footer-content .button-text-box .support-cars {
    display: flex;
    gap: 5px;
    margin: 5px 0;
    list-style: none;
  }
  .footer .footer-content .button-text-box .support-cars .support-car-item {
    width: 2.375rem;
    height: 2.375rem;
  }
  .footer
    .footer-content
    .button-text-box
    .support-cars
    .support-car-item
    img {
    width: 100%;
    height: 100%;
  }
  .footer .footer-content .button-text-box .text {
    align-self: flex-end;
    font-size: 1.125rem;
    color: #c4c4c4;
    margin: 0;
  }
  .footer .footer-content .button-text-box .right-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .footer .footer-content .button-text-box .right-container .link-item {
    font-size: 1.125rem;
    color: #c4c4c4;
    margin: 0;
    text-decoration: none;
  }
  .footer
    .footer-content
    .button-text-box
    .right-container
    .link-item:hover {
    text-decoration: underline;
  }
  /* Success Modal */
  .footer-success-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    align-items: center;
    justify-content: center;
  }
  .footer-success-modal-overlay.show {
    display: flex;
  }
  .footer-success-modal {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 3rem;
    max-width: 500px;
    width: 90%;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  }
  .footer-success-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #999;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .footer-success-modal-close:hover {
    color: #333;
  }
  .footer-success-modal-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .footer-success-modal-desc {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.5;
  }
  .footer-success-modal-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .footer-success-modal-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .footer-success-modal-btn-primary {
    background-color: #f24a00;
    color: #ffffff;
  }
  .footer-success-modal-btn-primary:hover {
    background-color: #d43d00;
    color: #ffffff;
  }
  .footer-success-modal-btn-secondary {
    background-color: #f2f2f2;
    color: #333;
  }
  .footer-success-modal-btn-secondary:hover {
    background-color: #e0e0e0;
  }
  .footer-success-modal-btn-icon {
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
  }
  @media screen and (max-width: 1200px) {
    .footer-success-modal {
      padding: 2rem 1.5rem;
    }
    .footer-success-modal-title {
      font-size: 1.25rem;
    }
    .footer-success-modal-desc {
      font-size: 0.875rem;
    }
  }
  /* Mobile Accordion Styles */
  .mobile-link-container {
    display: none;
    width: 100%;
  }
  .mobile-accordion {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 1rem;
  }
  .mobile-accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mobile-accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 0;
    background: none;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: left;
  }
  .mobile-accordion-icon {
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }
  .mobile-accordion-item.active .mobile-accordion-icon {
    transform: rotate(180deg);
  }
  .mobile-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .mobile-accordion-item.active .mobile-accordion-content {
    max-height: 500px;
  }
  .mobile-accordion-link {
    display: block;
    padding: 0.75rem 0;
    color: #c4c4c4;
    font-size: 1.125rem;
    font-weight: 400;
    text-decoration: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mobile-accordion-link:hover {
    color: #ffffff;
  }
  /* mobile */
  @media (max-width: 1000px) {
    .footer .footer-content .link-items.pc-el {
      display: none;
    }
    .mobile-link-container {
      display: block;
    }
    .footer .footer-content .left {
      width: 100%;
    }
    .footer .footer-content .right .pc-info {
      display: none;
    }
    .footer .footer-content .right .mobile-info {
      display: block;
    }
    .footer .footer-content .right .mobile-info .title {
      font-size: 2rem;
      font-weight: normal;
      font-stretch: normal;
      color: #ffffff;
    }
    .footer
      .footer-content
      .right
      .mobile-info
      .contact-list
      .contact-item {
      font-size: 1.25rem;
      font-weight: normal;
      letter-spacing: -0.006rem;
      color: #ffffff;
      line-height: 2rem;
    }
    .footer .footer-content {
      padding: 0 2rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 0;
      margin: 2rem 0 0 0;
    }
    .footer .footer-content .flex {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
    }
    .footer .footer-content .button-text-box {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      margin: 1rem 0;
      padding: 0;
    }
    .footer-email-container #mc_embed_signup_scroll {
      font-size: 1.25rem;
      width: 100%;
      position: relative;
    }
    .footer .footer-content .button-text-box .text {
      align-self: center;
      order: 2;
      margin-top: 0.5rem;
    }
    .footer .footer-content .button-text-box .right-container {
      align-items: center;
      order: 1;
    }
  }
  @media screen and (max-width: 768px) {
    .footer .footer-content .trust-badge {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
      margin-bottom: 2rem;
      padding-left: 0;
    }
  }