body {
  background-color: #ffffff;
  font-family:
    Open Sans,
    Microsoft YaHei,
    "sans-serif";
  letter-spacing: -0.02em;
  overflow-x: hidden;
}

* {
  -webkit-tap-highlight-color: transparent;
}

button,
a {
  background-color: transparent;
}

a:hover {
  color: var(--color-white) !important;
}

.footer {
  padding-top: 0 !important;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: transparent;
}

.site-header .container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 18px 24px 18px 12px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header .logo {
  height: 40px;
  max-width: 100%;
}

:root {
  --color-009dff: #009dff;
  --color-0071e3: #0071e3;
  --color-white: #fff;
  --color-black: #000;
  --color-737373: #737373;
  --color-444444: #444444;
  --color-d9d9d9: #d9d9d9;
}

h1 {
  font-size: clamp(24px, 3vw, 48px);
  /* font-weight: bold; */
  line-height: 1.2;
  /* letter-spacing: 1px; */
}

h2 {
  font-size: clamp(24px, 3vw, 48px);
  /* font-weight: bold; */
  line-height: 1.2;
  /* letter-spacing: 1px; */
}

a {
  color: var(--color-white);
}

/* a:hover {
  color: var(--color-white) !important;
} */

.tmotor_brand_main .heavy-lift-content {
  font-size: clamp(14px, 1.8vw, 20px);
  margin-top: clamp(10px, 1.5vw, 20px);
  letter-spacing: 0.15px;
  line-height: 1.4;
}

.tmotor_brand_main .heavy-lift-btn {
  display: inline-block;
  padding: 10px 17px 12px 17px;
  background-color: #009dff;
  color: #fff;
  font-size: clamp(16px, 2vw, 16px);
  margin-top: clamp(20px, 3vw, 50px);
  border-radius: 3px;
  cursor: pointer;
  user-select: none;
}

.tmotor_brand_main .heavy-lift-btn:hover {
  background-color: #009dffcc;
}

.tmotor_brand_main .heavy-lift-product-btn {
  display: inline-block;
  padding: 10px 17px 12px 17px;
  background-color: #009dff;
  color: #fff;
  font-size: clamp(16px, 2vw, 16px);
  margin-top: clamp(20px, 3vw, 50px);
  border-radius: 3px;
  cursor: pointer;
  user-select: none;
}

.tmotor_brand_main .heavy-lift-product-btn:hover {
  background-color: #009dffcc;
}

.hero-section {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.hero-section picture,
.hero-section .bg-image {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-section .bg-image {
  object-fit: cover;
  object-position: center;
}

.hero-section .overlay {
  position: absolute;
  top: 29%;
  left: 0;
  width: 100%;
  display: flex;
  pointer-events: none;
  justify-content: center;
  pointer-events: none;
}

.hero-section .container {
  max-width: 1200px !important;
  width: 100% !important;
  pointer-events: auto;
  box-sizing: border-box;
}

.hero-section .text-box {
  text-align: left;
  color: white;
}

.core-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(50px, 6vw, 120px);
}

.core-section .core-main {
  max-width: 1200px;
  width: 100%;
  pointer-events: auto;
  box-sizing: border-box;
}

.core-section h2 {
  color: var(--color-black);
}

.core-section .core-content {
  color: var(--color-737373);
}

.core-section .core-point {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px;
  margin-top: clamp(26px, 3vw, 52px);
}

.core-section .core-point-item {
  padding: clamp(20px, 2.5vw, 36px) 0;
}

.core-section .core-point-item:hover {
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.08),
    0 6px 12px rgba(0, 0, 0, 0.05);
}

.core-section .core-point-item .core-point-title {
  font-size: clamp(16px, 1.2vw, 20px);
  color: var(--color-black);
  margin-top: clamp(3px, 0.5vw, 6px);
  font-weight: bold;
}

.core-section .core-point-item .core-point-content {
  font-size: clamp(14px, 1vw, 16px);
  color: var(--color-444444);
  margin-top: clamp(12px, 1.2vw, 22px);
  padding: 0 15px;
}

.product-section {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.product-section picture,
.product-section .bg-image {
  width: 100%;
  height: 100%;
  display: block;
}

.product-section .bg-image {
  object-fit: cover;
  object-position: center;
}

.product-section .overlay {
  position: absolute;
  top: 9%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.product-section .container {
  max-width: 1200px !important;
  width: 100% !important;
  pointer-events: auto;
  box-sizing: border-box;
}

.product-section .text-box {
  text-align: left;
  color: white;
}

.product-section .product-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: clamp(60px, 5vw, 100px);
}
.product-section .product-main .product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 33px;
  border-radius: 6px;
  background-color: rgba(228, 225, 225, 0.82);
  cursor: pointer;
}

.product-section .product-item .product-photo-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8% 0 7% 0;
}

.product-section .product-item .product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); */
  border-radius: 6px;
  z-index: 2;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.5;
  color: #333333;
  opacity: 0;
  pointer-events: none;
  padding: 12% 7.5%;
  transition-delay: 0.3s;
  transition: opacity 0.3s ease;
}

.product-section .product-item .product-overlay ul {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 8px;
  padding: 0 5%;
}

.product-section .product-item .product-overlay li {
  list-style: disc;
}

.product-section .product-item:hover .product-overlay {
  opacity: 1;
  pointer-events: auto;
}
/* 
.product-section .product-photo-wrapper:hover .product-photo  {
  filter: blur(6px) brightness(1.8);
  transition: filter 0.3s ease;
} */

.product-section .product-item:hover .product-photo {
  opacity: 0;
}

.product-section .product-main .product-item:hover {
  background-color: rgba(236, 240, 240, 0.9);
}

.product-item:hover .product-btn-link {
  background-color: var(--color-black);
  color: var(--color-white) !important;
}

.product-section .product-item .product-photo {
  height: auto;
  display: block;
  background: transparent;
  transition: opacity 0.3s ease;
}

.product-section .product-item .product-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 0 7.5%;
}

.product-section .product-item .product-line {
  width: 85%;
  height: 1px;
  background-color: #b3b2b2;
}

.product-section .product-item .product-title {
  padding-top: clamp(25px, 2.6vw, 40px);
  font-size: clamp(16px, 2vw, 26px);
  color: #0f0f0f;
  letter-spacing: 0.2px;
}

.product-section .product-item .product-content {
  padding-top: clamp(4px, 0.5vw, 8px);
  font-size: clamp(14px, 1vw, 16px);
  color: #636363;
}

.product-section .product-item .product-btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: clamp(16px, 2vw, 30px);
  padding: 0 7.5%;
}

.product-section .product-item .prooduct-price {
  font-size: clamp(14px, 1vw, 16px);
  color: var(--color-black);
}

.product-section .product-item .product-btn-link {
  padding: 8px 7.5%;
  font-size: clamp(14px, 1vw, 16px);
  color: var(--color-black);
  border: 1px solid var(--color-black);
  border-radius: 6px;
  letter-spacing: 0.2px;
}

.application-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(50px, 6vw, 120px);
}

.application-section .application-main {
  max-width: 1200px;
  width: 100%;
  pointer-events: auto;
  box-sizing: border-box;
}

.application-section h2 {
  color: var(--color-black);
}

.application-section .application-content {
  color: var(--color-737373);
}

.application-section .application-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: clamp(60px, 5vw, 100px);
  width: 100%;
}

.application-section .application-item {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.application-item-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.application-item-img img {
  transition: transform 0.3s ease;
  display: block;
  width: 100%;
  height: auto;
}

.application-item-img:hover img {
  transform: scale(1.1);
  z-index: 10;
  position: relative;
}

.application-section .application-item-textbox {
  text-align: left;
  padding: 0 clamp(10px, 1vw, 15px);
}

.application-section .application-item-title {
  font-size: clamp(16px, 1.2vw, 20px);
  color: var(--color-black);
  padding: clamp(12px, 1.2vw, 20px) 0 clamp(8px, 1.2vw, 16px) 0;
}

.application-section .application-item-text {
  font-size: clamp(14px, 1.2vw, 16px);
  color: var(--color-444444);
  padding-bottom: clamp(16px, 2vw, 30px);
}

.choose-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(50px, 6vw, 120px);
}

.choose-section .choose-main {
  max-width: 1200px;
  width: 100%;
  pointer-events: auto;
  box-sizing: border-box;
}

.choose-section h2 {
  color: var(--color-black);
}

.choose-section .choose-content {
  color: var(--color-737373);
}

.choose-section .choose-box {
  display: flex;
  text-align: left;
  justify-content: space-between;
  padding-top: clamp(30px, 3vw, 60px);
}

.choose-left {
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  transition: top 0.3s ease;
}

.choose-section .choose-item-title {
  font-size: clamp(16px, 1.2vw, 20px);
  color: var(--color-black);
  padding: clamp(10px, 1vw, 18px) 0;
  font-weight: bold;
}

.choose-section .choose-item-content {
  font-size: clamp(14px, 1.2vw, 16px);
  color: var(--color-444444);
}

.choose-section .choose-item li {
  padding: clamp(6px, 0.8vw, 10px) 0;
}

.faq-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(50px, 6vw, 120px);
  background-color: #f7f7f7c0;
}

.faq-section .faq-main {
  max-width: 1200px;
  width: 100%;
  pointer-events: auto;
  box-sizing: border-box;
}

.faq-section h2 {
  color: var(--color-black);
}

.faq-section .faq-content {
  color: var(--color-737373);
}

.faq_container {
  margin-top: clamp(18px, 3.4vw, 36px);
  /* background-color: #f7f7f7c0; */
  border-radius: 6px;
}

.faq_item {
  border-bottom: 1px solid #e0e0e0;
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.faq_item:last-child {
  border-bottom: none;
}
.faq_question {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  align-items: flex-start;
  color: #18181a;
  text-align: left;
  font-size: clamp(16px, 1.5vw, 20px);
  background-color: rgba(0, 0, 0, 0);
  padding-right: 10px;
}

.faq_icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  flex-shrink: 0;
  stroke: #333;
  stroke-width: 2;
  fill: none;
  transition: transform 0.3s ease;
  display: block;
}

.faq_answer {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  margin-top: 0;
}

.faq_answer_inner {
  font-size: clamp(14px, 1.5vw, 16px);
  color: #777;
  line-height: 1.6;
  padding-top: 12px;
  width: 100%;
  text-align: left;
}

.faq_item.active .faq_icon {
  transform: rotate(180deg);
}

.contact-section {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.contact-section h2 {
  color: var(--color-white);
}

.contact-section .contact-content {
  color: var(--color-white);
}

.contact-section picture,
.contact-section .bg-image {
  width: 100%;
  height: 100%;
  display: block;
}

.contact-section .bg-image {
  object-fit: cover;
  object-position: center;
}

.contact-section .overlay {
  position: absolute;
  top: 22%;
  left: 0;
  width: 100%;
  display: flex;
  pointer-events: none;
  justify-content: center;
  pointer-events: none;
}

.contact-section .container {
  max-width: 1200px !important;
  width: 100% !important;
  pointer-events: auto;
  box-sizing: border-box;
}

.contact-section ul {
  margin-top: clamp(16px, 2vw, 30px);
}

.contact-section ul li {
  color: var(--color-white);
  font-size: clamp(13px, 1vw, 14px);
  margin-bottom: clamp(8px, 1vw, 10px);
}

.contact-section ul li img {
  margin-right: 6px;
}

.title-mobile {
  display: none;
}

#hubspot-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hubspot-popup-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 1;
}

.hubspot-popup-content {
  position: relative;
  background: #fff;
  max-width: 600px;
  width: 90vw;
  min-height: 600px;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 2;
  padding: 30px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  box-sizing: border-box;
}

.hubspot-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 3;
}

#hubspot-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #555;
  background: rgba(255, 255, 255, 0.85);
  z-index: 10;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #0099ff; /* 旋转色 */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.vertical-tabs {
  display: flex;
  align-items: flex-start;
  gap: clamp(25px, 5vw, 45px);
  border-left: 1px solid #e0e0e0;
}

.tab-indicator {
  width: 3px;
  background-color: #eee;
  height: 100%;
  position: relative;
}

.tab-indicator .indicator {
  width: 100%;
  height: 50px;
  background-color: var(--color-444444);
  transition:
    transform 0.5s ease,
    height 0.3s ease;
  position: absolute;
  top: -30px;
  left: 0;
}

.tab-content {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.4vw, 16px);
}

.tab-item {
  cursor: pointer;
}

.tab-title {
  /* font-weight: bold; */
  color: #666;
  font-size: clamp(16px, 1.2vw, 20px);
  margin-bottom: clamp(10px, 1.2vw, 14px);
}

.tab-desc {
  display: none;
  margin-top: 4px;
  color: #666;
  font-size: clamp(14px, 1vw, 16px);
  margin-bottom: clamp(10px, 1.2vw, 14px);
}

.tab-desc::before {
  content: "●";
  font-size: 12px;
  margin-right: 6px;
}

.tab-item.active .tab-desc {
  display: block;
}

.tab-item.active .tab-title {
  color: var(--color-black);
}

.fade-text {
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.fade-text.active {
  opacity: 1;
  transform: translateY(0);
}

.tab-image-wrapper {
  position: relative;
}

#tab-image {
  display: block;
  width: 100%;
  height: auto;
}

.tab-image-wrapper .fade-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.photo-slide-wrapper {
  overflow: visible; /* 去除hidden */
}

@media screen and (max-width: 1680px) {
  .product-section picture,
  .product-section .bg-image,
  .contact-section picture,
  .contact-section .bg-image {
    width: 110%;
  }
}

@media screen and (max-width: 1600px) {
  .hero-section {
    height: 600px;
  }
}

@media screen and (max-width: 1400px) {
  .product-section picture,
  .product-section .bg-image,
  .contact-section picture,
  .contact-section .bg-image {
    width: 120%;
  }
}

@media screen and (max-width: 1200px) {
  .product-section picture,
  .product-section .bg-image {
    width: 130%;
  }
  .product-section .overlay,
  .contact-section .overlay,
  .hero-section .overlay {
    padding: 0 5%;
  }
  .application-section,
  .choose-section,
  .faq-section,
  .core-section {
    padding: 8% 5%;
  }
}

@media (max-width: 940px) {
  .product-section picture,
  .product-section .bg-image {
    width: 140%;
  }
  .site-header .container {
    padding: 12px 24px 4px 12px !important;
  }

  .site-header .logo {
    height: 32px;
  }
  .faq_item {
    padding: 12px 0;
  }
}

.product-mobile-btn,
.choose-section .choose-box {
  display: flex;
}
.choose-section .choose-mobile-box,
.product-btn-mobile-link,
.product-section .product-mobile-detail {
  display: none;
}
@media screen and (max-width: 768px) {
  .choose-section .choose-box {
    display: none;
  }
  .choose-section .choose-mobile-box,
  .product-btn-mobile-link {
    display: flex;
  }
  .product-mobile-btn {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-top: clamp(25px, 3vw, 60px);
    padding: 0 5%;
    position: absolute;
    bottom: 5%;
  }
  .product-section .product-item .product-btn {
    display: none;
  }
  .product-section .product-item .product-btn-mobile-link {
    padding: 8px 7.5%;
    font-size: clamp(14px, 1vw, 16px);
    color: var(--color-black);
    border: 1px solid var(--color-black);
    border-radius: 6px;
    letter-spacing: 0.2px;
    display: flex;
    justify-content: center;
    white-space: nowrap;
  }
  .product-section .product-item .product-btn-mobile-link img {
    width: 8px;
    margin-left: 4px;
    margin-bottom: 2px;
  }

  .product-section .product-item .product-photo-wrapper {
    padding: 3% 0;
  }

  .product-section .product-photo-wrapper {
    padding: 3% 0;
  }

  .product-section .product-mobile-detail {
    display: block;
  }

  .product-section .product-mobile-detail ul {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 5%;
    margin-top: clamp(12px, 2vw, 16px);
  }

  .product-section .product-item .product-mobile-detail li {
    font-size: clamp(12px, 1.2vw, 20px);
    line-height: 1.5;
    color: #000;
    pointer-events: none;
  }

  .product-section .product-item .product-mobile-detail li::before {
    content: "●";
    font-size: 6px;
    margin-right: 6px;
  }

  .br-web {
    display: none;
  }
  .title-pc {
    display: none;
  }
  .title-mobile {
    display: block;
  }

  .overlay {
    padding: 0 10%;
  }

  h1 {
    font-size: clamp(24px, 8vw, 62px);
  }

  h2 {
    font-size: clamp(24px, 7vw, 52px);
  }

  .tmotor_brand_main .heavy-lift-content {
    font-size: clamp(16px, 4vw, 30px);
  }

  .tmotor_brand_main .heavy-lift-btn {
    font-size: clamp(14px, 3vw, 26px);
  }
  .tmotor_brand_main .heavy-lift-product-btn {
    font-size: clamp(14px, 3vw, 26px);
  }
  .hero-section {
    height: auto;
  }

  .hero-section .text-box {
    text-align: center;
  }
  .hero-section .overlay {
    top: 12%;
  }

  .core-section {
    padding: 10% 5%;
  }

  .core-section .core-svg {
    width: clamp(53px, 13vw, 106px);
  }

  .core-section .core-point {
    grid-template-columns: 1fr;
  }
  .core-section .core-point-item .core-point-title {
    font-size: clamp(20px, 5vw, 38px);
    font-weight: normal;
  }
  .core-section .core-point-item .core-point-content {
    font-size: clamp(16px, 4vw, 30px);
  }

  .product-section .text-box {
    text-align: center;
    padding: 0 5%;
  }
  .product-section .overlay {
    top: 5%;
    padding: 0;
  }

  .product-section .product-main {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-top: 45%;
    margin-left: 5%;
    gap: 0;
    height: 75%;
    min-height: 450px;
  }

  .product-section .product-item .product-photo {
    width: 50%;
  }
  .product-section .product-main .product-item {
    max-width: 500px;
    width: 80%;
    flex-shrink: 0;
    scroll-snap-align: start;
    min-width: 280px;
    padding-bottom: 20px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: relative;
    margin-right: 16px;
  }

  .product-section .product-item .product-info {
    display: unset;
    padding: 0 5%;
  }

  .product-section .product-item .product-line {
    display: none;
  }

  .product-section .product-item .product-title,
  .product-section .product-item .product-content {
    font-size: clamp(16px, 4vw, 30px);
    color: var(--color-black);
  }

  .product-section .product-main::-webkit-scrollbar {
    height: 6px;
  }
  .product-section .product-main::-webkit-scrollbar-thumb {
    display: none;
  }

  .application-section .application-item-textbox {
    padding: 0 clamp(20px, 2vw, 30px);
  }

  .application-section .application-item-text {
    line-height: 1.5;
  }

  .application-section .application-item-title {
    font-size: clamp(16px, 4vw, 30px);
    padding: clamp(30px, 4vw, 60px) 0 clamp(12px, 1.2vw, 16px) 0;
  }

  .application-section {
    padding: 10% 0;
    overflow: hidden;
  }

  .application-section .text-box {
    padding: 0 5%;
  }

  .application-section .application-box {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 30px;
    margin-left: 5%;
    gap: 12px;
    /* margin-right: 12px; */
  }

  .application-section .application-item {
    max-width: 500px;
    width: 80%;
    flex-shrink: 0;
    scroll-snap-align: start;
  }

  .application-section .application-box::-webkit-scrollbar {
    height: 6px;
  }
  .application-section .application-box::-webkit-scrollbar-thumb {
    display: none;
  }

  .product-section picture,
  .product-section .bg-image,
  .contact-section picture,
  .contact-section .bg-image {
    width: 105%;
  }

  .choose-mobile-box {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: clamp(20px, 2.8vw, 40px);
    text-align: left;
    margin-top: clamp(30px, 6vw, 60px);
  }

  .choose-mobile-item {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }

  .choose-mobile-box .choose-mobile-text {
    padding: 5%;
  }

  .choose-mobile-box .choose-mobile-title {
    font-size: clamp(20px, 3vw, 30px);
    color: var(--color-black);
    font-weight: bold;
    margin-bottom: clamp(10px, 1.5vw, 20px);
  }

  .choose-mobile-box ul li {
    font-size: clamp(14px, 2vw, 26px);
    list-style: disc;
    margin-left: 5%;
    color: var(--color-737373);
    line-height: 1.6;
  }

  .choose-mobile-box img {
    width: 100%;
  }

  .faq-section {
    padding: 10% 5%;
  }

  .faq_title {
    font-size: 1.5rem;
  }

  .faq_question {
    font-size: 1rem;
  }

  .faq_answer {
    font-size: 0.95rem;
  }

  .contact-section .text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact-section ul {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hubspot-popup-content {
    width: 95vw;
    max-height: 95vh;
    padding: 20px 16px;
    border-radius: 4px;
  }

  .hubspot-popup-close {
    font-size: 28px;
    top: 8px;
    right: 12px;
  }
}

@media (hover: none) and (pointer: coarse) {
  .product-section .product-photo-wrapper:hover .product-overlay {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .product-section .product-photo-wrapper:hover .product-photo {
    filter: none !important;
    opacity: 1;
  }
}
