:host {
  all: initial;
  display: block;
  box-sizing: border-box;
  color: #1a1a1a;
}

:host *,
:host *::before,
:host *::after {
  box-sizing: inherit;
}

/* 非 Shadow DOM 场景兜底：当前页面直接使用 <synmaxpro-landing> */
synmaxpro-landing {
  display: block;
  box-sizing: border-box;
  color: #1a1a1a;
}

synmaxpro-landing *,
synmaxpro-landing *::before,
synmaxpro-landing *::after {
  box-sizing: inherit;
}

/* html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
} */

.synmaxpro-root {
  width: 100%;
  background: #f5f5f7;
  overflow-x: hidden;
}

.synmaxpro-banner {
  padding: 80px 20px 80px;
}

.synmaxpro-container {
  width: min(1480px, 100%);
  margin: 0 auto;
}

.synmaxpro-banner-inner {
  --synmaxpro-banner-card-height: 620px;
  --synmaxpro-banner-radius: 40px;
  display: grid;
  grid-template-columns: 740px 710px;
  gap: 30px;
  align-items: stretch;
}

.synmaxpro-banner-card {
  position: relative;
  height: var(--synmaxpro-banner-card-height);
  border-radius: var(--synmaxpro-banner-radius);
  overflow: hidden;
  background: #fff;
}

.synmaxpro-banner-card-content {
  /* 采用 Figma 坐标定位，确保底部对齐且不受文字渲染影响 */
  height: var(--synmaxpro-banner-card-height);
  padding: 0;
}

.synmaxpro-banner-title {
  position: absolute;
  left: 80px;
  top: 80px;
  z-index: 2;
  margin: 0;
  max-width: 550px;
  color: #1a1a1a;
  font-size: 60px;
  line-height: 1.5;
  font-weight: 700;
}

.synmaxpro-banner-subtitle {
  position: absolute;
  left: 80px;
  top: 290px;
  z-index: 2;
  margin: 0;
  max-width: 527px;
  color: #1a1a1a;
  font-size: 30px;
  line-height: 1.5334;
  font-weight: 500;
}

.synmaxpro-banner-button {
  position: absolute;
  left: 80px;
  top: 422px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 285px;
  height: 56px;
  padding: 0 28px;
  border: 2px solid #2f80ed;
  border-radius: 8px;
  color: #2f80ed;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.372;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.95);
  cursor: pointer;
}

.synmaxpro-banner-button > span:first-child {
  white-space: nowrap;
}

.synmaxpro-banner-button-arrow {
  font-size: 20px;
  line-height: 1;
}

.synmaxpro-banner-visual {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 470px;
}

.synmaxpro-banner-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.24) 100%);
}

.synmaxpro-banner-visual img,
.synmaxpro-banner-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.synmaxpro-banner-card-image {
  background: #f9f9f9;
}

.synmaxpro-specs {
  padding: 0 20px 100px;
}

.synmaxpro-specs-inner {
  position: relative;
  height: 621px;
}

.synmaxpro-specs-card {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 525px;
  border-radius: 30px;
  background: linear-gradient(90deg, #fcfcfc 0%, #d6ebff 100%);
}

.synmaxpro-specs-media {
  position: absolute;
  left: 0;
  top: 0;
  width: 560px;
  height: 525px;
}

.synmaxpro-specs-image-wrap {
  position: absolute;
  left: 60px;
  top: 20px;
  width: 500px;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
}

.synmaxpro-specs-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.synmaxpro-specs-colors {
  position: absolute;
  left: 220px;
  top: 440px;
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.synmaxpro-color-dot {
  width: 40px;
  height: 40px;
  margin: 0;
  border: 0;
  border-radius: 50%;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.synmaxpro-color-dot[data-color="black"] {
  background: #000;
}

.synmaxpro-color-dot[data-color="blue"] {
  background: #40a9ff;
}

.synmaxpro-color-dot[data-color="white"] {
  background: #fff;
}

.synmaxpro-color-dot.is-active {
  width: 60px;
  height: 60px;
  padding: 10px;
  border: 1px solid #00c8ff;
  background-clip: content-box;
  outline: none;
}

.synmaxpro-specs-content {
  position: absolute;
  left: 620px;
  top: 40px;
  width: 800px;
  height: 435px;
  padding: 0;
  color: #1a1a1a;
}

.synmaxpro-specs-title {
  margin: 0;
  font-size: 30px;
  line-height: 1.372;
  font-weight: 700;
}

.synmaxpro-specs-content h3 {
  margin: 30px 0 0;
  font-size: 30px;
  line-height: 1.372;
  font-weight: 700;
}

.synmaxpro-specs-content p {
  margin: 20px 0 0;
  font-size: 20px;
  line-height: 1.372;
  font-weight: 400;
}

.synmaxpro-specs-content p:last-child {
  margin-top: 20px;
  line-height: 1.7;
}

.synmaxpro-pdf-button {
  position: absolute;
  left: 50%;
  top: 565px;
  width: 236px;
  height: 56px;
  border: 2px solid #2f80ed;
  border-radius: 8px;
  background: transparent;
  color: #2f80ed;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  cursor: pointer;
  transform: translateX(-50%);
}

.synmaxpro-pdf-arrow {
  font-size: 20px;
  line-height: 1;
}

.synmaxpro-compare {
  padding: 0 20px 90px;
}

.synmaxpro-compare-title {
  margin: 0;
  text-align: center;
  color: #1a1a1a;
  font-size: 50px;
  line-height: 1.372;
  font-weight: 700;
}

.synmaxpro-compare-intro {
  margin: 30px auto 0;
  max-width: 905px;
  text-align: center;
  color: #1a1a1a;
  font-size: 20px;
  line-height: 2;
}

.synmaxpro-compare-tabs {
  margin: 60px auto 0;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  min-height: 68px;
  border-radius: 10px;
  background: transparent;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox: hide scrollbar */
  scroll-snap-type: x proximity;
  touch-action: pan-x;
}

.synmaxpro-compare-tabs::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.synmaxpro-compare-tabs button {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: #1a1a1a;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  height: 68px;
  padding: 0 30px;
  white-space: nowrap;
  cursor: pointer;
  scroll-snap-align: start;
}

.synmaxpro-compare-tabs button.is-active {
  border-radius: 10px;
  background: #fff;
  font-weight: 700;
}

.synmaxpro-compare-body {
  margin-top: 60px;
  position: relative;
  display: grid;
  grid-template-columns: 680px 680px;
  gap: 120px;
  align-items: start;
}

.synmaxpro-compare-card h3 {
  margin: 0;
  color: #1a1a1a;
  font-size: 30px;
  line-height: 1.372;
  font-weight: 700;
}

.synmaxpro-compare-card-left h3 {
  padding-left: 60px;
}

.synmaxpro-compare-card-right h3 {
  padding-left: 214px;
}

.synmaxpro-compare-image-wrap {
  margin-top: 20px;
  width: 680px;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
}

.synmaxpro-compare-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.synmaxpro-compare-card p {
  margin: 20px 0 0;
  max-width: 600px;
  color: #1a1a1a;
  font-size: 24px;
  line-height: 1.6667;
  font-weight: 400;
}

.synmaxpro-compare-card-left p {
  text-align: left;
}

.synmaxpro-compare-card-right p {
  margin-left: 80px;
  text-align: right;
}

.synmaxpro-compare-card-right .synmaxpro-compare-right-copy {
  text-align: right;
}

.synmaxpro-compare-vs {
  position: absolute;
  left: 680px;
  top: 184px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
}

.synmaxpro-compare-vs img {
  display: block;
  width: 120px;
  height: 120px;
  object-fit: cover;
}

@media (max-width: 1480px) and (min-width: 1201px) {
  .synmaxpro-banner-inner {
    --synmaxpro-banner-card-height: clamp(500px, 42vw, 620px);
    --synmaxpro-banner-radius: clamp(24px, 2.4vw, 40px);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(16px, 1.8vw, 30px);
  }

  .synmaxpro-banner-title {
    left: clamp(28px, 3vw, 80px);
    right: clamp(24px, 2.5vw, 80px);
    top: clamp(36px, 3.5vw, 80px);
    max-width: none;
    font-size: clamp(34px, 3.6vw, 60px);
    line-height: 1.35;
  }

  .synmaxpro-banner-subtitle {
    left: clamp(28px, 3vw, 80px);
    right: clamp(24px, 2.5vw, 80px);
    top: clamp(170px, 14vw, 290px);
    max-width: none;
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.45;
  }

  .synmaxpro-banner-button {
    left: clamp(28px, 3vw, 80px);
    top: auto;
    bottom: clamp(30px, 4vw, 56px);
    width: clamp(230px, 21vw, 285px);
    height: clamp(48px, 3.6vw, 56px);
    padding: 0 clamp(18px, 2vw, 28px);
    font-size: clamp(17px, 1.4vw, 20px);
  }

  .synmaxpro-banner-visual {
    height: clamp(300px, 31vw, 470px);
  }

  .synmaxpro-specs-inner {
    height: auto;
  }

  .synmaxpro-specs-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(380px, 560px) minmax(0, 1fr);
    align-items: center;
    column-gap: clamp(20px, 2.2vw, 36px);
    height: auto;
    min-height: clamp(460px, 36vw, 525px);
    padding: clamp(22px, 2.2vw, 32px) clamp(22px, 2.2vw, 32px) clamp(24px, 2.4vw, 32px);
    overflow: hidden;
  }

  .synmaxpro-specs-media {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }

  .synmaxpro-specs-image-wrap {
    position: relative;
    left: auto;
    top: auto;
    width: min(500px, 100%);
    height: auto;
    aspect-ratio: 500 / 420;
    margin: 0 auto;
  }

  .synmaxpro-specs-colors {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    justify-content: center;
    margin-top: clamp(14px, 1.6vw, 24px);
  }

  .synmaxpro-specs-content {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    padding: 0;
  }

  .synmaxpro-specs-title,
  .synmaxpro-specs-content h3 {
    font-size: clamp(24px, 2vw, 30px);
    line-height: 1.35;
  }

  .synmaxpro-specs-content p {
    font-size: clamp(17px, 1.35vw, 20px);
    line-height: 1.5;
  }

  .synmaxpro-pdf-button {
    position: relative;
    left: auto;
    top: auto;
    margin: clamp(20px, 2vw, 30px) auto 0;
    transform: none;
  }

  .synmaxpro-compare-body {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(32px, 4vw, 80px);
  }

  .synmaxpro-compare-card-left h3 {
    padding-left: clamp(16px, 1.8vw, 40px);
  }

  .synmaxpro-compare-card-right h3 {
    padding-left: 0;
    text-align: right;
  }

  .synmaxpro-compare-image-wrap {
    width: min(100%, 620px);
    height: auto;
    aspect-ratio: 680 / 360;
  }

  .synmaxpro-compare-card-right .synmaxpro-compare-image-wrap {
    margin-left: auto;
  }

  .synmaxpro-compare-card-right p {
    margin-left: 0;
  }

  .synmaxpro-compare-vs {
    left: 50%;
    top: clamp(150px, 13vw, 184px);
    transform: translateX(-50%);
    width: clamp(88px, 6.2vw, 110px);
    height: clamp(88px, 6.2vw, 110px);
  }

  .synmaxpro-compare-vs img {
    width: 100%;
    height: 100%;
  }

  .synmaxpro-video-carousel .synmaxpro-video-frame {
    border-radius: 24px;
  }

  .synmaxpro-video-carousel .synmaxpro-video-frame video {
    object-fit: cover !important;
    border-radius: inherit;
    transform: scale(1.03);
    transform-origin: center;
  }
}

@media (max-width: 1200px) {
  .synmaxpro-banner {
    padding: 64px 16px 64px;
  }

  .synmaxpro-banner-card-image {
    display: none;
  }

  .synmaxpro-banner-inner {
    --synmaxpro-banner-card-height: 540px;
    --synmaxpro-banner-radius: 24px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .synmaxpro-banner-card,
  .synmaxpro-banner-card-image {
    border-radius: var(--synmaxpro-banner-radius);
  }

  .synmaxpro-banner-card-content {
    height: var(--synmaxpro-banner-card-height);
    padding: 0;
  }

  .synmaxpro-banner-title {
    left: 36px;
    top: 48px;
    font-size: clamp(34px, 5.2vw, 54px);
    line-height: 1.36;
  }

  .synmaxpro-banner-subtitle {
    left: 36px;
    top: 210px;
    font-size: clamp(22px, 3.2vw, 30px);
    line-height: 1.45;
  }

  .synmaxpro-banner-button {
    left: 36px;
    top: 360px;
  }

  .synmaxpro-banner-visual {
    height: 360px;
  }

  .synmaxpro-banner-card-image {
    height: var(--synmaxpro-banner-card-height);
    aspect-ratio: auto;
  }

  .synmaxpro-specs {
    padding: 0 16px 64px;
  }

  .synmaxpro-specs-inner {
    height: auto;
  }

  .synmaxpro-specs-card {
    position: static;
    width: auto;
    height: auto;
    border-radius: 24px;
    overflow: hidden;
  }

  .synmaxpro-specs-media {
    position: static;
    width: auto;
    height: auto;
    padding: 28px 28px 16px;
  }

  .synmaxpro-specs-image-wrap {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 500 / 420;
  }

  .synmaxpro-specs-colors {
    position: static;
    width: auto;
    height: auto;
    margin-top: 8px;
    justify-content: center;
  }

  .synmaxpro-specs-content {
    position: static;
    width: auto;
    height: auto;
    padding: 0 28px 28px;
  }

  .synmaxpro-specs-title,
  .synmaxpro-specs-content h3 {
    font-size: 28px;
  }

  .synmaxpro-specs-content p {
    font-size: 19px;
    margin-bottom: 14px;
  }

  .synmaxpro-pdf-button {
    position: static;
    margin: 24px auto 0;
    transform: none;
  }

  .synmaxpro-compare {
    padding: 0 16px 24px;
  }

  .synmaxpro-compare-title {
    font-size: clamp(34px, 4.8vw, 46px);
    line-height: 1.25;
  }

  .synmaxpro-compare-intro {
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.8;
  }

  .synmaxpro-compare-tabs {
    margin-top: 32px;
    width: 100%;
    justify-content: flex-start;
  }

  .synmaxpro-compare-body {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .synmaxpro-compare-card-left h3,
  .synmaxpro-compare-card-right h3 {
    padding-left: 0;
  }

  .synmaxpro-compare-image-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 680 / 360;
  }

  .synmaxpro-compare-card p,
  .synmaxpro-compare-card-right p {
    margin-left: 0;
    max-width: 100%;
    text-align: left;
    font-size: 21px;
    line-height: 1.5;
  }

  .synmaxpro-compare-card-right .synmaxpro-compare-right-copy {
    text-align: right;
  }

  .synmaxpro-compare-vs {
    position: static;
    width: 100%;
    height: auto;
  }
}

.synmaxpro-video-carousel {
  padding: 0 0 90px;
  background: #fff;
}

.synmaxpro-video-carousel-inner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 24px;
  /* 允许视频卡片超出右侧内容区域展示 */
  overflow: visible;
  isolation: isolate;
}

/* Figma 285:19「背景」：全幅 Cold Chain 图 + 左侧 1025px 渐变遮罩（矩形 2530） */
.synmaxpro-video-carousel-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}

.synmaxpro-video-carousel-inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: min(1025px, 100%);
  height: 100%;
  z-index: 1;
  /* 去掉渐变色背景：保持该蒙层不参与显示 */
  background: transparent;
  pointer-events: none;
}

.synmaxpro-video-carousel-title {
  position: relative;
  left: auto;
  top: auto;
  width: min(760px, calc(100% - 40px));
  height: auto;
  margin: 0px auto 0;
  padding-top: 30px;
  transform: none;
  text-align: center;
  color: #1a1a1a;
  font-size: 50px;
  line-height: 1.4;
  font-weight: 700;
  z-index: 2;
  text-shadow: none;
}

.synmaxpro-video-carousel-track {
  position: relative;
  display: flex;
  gap: 32px;
  align-items: flex-start;
  width: max-content;
  z-index: 2;
  transition: transform 260ms ease;
  will-change: transform;
}

.synmaxpro-video-carousel-viewport {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  width: min(1600px, calc(100% - 320px));
  margin: 30px auto 0;
  overflow: hidden;
  z-index: 2;
}

.synmaxpro-video-card {
  flex: 0 0 calc((min(1600px, calc(100vw - 320px)) - 32px) / 2);
  width: calc((min(1600px, calc(100vw - 320px)) - 32px) / 2);
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: transform 260ms ease;
}

.synmaxpro-video-frame {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  /* 确保视频帧位于其它叠加层之上（尤其是移动端 pseudo 蒙层） */
  position: relative;
  z-index: 3;
  transition: height 260ms ease, transform 260ms ease;
}

/* 统一尺寸：激活态不改变大小，只做状态高亮（如需要可加阴影/描边） */

.synmaxpro-video-frame video {
  width: 100%;
  object-fit: contain;
  display: block;
  transform: scale(1.03);
  transform-origin: center;
}

.synmaxpro-video-play-indicator {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.45);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  transition: opacity 180ms ease;
  opacity: 1;
}

.synmaxpro-video-play-indicator::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-42%, -50%);
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #fff;
}

.synmaxpro-video-card.is-playing .synmaxpro-video-play-indicator {
  opacity: 0;
}

.synmaxpro-video-meta {
  padding-top: 20px;
}

.synmaxpro-video-name {
  font-size: 24px;
  line-height: 1.372;
  font-weight: 700;
  color: #1a1a1a;
  text-shadow: none;
}

.synmaxpro-video-desc {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.372;
  font-weight: 400;
  color: #1a1a1a;
  text-shadow: none;
}

.synmaxpro-video-carousel-pagination {
  position: relative;
  left: auto;
  top: auto;
  width: 138px;
  height: 10px;
  margin: 44px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  transform: none;
}

.synmaxpro-video-dot {
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: #d8d8d8;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}

.synmaxpro-video-dot.is-active {
  width: 38px;
  height: 10px;
  border-radius: 13px;
  background: #0c0f4d;
}

.synmaxpro-video-dot:focus-visible {
  outline: 2px solid rgba(12, 15, 77, 0.35);
  outline-offset: 4px;
}

@media (max-width: 768px) {
  .synmaxpro-video-carousel-inner::before,
  .synmaxpro-video-carousel-inner::after {
    display: none;
  }

  .synmaxpro-video-carousel-inner {
    height: auto;
    padding: 64px 16px 70px;
    min-height: 320px;
  }

  .synmaxpro-video-carousel-title {
    position: static;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    transform: none;
    margin: 0 auto;
    font-size: clamp(34px, 4.8vw, 46px);
    line-height: 1.25;
    color: #1a1a1a;
  }

  .synmaxpro-video-carousel-track {
    /* 移动端需要定位以让 z-index 生效，避免被 inner 的 ::after 蒙层遮住 */
    position: relative;
    z-index: 4;
    margin-top: 32px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    scrollbar-width: none; /* Firefox: hide scrollbar */
    width: auto;
    gap: 20px;
  }

  .synmaxpro-video-carousel-track::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

  .synmaxpro-video-card {
    position: relative;
    z-index: 4;
    flex: 0 0 auto;
    width: min(600px, 86vw);
    scroll-snap-align: start;
  }

  .synmaxpro-video-carousel-viewport {
    position: static;
    width: 100%;
    transform: none;
    overflow: visible;
    z-index: 4;
  }

  .synmaxpro-video-frame {
    width: 100%;
    height: auto;
    aspect-ratio: 600 / 340;
    /* 兜底：部分环境对 aspect-ratio 支持不完整时，容器可能塌陷为 0 高度导致“仅有声音/无画面” */
    min-height: 180px;
  }

  .synmaxpro-video-play-indicator {
    width: 58px;
    height: 58px;
  }

  .synmaxpro-video-play-indicator::before {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 16px;
  }

  .synmaxpro-video-carousel-pagination {
    position: static;
    margin: 28px auto 0;
  }
}

.synmaxpro-faq {
  padding: 120px 20px 120px;
  background: #f5f5f7;
}

.synmaxpro-faq-inner {
  width: min(1400px, 100%);
  margin: 0 auto;
}

.synmaxpro-faq-title {
  margin: 0;
  text-align: center;
  color: #1a1a1a;
  font-size: 50px;
  line-height: 1.372;
  font-weight: 700;
}

.synmaxpro-faq-list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.synmaxpro-faq-item {
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.synmaxpro-faq-question-heading {
  margin: 0;
}

.synmaxpro-faq-question {
  position: relative;
  width: 100%;
  border: 0;
  padding: 30px 50px 30px 90px;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 0;
  text-align: left;
}

.synmaxpro-faq-question-text {
  color: #1a1a1a;
  font-size: 24px;
  line-height: 1.372;
  font-weight: 700;
}

.synmaxpro-faq-icon {
  position: absolute;
  left: 50px;
  top: 38px;
  width: 20px;
  height: 20px;
}

.synmaxpro-faq-icon::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: transform 220ms ease;
}

.synmaxpro-faq-item.is-open .synmaxpro-faq-icon::before {
  transform: rotate(225deg);
}

.synmaxpro-faq-answer {
  padding: 0 50px 30px 90px;
  display: none;
}

.synmaxpro-faq-item.is-open .synmaxpro-faq-answer {
  display: block;
}

.synmaxpro-faq-answer p {
  margin: 0;
  color: #1a1a1a;
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
}

.synmaxpro-faq-cta {
  margin: 40px auto 0;
  width: 255px;
  height: 56px;
  border: 2px solid #2f80ed;
  border-radius: 8px;
  color: #2f80ed;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 20px;
  line-height: 1.372;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.95);
}

.synmaxpro-faq-cta-arrow {
  width: 20px;
  height: 20px;
  position: relative;
  flex: 0 0 20px;
}

.synmaxpro-faq-cta-arrow::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 12px;
  height: 2px;
  background: #2f80ed;
}

.synmaxpro-faq-cta-arrow::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #2f80ed;
  border-top: 2px solid #2f80ed;
  transform: rotate(45deg);
}

.synmaxpro-faq-cta:focus-visible {
  outline: 2px solid rgba(47, 128, 237, 0.45);
  outline-offset: 4px;
}

@media (max-width: 1480px) {
  .synmaxpro-faq {
    padding: 64px 16px 70px;
  }

  .synmaxpro-faq-title {
    font-size: clamp(34px, 4.8vw, 46px);
    line-height: 1.25;
  }

  .synmaxpro-faq-list {
    margin-top: 32px;
    gap: 14px;
  }

  .synmaxpro-faq-question {
    padding: 22px 18px 22px 52px;
  }

  .synmaxpro-faq-icon {
    left: 18px;
    top: 26px;
  }

  .synmaxpro-faq-question-text {
    font-size: 20px;
  }

  .synmaxpro-faq-answer {
    padding: 0 18px 22px 52px;
  }

  .synmaxpro-faq-answer p {
    font-size: 16px;
    line-height: 1.8;
  }

  .synmaxpro-faq-cta {
    width: 100%;
    max-width: 360px;
  }
}

@media (max-width: 768px) {
  .synmaxpro-thumb-to-main-kicker {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
  }

  .synmaxpro-thumb-to-main-desc {
    text-align: center;
  }

  .synmaxpro-root {
    overflow-x: hidden;
  }

  .synmaxpro-root img,
  .synmaxpro-root video {
    max-width: 100%;
  }

  .synmaxpro-video-carousel-track,
  .synmaxpro-compare-tabs {
    max-width: 100%;
  }

  .synmaxpro-banner-title,
  .synmaxpro-banner-subtitle,
  .synmaxpro-specs-content p,
  .synmaxpro-compare-intro,
  .synmaxpro-compare-card p,
  .synmaxpro-video-name,
  .synmaxpro-video-desc,
  .synmaxpro-faq-question-text,
  .synmaxpro-faq-answer p,
  .synmaxpro-thumb-to-main-kicker,
  .synmaxpro-thumb-to-main-title,
  .synmaxpro-thumb-to-main-desc {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .synmaxpro-banner {
    padding-bottom: 32px;
  }

  .synmaxpro-banner-card-image {
    display: none;
  }

  .synmaxpro-banner-inner {
    --synmaxpro-banner-card-height: 380px;
    --synmaxpro-banner-radius: 20px;
  }

  .synmaxpro-banner-card,
  .synmaxpro-banner-card-image {
    border-radius: var(--synmaxpro-banner-radius);
  }

  .synmaxpro-banner-card-content {
    height: var(--synmaxpro-banner-card-height);
    padding: 0;
  }

  .synmaxpro-banner-title {
    left: 20px;
    right: 20px;
    top: 28px;
    font-size: clamp(24px, 7vw, 28px);
    line-height: 1.25;
  }

  .synmaxpro-banner-subtitle {
    left: 20px;
    right: 20px;
    top: 132px;
    font-size: 18px;
    line-height: 1.45;
  }

  .synmaxpro-banner-button {
    left: 20px;
    top: 220px;
    right: 20px;
    width: auto;
    height: 48px;
    justify-content: center;
    font-size: 17px;
    max-width: 100%;
    padding: 0 16px;
  }

  .synmaxpro-banner-visual {
    height: 230px;
  }

  .synmaxpro-faq-question-text {
    font-size: 16px;
    line-height: 1.5;
  }

  .synmaxpro-specs-card {
    border-radius: 20px;
  }

  .synmaxpro-specs-media {
    padding: 16px 16px 12px;
  }

  .synmaxpro-specs-colors {
    margin-top: 10px;
    gap: 22px;
  }

  .synmaxpro-color-dot {
    width: 34px;
    height: 34px;
    margin-top: 8px;
  }

  .synmaxpro-color-dot.is-active {
    width: 50px;
    height: 50px;
    margin-top: 0;
    padding: 8px;
  }

  .synmaxpro-specs-content {
    padding: 0 16px 20px;
  }

  .synmaxpro-specs-title,
  .synmaxpro-specs-content h3 {
    font-size: 24px;
    line-height: 1.35;
  }

  .synmaxpro-specs-content p {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.55;
  }

  .synmaxpro-pdf-button {
    margin-top: 20px;
    width: 100%;
    height: 48px;
    font-size: 17px;
  }

  .synmaxpro-faq-cta {
    margin-top: 20px;
    width: 100%;
    max-width: none;
    height: 48px;
    border: 2px solid #2f80ed;
    border-radius: 8px;
    background: transparent;
    color: #2f80ed;
    gap: 12px;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 400;
  }

  .synmaxpro-faq-cta-arrow {
    width: auto;
    height: auto;
    position: static;
    flex: 0 0 auto;
    font-size: 17px;
    line-height: 1;
  }

  .synmaxpro-faq-cta-arrow::before {
    content: "\2192";
    position: static;
    width: auto;
    height: auto;
    background: none;
  }

  .synmaxpro-faq-cta-arrow::after {
    display: none;
  }

  .synmaxpro-compare-title {
    font-size: 30px;
    line-height: 1.35;
    text-align: center;
  }

  .synmaxpro-compare-intro {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.6;
  }

  .synmaxpro-compare-tabs {
    margin-top: 20px;
    min-height: 54px;
    border-radius: 8px;
  }

  .synmaxpro-compare-tabs button {
    height: 54px;
    padding: 0 18px;
    font-size: 16px;
  }

  .synmaxpro-compare-tabs button.is-active {
    border-radius: 8px;
  }

  .synmaxpro-compare-body {
    margin-top: 20px;
    gap: 14px;
  }

  .synmaxpro-compare-card h3 {
    font-size: 22px;
    line-height: 1.35;
  }

  .synmaxpro-compare-card p,
  .synmaxpro-compare-card-right p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.6;
  }

  .synmaxpro-compare-vs img {
    width: 88px;
    height: 88px;
  }
}

.synmaxpro-thumb-to-main {
  padding: 0;
  background: #f9f9f9;
}

.synmaxpro-thumb-to-main-scene {
  position: relative;
  width: 100%;
  height: 722px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
}

.synmaxpro-thumb-to-main-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.synmaxpro-thumb-to-main-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 722px;
  object-fit: cover;
  display: block;
}

.synmaxpro-thumb-to-main-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: min(1025px, 100%);
  height: 722px;
  background: linear-gradient(90deg, #567db2 0%, rgba(101, 141, 194, 0) 100%);
  pointer-events: none;
}

.synmaxpro-thumb-to-main-kicker {
  position: absolute;
  left: 220px;
  top: 130px;
  margin: 0;
  width: min(579px, calc(100% - 240px));
  font-size: 20px;
  line-height: 1.372;
  font-weight: 400;
}

.synmaxpro-thumb-to-main-title {
  position: absolute;
  left: 220px;
  top: 177px;
  margin: 0;
  width: min(690px, calc(100% - 240px));
  font-size: 50px;
  line-height: 1.4;
  font-weight: 700;
}

.synmaxpro-thumb-to-main-desc {
  position: absolute;
  left: 220px;
  top: 347px;
  margin: 0;
  width: min(740px, calc(100% - 240px));
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
}

.synmaxpro-thumb-to-main-thumbs {
  position: absolute;
  left: 220px;
  top: 487px;
  display: grid;
  grid-template-columns: repeat(3, 160px);
  grid-auto-rows: 50px;
  column-gap: 20px;
  row-gap: 12px;
}

.synmaxpro-thumb-to-main-thumb {
  width: 160px;
  height: 50px;
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.372;
  font-weight: 700;
  transition: font-size 180ms ease, font-weight 180ms ease;
  padding-left: 12px;
  white-space: nowrap;
}

.synmaxpro-thumb-to-main-thumb-label {
  pointer-events: none;
}

.synmaxpro-thumb-to-main-thumb.is-active {
  background: transparent;
  font-size: 26px;
  font-weight: 900;
}

.synmaxpro-thumb-to-main-thumb:hover {
  font-weight: 700;
}

.synmaxpro-thumb-to-main-thumb:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.75);
  outline-offset: 4px;
}

@media (max-width: 1480px) and (min-width: 1201px) {
  .synmaxpro-thumb-to-main-kicker,
  .synmaxpro-thumb-to-main-title,
  .synmaxpro-thumb-to-main-desc,
  .synmaxpro-thumb-to-main-thumbs {
    left: clamp(120px, 10vw, 180px);
  }

  .synmaxpro-thumb-to-main-kicker {
    width: min(579px, calc(100% - 140px));
  }

  .synmaxpro-thumb-to-main-title {
    width: min(690px, calc(100% - 140px));
  }

  .synmaxpro-thumb-to-main-desc {
    width: min(740px, calc(100% - 140px));
  }
}

@media (max-width: 1200px) {
  .synmaxpro-thumb-to-main {
    padding: 0;
  }

  .synmaxpro-thumb-to-main-scene {
    height: auto;
    padding: 64px 16px 70px;
  }

  .synmaxpro-thumb-to-main-bg {
    position: relative;
    inset: auto;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }

  .synmaxpro-thumb-to-main-bg img {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .synmaxpro-thumb-to-main-overlay {
    display: none;
  }

  .synmaxpro-thumb-to-main-kicker,
  .synmaxpro-thumb-to-main-title,
  .synmaxpro-thumb-to-main-desc {
    position: static;
    width: auto;
    color: #1a1a1a;
  }

  .synmaxpro-thumb-to-main-kicker {
    margin-top: 28px;
  }

  .synmaxpro-thumb-to-main-title {
    margin-top: 8px;
    font-size: clamp(34px, 4.8vw, 46px);
    line-height: 1.25;
  }

  .synmaxpro-thumb-to-main-desc {
    margin-top: 14px;
  }

  .synmaxpro-thumb-to-main-thumbs {
    position: static;
    margin-top: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 12px;
  }

  .synmaxpro-thumb-to-main-thumb {
    width: 100%;
    height: auto;
    min-height: 48px;
    padding: 10px 12px;
    justify-content: center;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    white-space: normal;
    text-align: center;
    color: #1a1a1a;
    background: rgba(47, 128, 237, 0.12);
    border-radius: 10px;
  }

  .synmaxpro-thumb-to-main-thumb.is-active {
    color: #fff;
    background: #2f80ed;
    font-size: 16px;
    font-weight: 700;
  }
}

@media (max-width: 768px) {
  .synmaxpro-video-carousel {
    padding: 0;
  }

  .synmaxpro-specs-title {
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
  }

  .synmaxpro-thumb-to-main-scene {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }

  .synmaxpro-thumb-to-main-kicker,
  .synmaxpro-thumb-to-main-title,
  .synmaxpro-thumb-to-main-desc {
    width: 100%;
    max-width: 100%;
  }

  .synmaxpro-thumb-to-main-thumbs {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .synmaxpro-thumb-to-main-thumb {
    min-width: 0;
    min-height: 44px;
    padding: 8px 10px;
    font-size: 15px;
  }

  .synmaxpro-thumb-to-main-thumb-label {
    display: inline-block;
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .synmaxpro-compare-title,
  .synmaxpro-video-carousel-title,
  .synmaxpro-thumb-to-main-title {
    font-size: clamp(22px, 6vw, 26px);
    line-height: 1.22;
    text-align: center;
  }

  .synmaxpro-video-carousel-inner {
    padding: 14px 16px 40px;
  }

  .synmaxpro-video-carousel-title {
    width: 100%;
  }

  .synmaxpro-video-carousel-track {
    padding-left: 0;
    padding-right: 0;
    scroll-padding-left: 0;
    scroll-padding-right: 0;
    display: block;
    width: 100%;
    margin-top: 4px;
    overflow: visible;
  }

  .synmaxpro-video-card {
    display: none;
    width: min(600px, 100%);
    margin: 0 auto;
    text-align: center;
  }

  .synmaxpro-video-card.is-active {
    display: block;
  }

  .synmaxpro-video-carousel-pagination {
    display: flex;
    width: auto;
    max-width: 100%;
    justify-content: center;
    gap: 10px;
    margin: 4px auto 0;
    left: auto;
    top: auto;
    transform: none;
  }

  .synmaxpro-video-meta {
    text-align: center;
  }

  .synmaxpro-faq-title {
    font-size: clamp(22px, 6vw, 26px);
    line-height: 1.25;
    text-align: center;
  }
}