/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 19 2026 | 01:10:18 */
*, *::before, *::after { box-sizing: border-box;  }
    html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
    body {
      font-family: 'Manrope', sans-serif;
      color: #FFFFFF;
      
      overflow-x: hidden;
      line-height: 1.366;
    }
.entry-content {
	background: linear-gradient(180deg, #000000 21%, #1a1d14 69% ,#25291c);
}
.wp-singular .has-heading-color-background-color { background-color:transparent!important;}
.wp-singular a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--primary);
    text-decoration: none;
}
.wp-singular a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--primary);
    text-decoration: none;
}
:root :where(.wp-block-button .wp-block-button__link) {
    background-color: #2b2a2a;
}
.entry-content h1 {
	font-size: 36px!important;
    font-weight: 700;
    margin-bottom: 12px!important;
	color:white!important;
	text-align:center;
}
.entry-content p:empty {
  display: none;
}
   img { max-width: 100%; height: auto; display: block; }
    a { text-decoration: none; color: inherit; }
    button { cursor: pointer; border: none; background: none; font: inherit; }
    section {  }

    /* === Typography === */
    .woocommerce-tabs.wc-tabs-wrapper h2.s-title {
      font-size: 36px; font-weight: 700; line-height: 1.366;
      text-align: center; color: #FFFFFF;
    }
    .s-subtitle {
      font-size: 18px; font-weight: 500; line-height: 1.366;
      text-align: center; color: rgba(255,255,255,0.9);
      max-width: 800px; margin: 16px auto 0;
    }
    .accent { color: #D1E83E; }

    /* === Module Container === */
    .module-inner {
      /*max-width: 1440px;*/ margin: 0 auto; padding: 80px 40px;
    }

    /* ==================== 1. Product Main Image ==================== */
    .mod-product-main {
      background: #000;
    }
    .mod-product-main img {
      width: 100%; max-height: 1217px; object-fit: cover;
    }

    /* ==================== 2. Video ==================== */
    .mod-video {
      background: #000; padding: 0 40px;text-align:center;
    }
    .mod-video .video-wrapper {
      max-width: 1440px; margin: 0 auto;
      position: relative;  overflow: hidden;
      cursor: pointer;
    }
    .mod-video img {
      width: 100%; display: block;
    }
    .video-play-btn {
      position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
      width: 80px; height: 80px; border-radius: 50%;
      background: rgba(209,232,62,0.9); color: #000;
      font-size: 32px; display: flex; align-items: center; justify-content: center;
      transition: transform 0.3s, box-shadow 0.3s;
      box-shadow: 0 0 40px rgba(209,232,62,0.4);
    }
    .video-play-btn:hover { transform: translate(-50%, -50%) scale(1.1); }

    /* ==================== 2.5 Why MileFlask ==================== */
    .mod-why-mf {
      background: #000; padding: 80px 40px 0;
    }
    .why-mf-inner {
      max-width: 1200px; margin: 0 auto;
    }
    .why-mf-title {
      font-size: 48px; font-weight: 700; line-height: 1.366;
      text-align: center; color: #fff; margin-bottom: 60px;
    }
    .why-mf-content {
      display: flex; align-items: center; gap: 60px;margin-top: -90px;
    }
    .why-mf-product {
      flex-shrink: 0; width: 40%; max-width: 500px; text-align:center;
    }
    .why-mf-product img { width: 70%; height: auto; object-fit: contain; }
    .why-mf-info { flex: 1; }
    .why-mf-info h3 {
      font-size: 36px; font-weight: 700; color: #fff; margin-bottom: 12px;
    }
    .why-mf-info .mf-subtitle {
      font-size: 24px; font-weight: 500; color: rgba(255,255,255);
      margin-bottom: 48px;
    }
    .why-mf-info .mf-subtitle span { color: #D1E83E; }
    /* Progress bars */
    .range-bar { margin-bottom: 20px; }
    .range-label {
      font-size: 14px; font-weight: 600; margin-bottom: 6px;
    }
    .range-label.others { color: rgba(255,255,255,0.5); }
    .range-label.mileflask { color: #D1E83E; }
    .range-track {
      height: 16px;
      position: relative;
		 position:relative;
    }
    .range-fill {
      height: 100%;
      clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    }
    .range-fill.others-fill {
      background: linear-gradient(90deg, #1B1B1B 0%, #818181 100%);
      width: 12.5%;
    }
    .range-fill.mf-fill {
      background: linear-gradient(279.61deg, #D1E83E 1.24%, #4E590A 78.59%);
      width: 88.5%;
      clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
      transition: clip-path 1s ease;
    }
    .range-fill.mf-fill.animated {
      clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    }
    .range-value {
		 position:absolute;
      font-size: 14px; font-weight: 700; margin-top: 4px;
      text-align: right;
    }

    .range-value.others { color: rgba(255,255,255,0.5);left:14%;top: -30%; }
    .range-value.mileflask { color: #D1E83E;left:90%;top: -30%; }
.tab-content-wrapper .phone-wrapper img.desktop {
			display:block;
		}
		.tab-content-wrapper .phone-wrapper img.phone {
			display:none;
		}
    @media (max-width: 768px) {
      .why-mf-content { flex-direction: column; gap: 32px; }
      .why-mf-product { width: 60%; max-width: 300px; }
      .why-mf-title { font-size: 28px; margin-bottom: 40px; }
      .why-mf-info h3 { font-size: 16px; }
      .why-mf-info .mf-subtitle { font-size: 14px; margin-bottom: 32px; }
      .mod-why-mf { padding: 60px 20px; }
    }

    /* ==================== 3. Selling Points ==================== */
    .mod-selling-points {
      background: transparent;
		max-width:1280px;
		margin-left:auto;
		margin-right:auto;
    }
	.mod-selling-points .module-inner {
		padding-top:0;
	}
.mod-selling-points .desktop {
	display:block;
}
.mod-selling-points .phone {
	display:none;
}
.mod-scenes .module-inner {
		padding-bottom:0;
	}
    .sp-grid {
      display: grid;
      grid-template-columns: 508fr 409fr 303fr;
      gap: 20px;
      max-width: 1261px; margin: 48px auto 0;
    }
    .sp-grid-row2 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      max-width: 1261px; margin: 20px auto 0;
    }
    .sp-card {
      border-radius: 20px; overflow: hidden;
      position: relative;
      aspect-ratio: auto;
      display: flex; flex-direction: column;
      transition: transform 0.3s;
    }
    .sp-card:hover { transform: translateY(-4px); }
    .sp-card img {
      width: 100%; display: block;
    }
    .sp-card .sp-overlay { display: none; }
    .sp-card h3 {
      font-size: 18px; font-weight: 700; color: #fff;
    }

    /* ==================== 3.5 How It Works ==================== */
    .mod-how-it-works {
      position: relative; overflow: hidden;
      margin: 0 calc(100vw * 140 / 1920);
    }
    .smPic1 {
      position: absolute;
      top: 14%;
    width: calc(100vw * 180 / 1920);
      right: 12%;
    }
    .smPic2 {
      position: absolute;
      bottom: 6%;
      width: calc(100vw * 180 / 1920);
      left: 7%;
    }
    .hiw-bg {
      width: 100%; display: block;border-radius:20px;
    }
/*
   .hiw-overlay {
      position: absolute; top: 0; left: 0; width: 100%; height: 100%;
      background: rgba(0,0,0,0);
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      padding: 40px 20px;
      transition: background 0.6s ease;
    }
    .hiw-overlay.visible {
      background: rgba(0,0,0,0.45);
    }
    .woocommerce-tabs.wc-tabs-wrapper h2.hiw-title {
      font-family: 'Manrope', sans-serif;
      font-size: 64px; font-weight: 700; color: #fff;
      margin-bottom: 32px; text-align: center;
      opacity: 0; transform: translateY(40px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }
    .hiw-cards {
      display: flex; gap: 24px; justify-content: center;
      flex-wrap: wrap; max-width: 1000px;
    }
    .hiw-card {
      flex: 1; min-width: 200px; max-width: 280px;
      text-align: center;
      opacity: 0; transform: translateY(50px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }
    .hiw-card h4 {
      font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 10px;
    }
    .hiw-card p {
      font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.6;
    }
    .woocommerce-tabs.wc-tabs-wrapper .hiw-overlay.visible h2.hiw-title {
      opacity: 1; transform: translateY(0); transition-delay: 0.5s;
    }
    .hiw-overlay.visible .hiw-card {
      opacity: 1; transform: translateY(0);
    }
    .hiw-overlay.visible .hiw-card:nth-child(1) { transition-delay: 0.8s; }
    .hiw-overlay.visible .hiw-card:nth-child(2) { transition-delay: 1s; }
    .hiw-overlay.visible .hiw-card:nth-child(3) { transition-delay: 1.2s; }
    @media (max-width: 768px) {
      .mod-how-it-works { margin: 60px 16px; border-radius: 14px;font-size:0; }
      .hiw-title { font-size: 28px; margin-bottom: 24px; }
		.woocommerce-tabs.wc-tabs-wrapper h2.hiw-title {
			font-size:16px;
			margin-bottom: 12px;
		}
      .hiw-card { min-width: initial;max-width:initial; }
      .hiw-card h4 { font-size: 12px; }
      .hiw-card p { font-size: 8px; }
    }*/
/*.hiw-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.45);
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    padding: 40px 20px;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.8s ease;
}

.hiw-overlay.visible {
    clip-path: inset(0 0 0% 0);
}*/
.hiw-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    padding: 40px 20px;
    /* 内容默认可见，但伪元素遮住 */
    overflow: hidden;
}

/* 用伪元素作为真正的蒙版背景 */
.hiw-overlay::before {
    content: '';
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.45);
    /* 初始状态：向上偏移，完全在视野外 */
    transform: translateY(-100%);
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.hiw-overlay.visible::before {
    transform: translateY(0);
}

/* 内容层级要在伪元素之上 */
.hiw-content-box {
    position: relative;
    z-index: 1;
}

/* 文字内容初始全部隐藏 */
.woocommerce-tabs.wc-tabs-wrapper h2.hiw-title {
    font-family: 'Manrope', sans-serif;
    font-size: 64px; font-weight: 700; color: #fff;
    margin-bottom: 32px; text-align: center;
    opacity: 0; transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.hiw-cards {
    display: flex; gap: 24px; justify-content: center;
    flex-wrap: wrap; max-width: 1000px;
}

.hiw-card {
    flex: 1; min-width: 200px; max-width: 280px;
    text-align: center;
    opacity: 0; transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.hiw-card h4 {
    font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 10px;
}

.hiw-card p {
    font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.6;
}

/* 蒙版展开完成后，添加 text-visible 触发文字动画 */
.woocommerce-tabs.wc-tabs-wrapper .hiw-overlay.text-visible h2.hiw-title {
    opacity: 1; transform: translateY(0); transition-delay: 0.2s;
}

.hiw-overlay.text-visible .hiw-card {
    opacity: 1; transform: translateY(0);
}

.hiw-overlay.text-visible .hiw-card:nth-child(1) { transition-delay: 0.4s; }
.hiw-overlay.text-visible .hiw-card:nth-child(2) { transition-delay: 0.6s; }
.hiw-overlay.text-visible .hiw-card:nth-child(3) { transition-delay: 0.8s; }

@media (max-width: 768px) {
    .mod-how-it-works { margin: 60px 16px; border-radius: 14px; font-size: 0; }
    .hiw-title { font-size: 28px; margin-bottom: 24px; }
    .woocommerce-tabs.wc-tabs-wrapper h2.hiw-title {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .hiw-card { min-width: initial; max-width: initial; }
    .hiw-card h4 { font-size: 12px; }
    .hiw-card p { font-size: 8px; }
}

    /* ==================== 4. Scene Carousel ==================== */
    .mod-scenes {
      background: transparent; overflow: hidden;
    }
    .scene-header { text-align: center; margin-bottom: 8px; }
    .scene-subtitle {
      font-size: 24px; font-weight: 700; color: #fff; margin-bottom: 6px;
    }
    .scene-desc {
      font-size: 18px; color: #fff; margin-bottom: 32px;
    }
    .scene-carousel {
      position: relative;
      /*max-width: 1440px;*/ margin: 0 auto;
      /* overflow: visible; */
      overflow: hidden;
      padding: 30px;
    }
    .scene-track {
      display: flex; align-items: center;
      transition: transform 0.6s ease;
      will-change: transform;
    }
    .scene-slide {
      flex-shrink: 0;
      width: 33.333%;
		 width: 50%;
      padding: 0 8px;
      transition: transform 0.6s ease, opacity 0.6s ease;
      transform: scale(0.85);
      opacity: 0.5;
    }
    .scene-slide.active {
      transform: scale(1.15);
      opacity: 1;
      z-index: 2;
      border-radius: 20px;
    }
    .scene-slide img {
      width: 100%; aspect-ratio: 4/3; object-fit: cover;
      border-radius: 16px;
    }

  .scene-carousel {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
}

.scene-track {
  display: flex;
  align-items: center;
  transition: transform 0.6s ease;
  will-change: transform;
}

.scene-slide {
  flex-shrink: 0;
  width: 50vw;            /* ✅ 固定 vw，不随容器比例变化 */
  padding: 0 8px;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform: scale(0.92);
  opacity: 0.6;
  box-sizing: border-box;
}

.scene-slide.active {
  transform: scale(1.06);
  opacity: 1;
  z-index: 2;
}

.scene-slide img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
    /* ==================== 5. Night Vision Compare Slider ==================== */
    .mod-night-vision {
      background: transparent;
    }
    .nv-compare-slider {
      position: relative; margin: 48px auto 0;
      border-radius: 20px; overflow: hidden;
      cursor: ew-resize; user-select: none;
      -webkit-user-select: none;
		font-size:0;height: 75vh;
    aspect-ratio: 774 / 521;
    }
    .nv-compare-slider img {
      width: 100%; display: block;
    }
    .nv-bw {
      position: absolute; top: 0; left: 0; width: 100%; height: 100%;
      clip-path: inset(0 50% 0 0);
    }
    .nv-bw img {
      width: 100%; height: 100%; object-fit: cover;
    }
    .nv-divider {
      position: absolute; top: 0; height: 100%; width: 4px;
      background: #fff; left: 50%; transform: translateX(-50%);
      z-index: 3; pointer-events: none;
    }
    /*.nv-divider::after {
      content: ''; position: absolute;
      top: 50%; left: 50%; transform: translate(-50%, -50%);
      width: 40px; height: 40px; border-radius: 50%;
      background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.3);
      pointer-events: none;
    }
    .nv-divider::before {
      content: '◀ ▶'; position: absolute;
      top: 50%; left: 50%; transform: translate(-50%, -50%);
      font-size: 12px; color: #333; z-index: 4;
      pointer-events: none; white-space: nowrap;
    }*/
    .nv-label-left, .nv-label-right {
      position: absolute; bottom: 20px; z-index: 2;
      font-size: 14px; font-weight: 600; padding: 6px 16px;border-radius: 20px; background: rgba(255, 255, 255, 0.15);color: #fff;border:1px solid #fff;
    }
    .nv-label-left { left: 20px; }
    .nv-label-right { right: 20px; color: #D1E83E; }

    /* ==================== 5.5 Interactive Map Module ==================== */
    .mod-interactive-map {
      background: transparent;
    }
    .imap-wrapper {
      position: relative; max-width: 1280px; margin: 0 auto;
      border-radius: 20px; margin-top: 10%;
      padding: 0 2%;
    }
    .imap-bg {
      width: 100%; display: block;
    }
    .imap-phone {
      position: absolute; top: -20%; left: 61%; transform: translateX(-50%);
      width: 88%; z-index: 4;
    }
    .imap-phone img { width: 100%; }
    /* .imap-phone-screen {
      position: absolute; top: 14.5%; left: 7.6%;
      width: 54%; height: 50.6%;
      overflow: hidden; border-radius: 0px; background: #000;
    } */
    .imap-screen-body {
      position: absolute; top: 0; left: 0; width: 100%; height: 100%;
      overflow: hidden;
    }
    .imap-phone-screen {
      position: absolute;
      top: -7.5%;
      left: 22%;
      width: 50%;
      aspect-ratio: 1.92;
      overflow: hidden;
      border-radius: 0px;
      background: #000;
      z-index: 11;
    }
    .imap-screen-img {
      width: 100%; height: 100%; object-fit: cover;
      transition: opacity 0.4s ease;
      position: absolute; top: 0; left: 0;
    }
    .imap-grid-slide {
      position: absolute; top: 0; left: 0; width: 100%; height: 100%;
      transition: opacity 0.4s ease;
    }
    .imap-grid-slide img {
      width: 100%; height: 100%; object-fit: cover;
    }
    .imap-back-btn {
      position: absolute; top: 4px; left: 4px; z-index: 5;
      width: 40px; height: 40px;
      cursor: default; line-height: 1;
    }
    .imap-back-btn img {
      width: 100%; height: 100%; object-fit: contain;
    }
    .imap-screen-dots {
      position: absolute; bottom: 6px; left: 50%; transform: translateX(-50%);
      display: flex; justify-content: center; gap: 6px;
      z-index: 6;
    }
    .imap-dot {
      width: 5px; height: 5px; border-radius: 50%;
      background: rgba(255,255,255,0.3); cursor: pointer;
      transition: all 0.3s;
    }
    .imap-dot.active {
      width: 16px; border-radius: 3px;
      background: #D1E83E;
    }
    .imap-positions {
      position: absolute; top: 0; left: 0; width: 100%; height: 100%;
      z-index: 5;
    }
    .imap-pin {
      position: absolute; cursor: pointer;
      transition: transform 0.3s ease;
      transform: translate(-50%, -100%);
    }
    .imap-pin img { width: 40px; height: 40px; }
    /*.imap-pin:hover { transform: translate(-50%, -100%) scale(1.3); }*/
    .imap-pin .pin-on { display: none; }
    .imap-pin.active .pin-off { display: none; }
    .imap-pin.active .pin-on { display: block; }
    .imap-positions .imap-pin:nth-child(1) {top: 42%;left: 15%;}
.imap-positions .imap-pin:nth-child(2) {top:65.5%;left:11.5%}
.imap-positions .imap-pin:nth-child(3) {top:68%;left:32%;}
.imap-positions .imap-pin:nth-child(4) {top:52%;left:56.9%;}
.imap-positions .imap-pin:nth-child(5) {top:68%;left:54%;}
.imap-positions .imap-pin:nth-child(6) {top:83%;left:63.8%;}
.imap-positions .imap-pin:nth-child(7) {top:90%;left:73.5%;}
.imap-positions .imap-pin:nth-child(8) {top:61%;left:79.1%;}
    @media (max-width: 768px) {
      .imap-phone { width: 50%; top: 5%; }
      .imap-pin img { width: 24px; height: 24px; }
		.imap-positions .imap-pin:nth-child(1) {top:43%;left:14%;}
		.imap-positions .imap-pin:nth-child(2) {top:66%;left:10.8%}
.imap-positions .imap-pin:nth-child(3) {top:68%;left:32%;}
.imap-positions .imap-pin:nth-child(4) {top:53%;left:56.9%;}
.imap-positions .imap-pin:nth-child(5) {top:69%;left:54%;}
.imap-positions .imap-pin:nth-child(6) {top:84%;left:63.8%;}
.imap-positions .imap-pin:nth-child(7) {top:91%;left:74%;}
.imap-positions .imap-pin:nth-child(8) {top:62%;left:79.1%;}
		.section-header p {
			padding:0 16px;
		}
		.range-track {height: 10px;}
		.scene-slide {
			width:70vw;
		}
    }


    /* ==================== 8. Smart App ==================== */
    .mod-app {
      background: transparent;
      max-width: 1280px;
      margin: 0 auto;
      padding: 60px 40px;
    }
    .section-header {
      text-align: center;
      margin-bottom: 40px;
    }

    .section-header h2 {
      font-size: 36px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 12px;
    }

    .section-header p {
      font-size: 18px;
      color: #fff;
      margin: 0 auto;
      line-height: 1.6;
    }

    /* Tab Nav */
    .tab-nav {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #333;
      margin-bottom: 50px;
      position: relative;
    }

    .tab-item {
      text-align: center;
      padding: 12px 10px;
      cursor: pointer;
      font-size: 20px;
      color: #888;
      position: relative;
      transition: color 0.3s;
      user-select: none;
    }

    .tab-item:hover {
      color: #ccc;
    }

    .tab-item.active {
      color: #fff;
    }

    /* 进度条底部线 */
    .tab-item::after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 50%;
      transform: translateX(-50%);
      width: 0%;
      height: 4px;
      background-color: #fff;
      transition: none;
    }

    .tab-item.active::after {
      width: 100%;
    }

    /* 自动播放进度动画 */
    .tab-item.playing::after {
      animation: progressBar var(--duration, 3s) linear forwards;
    }

    @keyframes progressBar {
      from { width: 0%; }
      to { width: 100%; }
    }

    /* Tab Content */
    .tab-content-wrapper {
      position: relative;
      min-height: 360px;
    }

    .tab-panel {
      display: none;
      align-items: center;
      gap: 20px;
    }

    .tab-panel.active {
      display: flex;
    }

    .tab-text {
      flex: 1;
      padding: 30px;
    }

    .tab-text h3 {
      font-size: 26px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 20px;
      line-height: 1.3;
    }

    .tab-text p {
      font-size: 16px;
      color: #fff;
      line-height: 1.8;
    }

    /* Phone Mockup */
    .phone-wrapper {
      padding-right: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .phone-wrapper img {width: 300px;}

    /* 淡入动画 */
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(16px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .tab-panel.active {
      animation: fadeInUp 0.4s ease forwards;
    }

    .two-finish {
      max-width: 1000px;
      margin: 0 auto;
      margin-top: 40px;
    }
    .two-finish-pics {
      display: flex;
      gap:50px;
    }
    .two-finish-pics.hide {
      display: none;
    }
    .picTypeCheck .hide {
      display: none;
    }
    .picTypeCheck {
      margin-top: 20px;
      display: flex;
      justify-content: center;
      gap:50px;
    }
    .picTypeCheck img {width: 60px; height:60px;}
    .picTypeCheck br {display:none;}



    /* ==================== 9. Installation ==================== */
    .mod-install {
      background: transparent;
    }
    .install-grid {
      display: grid; grid-template-columns: repeat(2, 1fr);
      gap: 20px; margin-top: 48px;
      max-width: 1200px; margin-left: auto; margin-right: auto;
    }
    .install-card {
      border-radius: 20px; overflow: hidden;
      background: rgba(255,255,255,0.05);
    }
    .install-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
    .install-card .install-info {
      padding: 20px;
    }
    .install-card h4 {
      font-size: 18px; font-weight: 700; color: #fff;
    }
    .install-card p {
      font-size: 14px; color: rgba(255,255,255,0.5); margin-top: 8px;
    }

    /* ==================== 10. As Seen In ==================== */
    .as-seen-in {
      max-width: 1000px;
      margin: 0 auto;
      margin-top:100px;
    }

    .as-seen-in h1 {
      text-align: center;
      font-size: 36px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 60px!important;
    }

    /* Card */
    .news-card {
      display: flex;
      align-items: center;
      gap: 60px;
      margin-bottom: 70px;
		text-decoration: none;
	  color: inherit;
	  cursor: pointer;
    }

    .news-card.reverse {
      flex-direction: row-reverse;
      text-align: center;
    }
	.news-card:hover {
	  opacity: 0.9;            /* 可选：hover 时轻微变暗提示可点击 */
	}

    /* Image */
    .news-img {
      flex-shrink: 0;
      width: 480px;
      border-radius: 12px;
      overflow: hidden;
    }

    .news-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 12px;
    }

    /* Text */
    .news-text {
      flex: 1;
    }

    .news-logo {
      margin-bottom: 24px;
    }

    .news-logo img {
      object-fit: contain;
    }

    /* PR Newswire 文字 logo */
    .logo-pr {
      font-size: 32px;
      font-weight: 800;
      color: #fff;
      letter-spacing: -0.5px;
      display: inline-flex;
      align-items: flex-start;
    }

    .logo-pr sup {
      font-size: 14px;
      font-weight: 400;
      margin-top: 6px;
      margin-left: 1px;
    }

    .news-title {
      font-size: 20px;
      font-weight: 400;
      color: #ddd;
      line-height: 1.6;
    }

    .news-card.reverse .news-text {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }

    .news-card.reverse .news-title {
      text-align: right;
      font-size: 18px;
      color: #ccc;
    }

    /* TMCnet logo 样式 */
    .logo-tmc {
      height: 56px;
      margin-bottom: 20px;
    }

    @media (max-width: 768px) {
      /*.news-card,
      .news-card.reverse {
        flex-direction: column;
        gap: 30px;
      }*/
		.newsCards {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding: 0 16px;
    box-sizing: border-box;
    scrollbar-width: none;
  }

  .newsCards::-webkit-scrollbar {
    display: none;
  }

  /* 每张卡片 */
  .newsCards .news-card {
    flex: 0 0 75%;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    cursor: pointer;
	 gap:8px;
    margin-bottom: 30px;
  }

  /* 图片区域 */
  .newsCards .news-card .news-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .newsCards .news-card .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* logo */
  .newsCards .news-card .news-logo {
    margin-bottom: 6px;
  }

  /* 标题 */
  .newsCards .news-card .news-title {
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
  }

  /* 去掉 reverse 在手机的影响 */
  .newsCards .news-card.reverse {
    flex-direction: column;
  }

      .news-img {
        width: 100%;
      }

      .as-seen-in h2 {
        font-size: 30px;
      }

      .news-title {
        font-size: 16px;
      }
    }

    /* ==================== 11. MF Compare ==================== */
    .Built-real-life .header {
            text-align: center;
            margin-bottom: 40px;
            padding: 0 20px;
        }

    .Built-real-life   .header h1 {
            font-size: 28px;
            font-weight: bold;
            color: #ffffff;
            margin-bottom: 10px;
        }

    .Built-real-life .header p {
            font-size: 14px;
            color: #a0b0a0;
        }

        /* ── Outer centering container ── */
        .reviews-outer {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 24px;
        }

        .reviews-section {
            padding: 24px;
            overflow: hidden;
                margin-top: 30px;
        }

        .section-title {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom:4px;
            padding-right: 24px;
        }

        .section-title .dot {
            width: 10px;
            height: 10px;
            background-color: #D1E83E;
            border-radius: 50%;
            flex-shrink: 0;
        }

        .section-title span {
            font-size: 14px;
            font-weight: bold;
            color: #ffffff;
        }

        /* ── Slider ── */
      .Built-real-life .slider-wrapper {
            overflow: hidden;
            cursor: grab;
            user-select: none;
        }

      .Built-real-life .slider-wrapper:active {
            cursor: grabbing;
        }

     .Built-real-life .slider-track {
            display: flex;
            gap: 16px;
            will-change: transform;
        }

        /* ── Slide Card ── */
      .Built-real-life .slide-card {
            flex: 0 0 calc(50% - 20px);
            border-radius: 14px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            gap:16px;
        }

        /* TOP: Two images side by side */
      .Built-real-life .slide-images {
            display: flex;
            gap: 3px;
            flex-shrink: 0;
        }

      .Built-real-life .slide-image {
            flex: 1;
            overflow: hidden;
        }

      .Built-real-life .slide-image > div {
            width: 100%;
            height: 100%;
        }

        /* BOTTOM: image + text */
      .Built-real-life .slide-review {
            background: #FAF8F50D;
            display: flex;
            flex: 1;
            min-height: 130px;
            border-radius: 10px;
        }

      .Built-real-life .slide-review-image {
            width: 105px;
            flex-shrink: 0;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            padding: 12px;
        }
      .Built-real-life .slide-review-image  .user-info {
        flex:1;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
      }


      .Built-real-life .slide-review-text {
            flex: 1;
            padding: 12px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .user-info {
            display: flex;
            align-items: center;
            gap: 6px;
            margin-bottom: 6px;
        }

        .user-id {
            font-size: 12px;
            color: #fff;
            font-weight: bold;
			text-align:center;
        }

        .flag img {
          height: 24px;
        }

        .review-text {
            font-size: 11px;
            color: #a0b8a0;
            line-height: 1.6;
            flex: 1;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
        }

        .review-date {
            font-size: 10px;
            color: #fff;
            margin-top: 2px;
            text-align: center;
        }

      .Built-real-life .slide-card2 {
          border-radius: 10px;
          overflow: hidden;
          display: flex;
          gap:16px;
          background: #FAF8F50D;
          padding: 16px;
      }
      .review-section {
      max-width: 1000px;
      margin: 0 auto;
    }

    .review-title {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 20px;
    }

    .review-title .dot {
      width: 10px;
      height: 10px;
      background: #8bc34a;
      border-radius: 50%;
      flex-shrink: 0;
    }

    /* 滑动容器外层 */
    .slider-wrapper {
      position: relative;
      cursor: grab;
    }

    .slider-wrapper.dragging {
      cursor: grabbing;
    }

    /* 滚动区域 */
    .slider-track {
      display: flex;
      gap: 14px;
      /* overflow-x: auto; */
      padding-bottom: 8px;
      scrollbar-width: none;
      -ms-overflow-style: none;
      /* 禁止拖拽时选中文字 */
      user-select: none;
    }

    .slider-track::-webkit-scrollbar {
      display: none;
    }

    /* 卡片 */
    .review-card {
      background: #2a2f2a;
      border-radius: 10px;
      padding: 18px 16px;
      min-width: 280px;
      max-width: 280px;
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      gap: 12px;
      /* 防止拖拽时触发链接 */
      pointer-events: auto;
    }

    .card-header {
      flex-shrink: 0;
    }
    .card-header img {width: 60px;}
    .card-body {display: flex; flex-direction: column; gap:16px;}
    .card-body a {color: #7EBBF4;font-size: 12px;text-decoration: underline;}
    /* ==================== 12. User Reviews ==================== */
    .reviews-section {
            width: 100%;
            padding: 0 0px;
        }

        .reviews-header {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 24px;
        }

        .reviews-header .dot {
            width: 12px;
            height: 12px;
            background-color: #8bc34a;
            border-radius: 50%;
            flex-shrink: 0;
        }

        .reviews-header h2 {
            color: #ffffff;
            font-size: 20px;
            font-weight: 600;
            letter-spacing: 0.3px;
        }

        .slider-outer {
            overflow: hidden;
        }

        .slider-wrapper {
            display: flex;
        }

        .slider-track {
            display: flex;
            gap: 16px;
            cursor: grab;
            user-select: none;
            padding: 8px 4px;
        }

        .slider-track.dragging {
            cursor: grabbing;
        }

        .review-card {
            flex: 0 0 340px;
            background-color: #363a36;
            border-radius: 12px;
            padding: 20px;
            display: flex;
            flex-direction: column;
            gap: 14px;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .review-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
        }

        .reviewer-info {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .reviewer-avatar {
            width: 44px;
            height: 44px;
            border-radius: 8px;
            background-color: #e8a020;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .avatar-placeholder {
            font-size: 22px;
        }

        .reviewer-name {
            color: #d4c5a0;
            font-size: 13px;
            font-weight: 500;
        }

        .review-text {
            color: #c8c8c0;
            font-size: 13.5px;
            line-height: 1.65;
            flex: 1;
        }

        .review-link {
            color: #6ab0d4;
            font-size: 12.5px;
            text-decoration: none;
            line-height: 1.5;
            display: block;
            transition: color 0.2s ease;
        }

        .review-link:hover {
            color: #8fd0f0;
            text-decoration: underline;
        }

    /* ==================== 13. Warranty ==================== */
    /* Built for Real Life Section */
.Built-real-life {

  padding: 60px 20px;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.Built-real-life .header {
  text-align: center;
  margin-bottom: 50px;
}

.Built-real-life .header h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
}

.Built-real-life .header p {
  font-size: 15px;
  color: #aaa;
}

/* 外层 */
.reviews-outer {
  max-width: calc(100% - 100vw * 60 / 1920);
  margin: 0 auto 50px;
}

.reviews-section {
  width: 100%;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}

.section-title .dot {
  width: 10px;
  height: 10px;
  background: #8bc34a;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ── Slider 通用 ── */
.slider-wrapper {
  position: relative;
  overflow: hidden;
  cursor: grab;
}

.slider-wrapper.dragging {
  cursor: grabbing;
}

.slider-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  user-select: none;
}

/* ── Slide Card 1：Real Customer Reviews ── */

/* ── Slide Card 2：Review Reports ── */
.slide-card2 {
  width: calc(30% - 10px);
  /* margin-right: 14px;
  background: #2a2f2a;
  border-radius: 10px;
  padding: 18px 16px;
  display: flex;
  gap: 14px; */
  flex-shrink: 0;
}

.slide-card2 .card-header img {
  /* width: 100%;
  height: auto;
  display: block;
  border-radius: 6px; */
  pointer-events: none;
}

.slide-card2 .card-body p {
  font-size: 13px;
  color: #ccc;
  line-height: 1.7;
  margin-bottom: 10px;
}

.card-link {
  font-size: 12px;
  color: #6ab04c;
  text-decoration: underline;
  line-height: 1.5;
  display: block;
}

.card-link:hover {
  color: #8bc34a;
}

/* ── Slide Card 3：Video Reviews ── */
.slide-card3 {
  width: calc(30% - 10px);
  margin-right: 14px;
  flex-shrink: 0;
}

.youtube_video {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #2a2f2a;
}
.video_inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: calc(100% - 24px);
  margin: 12px;
}
.video_poster {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.playIcon {
  width: 32px;
  pointer-events: none;
}

.video_desc {
  padding: 0;
}

.video_desc .row1 {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video_desc .row2 {
  font-size: 12px;
  color: #fff;
}

/* 指示点 */
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
}

.slider-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #444;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}

.slider-dot.active {
  background: #8bc34a;
  transform: scale(1.3);
}
.Get-Started {
  max-width: 1200px;
  margin: 0 auto;
}
.Get-Started .header {
  text-align: center;
  margin: 30px 0;
}
.Get-start-body {
  display: flex;
  gap:30px;
  align-items: center;
}
.Get-start-body .left {
  flex-shrink: 0;
}
.Get-start-body .left img, .Get-start-body .right img{ display: inline-block;}
.Get-start-body .right {padding:0 16px;}
.Get-start-body .right .row2 {
  padding: 20px 60px;
}
.Get-start-body .right .row3 {
  text-align: right;
}
.What-in-box {
	padding:50px;
	background: url(/wp-content/uploads/2026/05/mf_in_box_bg-scaled.png) center center / 100% auto no-repeat;
	mask-image: linear-gradient(to bottom, transparent 0%, black 5%, black 98%, transparent 100% );
}
.What-in-box .header {
  text-align: center;
  margin: 30px;
}
.What-in-box-group {
  display: flex;
  gap:20px;
  justify-content: center;
  align-items: stretch;
}
.What-in-box-group .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  gap:30px;
}
.What-in-box-group .item img {
  max-width: 100px;
  margin: 0 auto;
}
.What-in-box-group .item >div:last-child {
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.choose-kit {
  margin-top: 80px;
}
.choose-kit .header {
  text-align: center;
  margin: 30px;
}
.kit-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

.kit-item {
  position: relative;
  aspect-ratio: 2.47;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.kit-item:nth-child(1) { background-image: url(/wp-content/uploads/2026/05/kit-p1.png); }
.kit-item:nth-child(2) { background-image: url(/wp-content/uploads/2026/05/kit-p2.png); }
.kit-item:nth-child(3) { background-image: url(/wp-content/uploads/2026/05/kit-p3.png); }
.kit-item:nth-child(4) { background-image: url(/wp-content/uploads/2026/05/kit-p4.png); }
.kit-item:nth-child(5) { background-image: url(/wp-content/uploads/2026/05/kit-p5.png); }
.kit-item:nth-child(6) { background-image: url(/wp-content/uploads/2026/05/kit-p6.png); }
.kit-item:nth-child(7) { background-image: url(/wp-content/uploads/2026/05/kit-p7.png); }
.kit-item:nth-child(8) { background-image: url(/wp-content/uploads/2026/05/kit-p8.png); }

.kit-item {
  transition: transform 0.2s ease;
  padding: 18px 12px 24px;
}

.kit-item:hover {
  transform: scale(1.02);
}

/* ✅ 内容层级要高于遮罩 */
.kit-item .kit-info,
.kit-item .kit-price {
  position: absolute;
  z-index: 1;
}

/* 右上角信息区 */
.kit-item .kit-info {
  top: 14px;
  right: 14px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.kit-item .kit-title {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}

.kit-item .kit-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
}

.kit-item .kit-badge.white {
  background: #ffffff;
  color: #222;
}

.kit-item .kit-badge.camo {
  background: #c6f135;
  color: #222;
}

/* 右下角价格 */
.kit-item .kit-price {
  bottom: 14px;
  right: 14px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.buttonPanel {
  padding: 40px;
  text-align: center;
}
.buyButton {
  width: 340px;
  height: 56px;
  background: #D1E83E;
  border-radius: 28px;
  color:#25291C;
  font-size: 26px;
}
    /* ==================== Responsive ==================== */
@media (min-width:1280px) {
	.hiw-content-box {width: 90%;}
	.hiw-cards {
		max-width:initial;
		margin-left: auto;
		margin-right: auto;
	}
	.woocommerce-tabs.wc-tabs-wrapper .hiw-content-box h2.hiw-title {
		margin-bottom: clamp(2rem, -1.375rem + 3.75vw, 3.125rem);
	}
	.hiw-card p  {
		font-size:clamp(0.875rem, -0.25rem + 1.25vw, 1.25rem);
	}
	.hiw-cards {
		justify-content:space-around;
	}
	.hiw-card {
		max-width:320px;
		flex:1;
	}
	.hiw-card h4 {
		font-size:clamp(1.25rem, -0.25rem + 1.6667vw, 1.75rem);
	}
}
    @media (max-width: 1024px) {
      .s-title { font-size: 36px; }
      .s-subtitle { font-size: 18px; }
      .sp-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
      .sp-grid-row2 { grid-template-columns: repeat(2, 1fr); }
      .reviews-grid { grid-template-columns: repeat(2, 1fr); }
      .kits-grid { grid-template-columns: repeat(2, 1fr); }
      .inbox-grid { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 768px) {
      .module-inner { padding: 0px 20px; }
      .s-title { font-size: 28px; }
      .s-subtitle { font-size: 14px; }
		.sp-row {
		  display: grid;
		  grid-template-columns: 1fr 1fr;
		  gap: 16px;
		}
		.why-mf-product img {
			height:300px;
		}
		    .sp-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .sp-grid-row2 {
        grid-template-columns: 1fr;
    }
      .install-grid { grid-template-columns: 1fr; }
      .reviews-grid { grid-template-columns: 1fr; }
      .kits-grid { grid-template-columns: 1fr; }
      .inbox-grid { grid-template-columns: repeat(2, 1fr); }
      .mod-video { padding: 0 20px; }
      .media-logos { gap: 24px; }
      .media-logo-item { font-size: 16px; }
      .compare-content img { border-radius: 12px; }
		.why-mf-content {
			margin-top:0;
		}
		.mod-selling-points .desktop {
	display:none;
}
.mod-selling-points .phone {
	display:block;
}
		.two-finish-pics {
    display: flex;
    gap: 10px;
    padding: 0 16px;
}
		.picTypeCheck img {
    width: 40px;
    height: 40px;
}
		.as-seen-in {
			padding:0 16px;
		}
		.entry-content h1 ,.woocommerce-tabs.wc-tabs-wrapper h2.s-title{
    font-size: 20px !important;
}
		.sp-grid {
			margin-top:0;
		}
		.mod-night-vision {
			margin:40px 0;
		}
		.mod-app {
			    padding: 40px 16px;
		}
		.scene-subtitle {
			font-size:15px;
		}
		.imap-wrapper {
			margin-top: 15%;
		}
		.imap-back-btn {
			width:24px;
			height:24px;
		}
		.picTypeCheck {
			gap:10px;
		}
		.picTypeCheck br {
			display:none;
		}
		.imap-phone {
			        width: 90%;
        top: -24%;
		}
		.imap-phone-screen {
			top: -10.5%;
		}
		.as-seen-in {
			    margin-top: 40px;
		}
		.as-seen-in h1{
			margin-bottom:20px!important;
		}
		.as-seen-in .news-card:first-of-type .news-logo img {height: 18px!important;}
		.as-seen-in .news-card:last-child .news-logo img {height: 36px!important;}
		.news-card .news-title,.news-card.reverse .news-title {
			font-size:14px;
		}
		.Built-real-life {padding:0px 20px;}
		.reviews-outer {
			    max-width: calc(100% - 32px);
    margin: 0 auto 20px;
			padding:0;
}
		.reviews-section {
			    padding: 0 0px;
		}
		.Built-real-life .slider-track {
			gap:6px;
		}
		.Built-real-life .slide-card {
			    flex: 0 0 240px;
		}
		
		.Built-real-life .slide-images {
			flex-wrap: wrap;
		}
		.Built-real-life .slide-image {
			flex-basis: 100%;
		}
		.slide-card2 {
			width:240px;
		}
		.slide-card3 {
			width:250px;
		}
		.Get-start-body  {
			    flex-wrap: wrap;
		}
		.Get-start-body .left {
			flex-shrink:initial;
		}
		.Get-start-body .row1 img ,.Get-start-body .row3 img {
			width:20px;
		}
		.Get-start-body .right {
			padding:0 16px;
		}
		.Get-start-body .right .row2 {
			    padding: 10px 20px;
		}
		.What-in-box {
			font-size: 12px;
			padding:30px 10px;
			background: url(/wp-content/uploads/2026/05/mf_in_box_bg-scaled.png) center center / auto 100% no-repeat;mask-image: linear-gradient(to bottom, transparent 0%, black 5%, black 98%, transparent 100% );
		}
		.What-in-box .What-in-box-group:last-child {
			margin-top:20px;
		}
		.What-in-box br {display:none;}
		.What-in-box-group {
			    flex-wrap: wrap;
			gap:12px;
		}
		.What-in-box-group .item img {
			max-width:48px;
		}
		.What-in-box-group .item >div {
			max-width:90px;
			font-size:10px;
		}
		.choose-kit {
			    margin-top: 40px;
		}
		.kit-group {
			padding: 0 16px;
		}
		.buyButton {
			    width: 80%;    height: 44px;    font-size: 20px;
		}
		.tab-item {
			    font-size: 13px;
		}
		.tab-item::after {
			height:2px;
		}
		.tab-panel.active {
			display: flex;
			flex-wrap: wrap;
		}
		.tab-nav {
			margin-bottom: 15px;
		}
		.tab-text {
			padding:16px;
		}
		.tab-text h3 {
			font-size:18px;
			text-align:center;
		}
		.tab-text p {
			font-size:14px;
		}
		.phone-wrapper {
			width: 100%;
			padding-right:0;
			text-align:center;
		}
		.tab-content-wrapper .phone-wrapper img.desktop {
			display:none;
		}
		.tab-content-wrapper .phone-wrapper img.phone {
			display:block;
		}
		
		  .two-finish-pics {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding: 0 16px; /* ✅ 左右都有间距 */
    box-sizing: border-box;
    scrollbar-width: none;
	  margin-left: 16px;
  }
 
  .two-finish-pics::-webkit-scrollbar {
    display: none;
  }

  .two-finish-pics.hide {
    display: none !important;
  }

  .two-finish-pics div {
    flex: 0 0 95%;
    scroll-snap-align: start;
  }

  .two-finish-pics div img {
    width: 100%;
    border-radius: 12px;
    display: block;
  }
    }

/* ===== Built for Real Life ===== */
.Built-real-life {
  padding: 60px 0;
  color: #fff;
}

.brl-header {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 50px;
}
.brl-header h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.brl-header p {
  font-size: 18px;
  color: #fff;
}

/* Section */
.brl-section {
  max-width: 1400px;
  margin: 0 auto 50px;
  padding: 0 24px;
}

.brl-section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.brl-dotT {
  width: 10px;
  height: 10px;
  background: #D1E83E;
  border-radius: 50%;
  flex-shrink: 0;
}
.brl-section {
  max-width: 1400px;
  margin: 0 auto 50px;
  /* 去掉 padding，改到 title 上 */
}

.brl-section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 0 24px; /* ← padding 移到这里 */
}



.brl-track {
  display: flex;
  gap: 16px;
  will-change: transform;
  padding: 0 24px; 
}
.brl-slider {
  overflow: hidden;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}
.brl-slider {
  overflow: hidden;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}
.brl-slider.is-dragging {
  cursor: grabbing;
}

.brl-track {
  display: flex;
  gap: 16px;
  will-change: transform;
}
.brl-track img {
  -webkit-user-drag: none;
  pointer-events: none;
}



/* 外层容器 */
.brl-slider-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* 箭头按钮 */
.brl-arrow {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 0px solid #333;
    background: transparent;
    /*color: #333;*/
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s, opacity 0.2s;
    z-index: 2;
    user-select: none;
}

.brl-arrow:hover {
    background: transparent;
    /*color: #fff;*/
}

/* 禁用状态 */
.brl-arrow.is-disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}
.Built-real-life .brl-section:nth-of-type(3) .brl-arrow {opacity:0;}
/* slider 本体 */
.brl-slider {
    overflow: hidden;
    flex: 1;
    cursor: grab;
}

.brl-slider.is-dragging {
    cursor: grabbing;
}

/* track */
.brl-track {
    display: flex;
    gap: 24px;
    padding: 0 4px;
    will-change: transform;
}

/* 卡片宽度控制（根据你实际需求调整） */
.brl-card {
    flex-shrink: 0;
}

/* ── 圆点分页 ── */
.brl-dots {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}
.brl-dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #666;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    border: none;
    padding: 0;
}
.brl-dot.is-active {
    background: #fff;
    width: 18px;
    border-radius: 4px;
}

@media (max-width: 768px) {
	.brl-slider-wrap {
		flex-direction:column;
		gap:0;
	}
    .brl-arrow {
        display: none !important;
    }
	.brl-slider-wrap > .brl-slider + p {margin-block-start: 0;margin-block-end: 0;}

    /* 每次只展示一个 slide */
    .brl-slider {
        overflow: hidden;
    }
    .brl-track {
        display: flex;
    }
    .brl-card {
        flex: 0 0 100%;
        width: 100%;
    }

    /* 显示圆点 */
    .brl-dots {
        display: flex;
    }
}


/* ===== Card: Review ===== */
.brl-card--review {
  flex: 0 0 540px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 14px;
  overflow: hidden;
  min-height: 120px;
}

.brl-card-images {
  display: flex;
  gap: 3px;
  flex-shrink: 0;
}
.brl-card-images img {
	flex: 1;
	width: calc(50% - 6px);
	aspect-ratio: 1.9;
	object-fit: cover;
	display: block;
	border-radius: 20px;
}

.brl-card-review {
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  padding: 14px;
  display: flex;
  gap: 12px;
  flex: 1;
  min-height:120px;
}

.brl-user {
  flex-shrink: 0;
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items:stretch;
  gap: 6px;
}
.brl-user p {
	flex:1;
	display: flex;
    justify-content: flex-end;
    align-items: self-end;
}
.brl-user p img {
	width:50px;
	    margin: 0 auto;
}
.brl-user-name {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.brl-flag {
  height: 20px;
  width: auto;
}
.brl-date {
  font-size: 10px;
  color: #fff;
  text-align: center;
}

.brl-text {
  font-size: 12px;
  color: #ffffff;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

/* ===== Card: Report ===== */
.brl-card--report {
  flex: 0 0 360px;
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  padding: 18px;
  display: flex;
  flex-direction: row;
	align-items:flex-start;
  gap: 14px;
}

.brl-report-header {
  display: flex;
  align-items: center;
  gap: 10px;
	    flex-shrink: 0;
}
.brl-report-header img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 8px;
}
.brl-report-header span {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.wp-singular a.brl-link:where(:not(.wp-element-button)) {color: #7EBBF4; text-decoration: underline;}
.brl-link {
  font-size: 12px;
  color: #7EBBF4;
  text-decoration: underline;
  line-height: 1.5;
  display: block;
  margin-top: 20px;
}
.brl-link:hover { color: #7EBBF4; }

/* ===== Card: Video ===== */
.brl-card--video {
  flex: 0 0 360px;
}

.brl-video-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #1a1a1a;
}
.brl-video-poster {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.brl-video-bar {
  position: absolute;
  top: 0; left: 0;
  display:flex;align-items:center;
  width: 100%;padding: 10px 12px;gap: 10px;
}
.brl-play {
  width: 28px;
  height: auto;
  flex-shrink: 0;
}
.brl-video-title {
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.brl-video-channel {
  font-size: 11px;
  color: #fff;
}
.video-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

video {
  width: 100%;
  display: block;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 24px;
  border: none;
  cursor: pointer;
  display: none; /* 默认隐藏，视频播放中不显示 */
}

.video-play-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  cursor: pointer;
  display: none;
  transition: background 0.2s;
}

.video-play-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.video-play-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent white;
}

.brl-struggle {
  color: #fff;
  padding: 60px 40px;
  font-family: sans-serif;
}

.brl-struggle__title {
  text-align: center;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  margin: 0 0 48px!important;
  color: #fff;
}
.entry-content h1.brl-struggle__title {
	margin: 0 0 48px!important;
}
.brl-struggle__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}

.brl-struggle__item {
  display: flex;
  align-items: center;
  gap: 24px;
}

.brl-struggle__img-wrap {
  flex-shrink: 0;
  width: 240px;
  height: 180px;
  border-radius: 8px;
  overflow: hidden;
}

.brl-struggle__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brl-struggle__text h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: #fff;
}

.brl-struggle__text p {
  font-size: 0.95rem;
  color: #ccc;
  margin: 0;
  line-height: 1.5;
}


.brl-separate {
	background: #2e3328;
	padding: 48px 32px;
	font-family: sans-serif;
	max-width: 1440px;
	border-radius: 20px;
	margin: 30px auto 60px;
}

.brl-separate__title {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 32px;
}
.wp-singular a.brl-separate__btn:where(:not(.wp-element-button)) {
	color:#000;
}
.brl-separate__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  max-width: 1280px;
  margin: 0 auto;
}

.brl-separate__card {
  background: #fff;
  border-radius: 12px;
  padding: 20px 16px;
  display: flex;
	align-items: stretch;
	gap: 0;
}

.brl-separate__card img {
  width: 50%;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.brl-separate__info {
	width:50%;
  display: flex;
  flex-direction: column;
  gap: 6px;
	text-align:center;
}

.brl-separate__name {
  font-size: 22px;
  color: #333;
  margin: 0;
  line-height: 1.4;
}
.separate_info_name {
	flex:1;
	margin:40px 0;
}
.addition-text {
	color:#000;
	font-size:18px;
}

.brl-separate__price {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin: 0;
}

.brl-separate__delprice {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin: 0;text-decoration:line-through;
}
.brl-separate__btn {
  display: inline-block;
  background: #c8f135;
  color: #111;
	font-size: 16px;
	font-weight: 500;
	padding: 6px 24px;
  border-radius: 20px;
  text-decoration: none;
  width: fit-content;
}

.brl-separate__btn:hover {
  background: #b5e020;
}

/* 第4个card 单独占左边一格 */
.brl-separate__card:nth-child(4) {
  grid-column: 1;
}

@media (max-width: 640px) {
  .brl-separate__grid {
    grid-template-columns: 1fr;
  }
  .brl-separate__card:nth-child(4) {
    grid-column: auto;
  }
	.brl-separate__btn {
		font-size: 14px;
		font-weight: 500;
		padding: 8px 18px
	}
	.brl-separate__name {
		font-size: 16px;
	}
	.addition-text {
		font-size: 14px;
	}
	.separate_info_name {
		margin: 10px 0 10px;
	}
	.brl-separate {
	  padding-left:16px;
		padding-right:16px;
	}
	.brl-separate__grid {
		gap: 20px;
	}
}

.brl-bundle__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
	    height: 100%;
    align-items: stretch;
}

.brl-bundle__title {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	line-height: 1.4;
	text-align:right;
}
.colorOpt {
	text-align:right;
}
.brl-bundle__hl {color:#D1E83E;}

.brl-bundle__variant {
  display: inline-block;
  background: #fff;
  color: #333;
  font-size: 0.9rem;
  font-weight: 500;
	padding: 2px 0;
	border-radius: 20px;
	width: 130px;
	text-align: center;
}
.brl-bundle__variant.Camou {
	background: url(/wp-content/uploads/2026/05/camou_bg-scaled.png) center center / 100% auto no-repeat;
	color: #fff;
}

.brl-bundle__price {
  display: flex;
  align-items: self-end;
  gap: 4px;
	justify-content: flex-end;
	flex:1;
}

.brl-bundle__cart {
  width: 36px;
  height: 36px;
  display: block;
}

.brl-bundle__amount {
  font-size: 2.2rem;
  font-weight: 800;
  color: #25291C;
	margin-bottom: -6px;
}
.choose-kit br {
	display:none;
}
/* ===== 移动端 ===== */
@media (max-width: 768px) {
  .Built-real-life { padding: 30px 0; }
  .brl-section { padding: 0 16px; margin-bottom: 30px; }
  .brl-card--review { flex: 0 0 100%; }
  .brl-card--report { flex: 0 0 100%; }
  .brl-card--video { flex: 0 0 100%; }
  .brl-video-poster { height: 150px; }
	.brl-section-title {padding:0;}
}

/* ========== Cart Success Modal ========== */
.kit-cart-modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.45);
  z-index: 99999;
  align-items: center;
  justify-content: center;
}
.kit-cart-modal-overlay.active {
  display: flex;
}
.kit-cart-modal {
  background: #f0eeea;
  border-radius: 16px;
  padding: 48px 40px 40px;
  max-width: 540px;
  width: 90%;
  text-align: center;
  box-shadow: 0 8px 40px rgba(0,0,0,0.18);
  animation: kitModalIn 0.25s ease;
}
@keyframes kitModalIn {
  from { transform: scale(0.88); opacity: 0; }
  to   { transform: scale(1);    opacity: 1; }
}
.kit-cart-modal__icon {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 20px;
}
.kit-cart-modal__icon img {
  width: 72px;
  height: auto;
}
.kit-cart-modal h2 {
  font-size: 1.7rem;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 14px;
}
.kit-cart-modal p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  margin: 0 0 32px;
}
.kit-cart-modal__btns {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.kit-cart-modal__btns button {
  flex: 1;
  max-width: 220px;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: opacity 0.2s;
}
.kit-cart-modal__btns button:hover { opacity: 0.85; }
.kit-btn-continue {
  background: #c8c6c2;
  color: #1a1a1a;
}
.kit-btn-checkout {
  background: #1a1a1a;
  color: #fff;
}
.how-it-works-header {
		margin: 0px 40px 40px;
	}
@media (max-width: 768px) {
	.brl-slider {max-width:calc(100vw - 32px);}
  .brl-card--review {
    flex: 0 0 100%;
    flex-direction: column; /* ← 手机竖排回来 */
  }
	.brl-track {gap:0;}
  .brl-card-images {
    flex-direction: row; /* ← 手机上图片横排 */
    flex: 0 0 auto;
  }

  .brl-card-images img {
    flex: 1;
    height: 100%;
    width: calc(50% - 6px);
  }
	.why-mf-product {
		margin: 0 auto;
		text-align: center;
	}
	.brl-text  {
	  display: -webkit-box;
    -webkit-line-clamp: 3;
	}
	.brl-link {
		margin-top:10px;
	}
	.setUpVideo {
		padding:0 16px;
	}
	.nv-compare-slider {
		max-width:calc(100vw - 32px);
		height:initial;
	}
	.nv-label-left, .nv-label-right {
		font-size:10px;
	}
	.brl-struggle {
		
	}
	.brl-struggle__item {
		flex-direction: column;
	}
  .brl-struggle__img-wrap {
    width: 100%;
    height: auto;
  }
	.brl-struggle__text h3 {
		font-size:0.85rem;
	}
	.brl-struggle__text p {
		font-size:0.75rem;
	}
	.kit-group {
		grid-template-columns: 1fr;
	}
	.brl-bundle__amount {
		font-size:1.2rem;
	}
	.brl-bundle__variant {
		    font-size: 0.75rem;
		    width: 106px;
	}
	.brl-bundle__cart {
		width:30px;
	}
	.brl-bundle__amount {
	    margin-bottom: 0px;
	}
	.kit-item {
		padding: 10px 12px 10px;
		aspect-ratio: 2.4;
	}
	.brl-bundle__title {
		font-size:16px;
	}
	.kit-cart-modal h2 {
	    font-size: 1.2rem;
	}
	.kit-cart-modal__icon img {
		    width: 48px;
	}
	.kit-cart-modal {
		    padding: 20px 20px 20px;
	}
	.kit-cart-modal__btns {
		flex-direction: column-reverse;
	}
	.kit-cart-modal__btns button {
		max-width:initial;
		flex-basis: 100%;
	}
	.brl-track {
		padding:0;
		gap:0;
	}
	.brl-card-images {
		height:initial;
	}
	.brl-user p img {
		width:36px;
	}
	.range-value { font-size: 13px;margin-top:0;}
	.range-fill.mf-fill { width: 85.5%;}
	.range-value.mileflask {
		left: 87%;
	}
	.how-it-works-header {
		margin: 60px 16px 20px;
	}
}
@media (min-width: 1600px) {
    .woocommerce-tabs .woocommerce-Tabs-panel--description p.brl-text, .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel--description p.brl-text {
        font-size: 15px !important;
        /* line-height: 160% !important; */
    }
}