/** Shopify CDN: Minification failed

Line 4688:7 Unexpected "="

**/

/* =========================================
   EVO III FEATURE ICONS
   强制隔离 Shopify Theme CSS
   ========================================= */

.evo3-intro .evo3-intro-features {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  column-gap: 70px !important;
  row-gap: 64px !important;
  margin-top: 88px !important;
  padding: 0 !important;
}

.evo3-intro .evo3-intro-feature {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;

  margin: 0 !important;
  padding: 0 !important;

  min-width: 0 !important;
}

.evo3-intro .evo3-intro-icon-wrap {
  width: 64px !important;
  height: 64px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 auto 20px !important;
  padding: 0 !important;

  overflow: visible !important;
}

.evo3-intro .evo3-intro-icon-wrap img.evo3-intro-icon {
  display: block !important;

  width: 52px !important;
  height: 52px !important;

  min-width: 0 !important;
  min-height: 0 !important;

  max-width: 52px !important;
  max-height: 52px !important;

  object-fit: contain !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  box-shadow: none !important;

  transform: none !important;
}

.evo3-intro .evo3-intro-feature-title {
  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  letter-spacing: -0.15px !important;

  color: #111111 !important;
}

.evo3-intro .evo3-intro-feature-sub {
  display: block !important;

  margin: 7px 0 0 !important;
  padding: 0 !important;

  font-size: 12px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;

  color: #929292 !important;
}


/* Tablet */
@media screen and (max-width: 990px) {

  .evo3-intro .evo3-intro-features {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 40px !important;
    row-gap: 55px !important;
  }

}


/* Mobile */
@media screen and (max-width: 600px) {

  .evo3-intro .evo3-intro-features {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 24px !important;
    row-gap: 42px !important;
    margin-top: 55px !important;
  }

  .evo3-intro .evo3-intro-icon-wrap {
    width: 52px !important;
    height: 52px !important;
    margin-bottom: 15px !important;
  }

  .evo3-intro .evo3-intro-icon-wrap img.evo3-intro-icon {
    width: 42px !important;
    height: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
  }

  .evo3-intro .evo3-intro-feature-title {
    font-size: 14px !important;
  }

  .evo3-intro .evo3-intro-feature-sub {
    font-size: 11px !important;
  }

}
/* ==========================================================
   EVO III / FUSION 4T PRO
   Simple Ecommerce Product Page
   ========================================================== */

.evo3-product-content {
  width: 100%;
  background: #fff;
  color: #1d1d1f;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
               Arial, Helvetica, sans-serif;
}

.evo3-product-content * {
  box-sizing: border-box;
}


/* ==========================================================
   COMMON
   ========================================================== */

.evo3-block {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 85px 0;
}

.evo3-heading {
  margin: 0 !important;
  font-size: 30px !important;
  line-height: 1.25 !important;
  font-weight: 650 !important;
  letter-spacing: -0.6px !important;
  color: #1d1d1f !important;
}

.evo3-subtext {
  max-width: 920px;
  margin: 18px 0 0 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
  color: #6e6e73 !important;
}


/* ==========================================================
   4T PRO OVERVIEW
   Desktop: Image Left / Specs Right
   Mobile:  Image Top / Specs Bottom
   ========================================================== */

.evo3-payload-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
  margin-top: 52px;
}


/* ==========================================================
   4T PRO IMAGE
   ========================================================== */

.evo3-payload-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.evo3-product-content img.evo3-payload-image {
  display: block !important;

  width: 100% !important;
  max-width: 520px !important;
  height: auto !important;
  max-height: none !important;

  object-fit: contain !important;

  margin: 0 auto !important;
  padding: 0 !important;

  border: 0 !important;
  box-shadow: none !important;
}


/* ==========================================================
   4T PRO SENSOR SPECS
   ========================================================== */

.evo3-payload-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px 45px;
}

.evo3-payload-feature {
  padding-top: 17px;
  border-top: 1px solid #dedede;
}

.evo3-payload-feature-name {
  display: block;

  margin: 0 0 9px !important;
  padding: 0 !important;

  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;

  color: #1d1d1f !important;
}

.evo3-payload-feature-value {
  display: block;

  margin: 0 0 6px !important;
  padding: 0 !important;

  font-size: 27px !important;
  line-height: 1.15 !important;
  font-weight: 650 !important;

  letter-spacing: -0.5px !important;

  color: #1d1d1f !important;
}

.evo3-payload-feature-detail {
  display: block;

  margin: 0 !important;
  padding: 0 !important;

  font-size: 13px !important;
  line-height: 1.5 !important;

  color: #8b8b8f !important;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media screen and (max-width: 900px) {

  .evo3-payload-layout {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-top: 45px;
  }

  .evo3-product-content img.evo3-payload-image {
    width: 75% !important;
    max-width: 480px !important;
  }

  .evo3-payload-features {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }

}


/* ==========================================================
   MOBILE
   Layout:
   Title
   Description
   Image
   2 × 2 Specifications
   ========================================================== */

@media screen and (max-width: 600px) {

  .evo3-payload-layout {
    display: flex;
    flex-direction: column;

    gap: 38px;

    margin-top: 34px;
  }


  /* --------------------------
     IMAGE ON TOP
     -------------------------- */

  .evo3-payload-image-wrap {
    order: 1;

    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .evo3-product-content img.evo3-payload-image {
    display: block !important;

    width: 82% !important;
    max-width: 360px !important;
    height: auto !important;

    margin: 0 auto !important;

    object-fit: contain !important;

    box-shadow: none !important;
  }


  /* --------------------------
     SPECS UNDER IMAGE
     -------------------------- */

  .evo3-payload-features {
    order: 2;

    width: 100%;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 28px 24px;

    margin: 0;
  }


  /* --------------------------
     EACH SPEC
     -------------------------- */

  .evo3-payload-feature {
    min-width: 0;

    padding-top: 14px;

    border-top: 1px solid #dedede;
  }


  .evo3-payload-feature-name {
    margin-bottom: 8px !important;

    font-size: 13px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
  }


  .evo3-payload-feature-value {
    margin-bottom: 5px !important;

    font-size: 24px !important;
    line-height: 1.1 !important;

    letter-spacing: -0.4px !important;
  }


  .evo3-payload-feature-detail {
    font-size: 11px !important;
    line-height: 1.45 !important;
  }

}


/* ============================================================
   EVO III FUSION 4T PRO
   4 CAMERA / SENSOR MODULES

   Desktop:
   01 Zoom     = Specs Left  / Video Right
   02 Wide     = Video Left  / Specs Right
   03 Thermal  = Specs Left  / Video Right
   04 Laser    = Video Left  / Specs Right

   Mobile:
   ALL = Specs First / Video Second
   ============================================================ */


/* ============================================================
   CSS 01 - GLOBAL / COMMON STYLES
   四个镜头模块共用
   ============================================================ */

.evo3-sensor-section {
  width: 100%;
  background: #ffffff;
  color: #1d1d1f;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
               Arial, Helvetica, sans-serif;
}

.evo3-sensor-section * {
  box-sizing: border-box;
}

.evo3-sensor-inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 80px 0;
  border-top: 1px solid #eeeeee;
}


/* ============================================================
   CSS 02 - TWO COLUMN LAYOUT
   桌面端左右双栏
   ============================================================ */

.evo3-sensor-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 70px;
  align-items: center;
}


/* ------------------------------------------------------------
   Reverse Layout
   用于 Wide / Laser

   默认：
   参数 = 左
   视频 = 右

   加 .evo3-sensor-reverse 后：
   视频 = 左
   参数 = 右
   ------------------------------------------------------------ */

.evo3-sensor-reverse {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
}

.evo3-sensor-reverse .evo3-sensor-content {
  order: 2;
}

.evo3-sensor-reverse .evo3-sensor-media {
  order: 1;
}


/* ============================================================
   CSS 03 - TEXT / PARAMETER AREA
   左侧或右侧的镜头介绍区域
   ============================================================ */

.evo3-sensor-content {
  width: 100%;
}

.evo3-sensor-type {
  margin: 0 0 11px !important;
  padding: 0 !important;

  font-size: 12px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;

  letter-spacing: 1.2px !important;
  text-transform: uppercase;

  color: #8b8b8f !important;
}

.evo3-sensor-title {
  margin: 0 !important;
  padding: 0 !important;

  font-size: clamp(27px, 2.5vw, 38px) !important;
  line-height: 1.16 !important;
  font-weight: 650 !important;

  letter-spacing: -0.8px !important;

  color: #1d1d1f !important;
}

.evo3-sensor-desc {
  max-width: 480px;

  margin: 17px 0 0 !important;
  padding: 0 !important;

  font-size: 15px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;

  color: #6e6e73 !important;
}


/* ============================================================
   CSS 04 - SPECIFICATIONS
   核心参数
   ============================================================ */

.evo3-sensor-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 26px 30px;

  margin-top: 35px;
}

.evo3-sensor-spec {
  padding-top: 14px;

  border-top: 1px solid #dedede;
}

.evo3-sensor-value {
  display: block;

  margin: 0 !important;
  padding: 0 !important;

  font-size: 25px !important;
  line-height: 1.15 !important;
  font-weight: 650 !important;

  letter-spacing: -0.5px !important;

  color: #1d1d1f !important;
}

.evo3-sensor-label {
  display: block;

  margin: 6px 0 0 !important;
  padding: 0 !important;

  font-size: 12px !important;
  line-height: 1.45 !important;

  color: #929296 !important;
}


/* ============================================================
   CSS 05 - VIDEO AREA
   四个模块的视频共用
   ============================================================ */

.evo3-sensor-media {
  width: 100%;
}

.evo3-sensor-video-wrap {
  width: 100%;

  overflow: hidden;

  background: #f5f5f5;
}

.evo3-sensor-section video.evo3-sensor-video {
  display: block !important;

  width: 100% !important;
  height: auto !important;

  aspect-ratio: 16 / 9;

  object-fit: cover;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  box-shadow: none !important;
}


/* 视频下方小字 */

.evo3-sensor-video-info {
  display: flex;

  justify-content: space-between;
  align-items: center;

  margin-top: 10px;
}

.evo3-sensor-video-info span {
  font-size: 11px !important;
  line-height: 1.4 !important;

  color: #99999d !important;
}


/* ============================================================
   CSS 06 - TABLET
   ============================================================ */

@media screen and (max-width: 900px) {

  .evo3-sensor-inner {
    width: min(100% - 40px, 1280px);
    padding: 65px 0;
  }

  .evo3-sensor-layout,
  .evo3-sensor-reverse {
    gap: 45px;
  }

  .evo3-sensor-title {
    font-size: 29px !important;
  }

  .evo3-sensor-value {
    font-size: 22px !important;
  }

}


/* ============================================================
   CSS 07 - MOBILE

   重点：
   不管桌面端是左参数还是右参数，
   移动端统一：
   1. 参数
   2. 视频
   ============================================================ */

@media screen and (max-width: 700px) {

  .evo3-sensor-inner {
    width: calc(100% - 32px);
    padding: 52px 0;
  }


  /* 所有模块改为单列 */

  .evo3-sensor-layout,
  .evo3-sensor-reverse {
    display: flex;
    flex-direction: column;

    gap: 32px;
  }


  /* 强制参数第一 */

  .evo3-sensor-layout .evo3-sensor-content,
  .evo3-sensor-reverse .evo3-sensor-content {
    order: 1;
  }


  /* 强制视频第二 */

  .evo3-sensor-layout .evo3-sensor-media,
  .evo3-sensor-reverse .evo3-sensor-media {
    order: 2;
  }


  .evo3-sensor-type {
    font-size: 11px !important;
  }

  .evo3-sensor-title {
    font-size: 26px !important;
    letter-spacing: -0.5px !important;
  }

  .evo3-sensor-desc {
    margin-top: 13px !important;

    font-size: 14px !important;
    line-height: 1.6 !important;
  }


  /* 参数移动端依然 2 × 2 */

  .evo3-sensor-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 23px 20px;

    margin-top: 28px;
  }

  .evo3-sensor-value {
    font-size: 21px !important;
  }

  .evo3-sensor-label {
    font-size: 11px !important;
  }


  /* 移动端隐藏 Actual Footage 小字 */

  .evo3-sensor-video-info {
    display: none;
  }

}
/* ============================================================
   EVO III - FLIGHT PERFORMANCE

   STRUCTURE
   01. Header
   02. Hero Performance Area
       - 35 km Transmission (Primary)
       - 48 min Flight Time
       - 23 m/s Max Speed
       - IP43
   03. Secondary Performance
       - Service Ceiling
       - Temperature
       - Quick Battery Swap
       - RTK Positioning
   04. Transmission Note
   05. Responsive

   All classes use "evo3-flight-" prefix to reduce theme conflicts.
   ============================================================ */


/* ============================================================
   CSS 01 - SECTION / CONTAINER
   ============================================================ */

.evo3-flight-section {
  width: 100%;
  background: #ffffff;
  color: #1d1d1f;

  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    Helvetica,
    sans-serif;
}

.evo3-flight-section * {
  box-sizing: border-box;
}

.evo3-flight-inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 90px 0;

  border-top: 1px solid #eeeeee;
}


/* ============================================================
   CSS 02 - HEADER
   ============================================================ */

.evo3-flight-header {
  max-width: 820px;
  margin-bottom: 52px;
}

.evo3-flight-eyebrow {
  margin: 0 0 10px !important;
  padding: 0 !important;

  font-size: 12px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;

  letter-spacing: 1.2px !important;
  text-transform: uppercase;

  color: #8b8b8f !important;
}

.evo3-flight-title {
  margin: 0 !important;
  padding: 0 !important;

  font-size: clamp(30px, 3vw, 42px) !important;
  line-height: 1.15 !important;
  font-weight: 650 !important;

  letter-spacing: -0.9px !important;

  color: #1d1d1f !important;
}

.evo3-flight-desc {
  max-width: 760px;

  margin: 17px 0 0 !important;
  padding: 0 !important;

  font-size: 15px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;

  color: #6e6e73 !important;
}


/* ============================================================
   CSS 03 - HERO PERFORMANCE GRID

   Desktop:

   ┌────────────────────────┬──────────────┐
   │                        │ 48 min       │
   │       35 km            ├──────────────┤
   │   Transmission         │ 23 m/s       │
   │                        ├──────────────┤
   │                        │ IP43         │
   └────────────────────────┴──────────────┘

   ============================================================ */

.evo3-flight-performance-grid {
  display: grid;

  grid-template-columns:
    minmax(0, 1.55fr)
    minmax(300px, 0.85fr);

  gap: 16px;
}


/* ============================================================
   CSS 04 - PRIMARY TRANSMISSION BLOCK
   最大视觉重点
   ============================================================ */

.evo3-flight-transmission {
  min-height: 450px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding: 48px;

  background: #f5f5f7;
}


/* Transmission Icon */

.evo3-flight-transmission-icon {
  width: 52px;
  height: 52px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #1d1d1f;
}

.evo3-flight-transmission-icon svg {
  display: block;

  width: 48px;
  height: 48px;

  stroke: currentColor;
}


/* Main Data */

.evo3-flight-transmission-content {
  margin-top: 70px;
}

.evo3-flight-transmission-value {
  display: block;

  margin: 0 !important;
  padding: 0 !important;

  font-size: clamp(58px, 7vw, 90px) !important;
  line-height: 0.95 !important;
  font-weight: 650 !important;

  letter-spacing: -3px !important;

  color: #1d1d1f !important;
}

.evo3-flight-transmission-label {
  display: block;

  margin: 18px 0 0 !important;

  font-size: 20px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;

  color: #1d1d1f !important;
}

.evo3-flight-transmission-desc {
  max-width: 500px;

  margin: 10px 0 0 !important;
  padding: 0 !important;

  font-size: 13px !important;
  line-height: 1.55 !important;

  color: #7d7d82 !important;
}


/* FCC Note directly under 35 km */

.evo3-flight-transmission-condition {
  margin-top: 25px;

  padding-top: 17px;

  border-top: 1px solid #d8d8da;

  font-size: 11px !important;
  line-height: 1.55 !important;

  color: #8b8b8f !important;
}


/* ============================================================
   CSS 05 - THREE MAIN PERFORMANCE ITEMS
   48 min / 23 m/s / IP43
   ============================================================ */

.evo3-flight-main-stack {
  display: grid;

  grid-template-rows: repeat(3, 1fr);

  gap: 16px;
}

.evo3-flight-main-card {
  min-height: 139px;

  display: flex;
  align-items: center;

  gap: 24px;

  padding: 27px 30px;

  background: #f5f5f7;
}


/* Icon */

.evo3-flight-main-icon {
  flex: 0 0 38px;

  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #1d1d1f;
}

.evo3-flight-main-icon svg {
  display: block;

  width: 32px;
  height: 32px;

  stroke: currentColor;
}


/* Data */

.evo3-flight-main-content {
  min-width: 0;
}

.evo3-flight-main-value {
  display: block;

  margin: 0 !important;
  padding: 0 !important;

  font-size: 29px !important;
  line-height: 1.1 !important;
  font-weight: 650 !important;

  letter-spacing: -0.7px !important;

  color: #1d1d1f !important;
}

.evo3-flight-main-label {
  display: block;

  margin: 6px 0 0 !important;

  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;

  color: #1d1d1f !important;
}

.evo3-flight-main-note {
  display: block;

  margin: 4px 0 0 !important;

  font-size: 10px !important;
  line-height: 1.45 !important;

  color: #929296 !important;
}


/* ============================================================
   CSS 06 - SECONDARY PERFORMANCE
   小参数区域
   ============================================================ */

.evo3-flight-secondary {
  display: grid;

  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 0;

  margin-top: 50px;

  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.evo3-flight-secondary-item {
  min-width: 0;

  padding: 30px 28px;

  border-right: 1px solid #dedede;
}

.evo3-flight-secondary-item:first-child {
  padding-left: 0;
}

.evo3-flight-secondary-item:last-child {
  border-right: 0;
}


/* Small Icon */

.evo3-flight-secondary-icon {
  width: 28px;
  height: 28px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 17px;

  color: #555559;
}

.evo3-flight-secondary-icon svg {
  display: block;

  width: 25px;
  height: 25px;

  stroke: currentColor;
}


/* Secondary Data */

.evo3-flight-secondary-value {
  display: block;

  margin: 0 !important;
  padding: 0 !important;

  font-size: 21px !important;
  line-height: 1.2 !important;
  font-weight: 650 !important;

  letter-spacing: -0.3px !important;

  color: #1d1d1f !important;
}

.evo3-flight-secondary-label {
  display: block;

  margin: 6px 0 0 !important;

  font-size: 12px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;

  color: #6e6e73 !important;
}

.evo3-flight-secondary-note {
  display: block;

  margin: 5px 0 0 !important;

  font-size: 10px !important;
  line-height: 1.45 !important;

  color: #99999d !important;
}


/* ============================================================
   CSS 07 - TRANSMISSION REGION NOTE
   最下方小字，不抢主要卖点
   ============================================================ */

.evo3-flight-region-note {
  max-width: 1000px;

  margin: 25px 0 0 !important;
  padding: 0 !important;

  font-size: 10px !important;
  line-height: 1.6 !important;

  color: #99999d !important;
}


/* ============================================================
   CSS 08 - TABLET
   ============================================================ */

@media screen and (max-width: 900px) {

  .evo3-flight-inner {
    width: min(100% - 40px, 1280px);

    padding: 70px 0;
  }

  .evo3-flight-performance-grid {
    grid-template-columns: 1.25fr 0.9fr;
  }

  .evo3-flight-transmission {
    padding: 38px;

    min-height: 420px;
  }

  .evo3-flight-main-card {
    padding: 24px 22px;
  }

  .evo3-flight-secondary {
    grid-template-columns: repeat(2, 1fr);
  }

  .evo3-flight-secondary-item:nth-child(2) {
    border-right: 0;
  }

  .evo3-flight-secondary-item:nth-child(-n+2) {
    border-bottom: 1px solid #dedede;
  }

  .evo3-flight-secondary-item:nth-child(3) {
    padding-left: 0;
  }

}


/* ============================================================
   CSS 09 - MOBILE
   ============================================================ */

@media screen and (max-width: 650px) {

  .evo3-flight-inner {
    width: calc(100% - 32px);

    padding: 55px 0;
  }


  /* Header */

  .evo3-flight-header {
    margin-bottom: 35px;
  }

  .evo3-flight-title {
    font-size: 27px !important;

    letter-spacing: -0.5px !important;
  }

  .evo3-flight-desc {
    font-size: 14px !important;
  }


  /* --------------------------------
     HERO GRID → SINGLE COLUMN
     -------------------------------- */

  .evo3-flight-performance-grid {
    display: block;
  }


  /* --------------------------------
     35 KM MAIN BLOCK
     -------------------------------- */

  .evo3-flight-transmission {
    min-height: 360px;

    padding: 30px 25px;
  }

  .evo3-flight-transmission-icon {
    width: 42px;
    height: 42px;
  }

  .evo3-flight-transmission-icon svg {
    width: 40px;
    height: 40px;
  }

  .evo3-flight-transmission-content {
    margin-top: 55px;
  }

  .evo3-flight-transmission-value {
    font-size: 62px !important;

    letter-spacing: -2px !important;
  }

  .evo3-flight-transmission-label {
    margin-top: 14px !important;

    font-size: 18px !important;
  }


  /* --------------------------------
     3 MAIN SPECS

     Mobile:
     48 min | 23 m/s
     IP43   | ...
     -------------------------------- */

  .evo3-flight-main-stack {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;

    gap: 1px;

    margin-top: 1px;

    background: #dedede;
  }

  .evo3-flight-main-card {
    min-height: 170px;

    display: block;

    padding: 23px 18px;

    background: #f5f5f7;
  }

  .evo3-flight-main-card:last-child {
    grid-column: span 2;

    min-height: 130px;

    display: flex;

    align-items: center;
  }

  .evo3-flight-main-icon {
    width: 30px;
    height: 30px;

    margin-bottom: 20px;
  }

  .evo3-flight-main-card:last-child
  .evo3-flight-main-icon {
    margin-bottom: 0;
  }

  .evo3-flight-main-icon svg {
    width: 27px;
    height: 27px;
  }

  .evo3-flight-main-value {
    font-size: 25px !important;
  }


  /* --------------------------------
     SECONDARY SPECS
     -------------------------------- */

  .evo3-flight-secondary {
    grid-template-columns: repeat(2, 1fr);

    margin-top: 38px;
  }

  .evo3-flight-secondary-item {
    padding: 24px 17px;
  }

  .evo3-flight-secondary-item:first-child,
  .evo3-flight-secondary-item:nth-child(3) {
    padding-left: 0;
  }

  .evo3-flight-secondary-item:nth-child(2),
  .evo3-flight-secondary-item:nth-child(4) {
    padding-right: 0;
  }

  .evo3-flight-secondary-value {
    font-size: 19px !important;
  }

  .evo3-flight-region-note {
    font-size: 9px !important;
  }
  .evo3-flight-transmission-icon,
  .evo3-flight-main-icon,
  .evo3-flight-secondary-icon {
    display: none !important;
  }
}
/* ============================================================
   EVO III - OMNIDIRECTIONAL OBSTACLE AVOIDANCE

   MODULE STRUCTURE:

   01. Section Header
   02. Sensor Position Image
   03. 720° Main Feature
   04. Three Supporting Features
   05. Actual Obstacle Avoidance Video

   Desktop:
   Large sensor image
   720° + supporting features
   Actual footage

   Mobile:
   Text → Image → Features → Video
   ============================================================ */


/* ============================================================
   CSS 01 - SECTION
   ============================================================ */

.evo3-oa-section {
  width: 100%;
  background: #ffffff;
  color: #1d1d1f;

  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    Helvetica,
    sans-serif;
}

.evo3-oa-section * {
  box-sizing: border-box;
}

.evo3-oa-inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 90px 0;

  border-top: 1px solid #eeeeee;
}


/* ============================================================
   CSS 02 - HEADER
   ============================================================ */

.evo3-oa-header {
  max-width: 850px;
  margin-bottom: 50px;
}

.evo3-oa-eyebrow {
  margin: 0 0 10px !important;
  padding: 0 !important;

  font-size: 12px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;

  letter-spacing: 1.2px !important;
  text-transform: uppercase;

  color: #8b8b8f !important;
}

.evo3-oa-title {
  margin: 0 !important;
  padding: 0 !important;

  font-size: clamp(30px, 3vw, 42px) !important;
  line-height: 1.15 !important;
  font-weight: 650 !important;

  letter-spacing: -0.9px !important;

  color: #1d1d1f !important;
}

.evo3-oa-desc {
  max-width: 760px;

  margin: 17px 0 0 !important;
  padding: 0 !important;

  font-size: 15px !important;
  line-height: 1.65 !important;

  color: #6e6e73 !important;
}


/* ============================================================
   CSS 03 - SENSOR POSITION IMAGE
   传感器位置图

   这是这个模块的主要视觉素材
   ============================================================ */

.evo3-oa-sensor-visual {
  width: 100%;

  background: #f5f5f7;

  padding: 30px 40px;
}

.evo3-oa-section img.evo3-oa-sensor-image {
  display: block !important;

  width: 100% !important;
  max-width: 1100px !important;
  height: auto !important;
  max-height: 620px !important;

  object-fit: contain !important;

  margin: 0 auto !important;
  padding: 0 !important;

  border: 0 !important;
  box-shadow: none !important;
}


/* Image Caption */

.evo3-oa-image-caption {
  margin: 12px 0 0 !important;
  padding: 0 !important;

  text-align: right;

  font-size: 10px !important;
  line-height: 1.4 !important;

  color: #99999d !important;
}


/* ============================================================
   CSS 04 - 720° MAIN FEATURE
   ============================================================ */

.evo3-oa-performance {
  display: grid;

  grid-template-columns:
    minmax(260px, 0.7fr)
    minmax(0, 1.3fr);

  gap: 70px;

  align-items: center;

  margin-top: 55px;
}


/* 720 Main Number */

.evo3-oa-main {
  min-width: 0;
}

.evo3-oa-main-value {
  display: block;

  margin: 0 !important;
  padding: 0 !important;

  font-size: clamp(58px, 7vw, 88px) !important;
  line-height: 0.95 !important;
  font-weight: 650 !important;

  letter-spacing: -3px !important;

  color: #1d1d1f !important;
}

.evo3-oa-main-label {
  display: block;

  margin: 17px 0 0 !important;

  font-size: 18px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;

  color: #1d1d1f !important;
}

.evo3-oa-main-desc {
  max-width: 390px;

  margin: 10px 0 0 !important;

  font-size: 13px !important;
  line-height: 1.6 !important;

  color: #7d7d82 !important;
}


/* ============================================================
   CSS 05 - SUPPORTING FEATURES
   右侧 3 个能力
   ============================================================ */

.evo3-oa-features {
  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.evo3-oa-feature {
  min-width: 0;

  padding: 28px 25px;

  border-right: 1px solid #dedede;
}

.evo3-oa-feature:first-child {
  padding-left: 0;
}

.evo3-oa-feature:last-child {
  border-right: 0;
}


/* Small Icon */

.evo3-oa-feature-icon {
  width: 30px;
  height: 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 18px;

  color: #555559;
}

.evo3-oa-feature-icon svg {
  display: block;

  width: 27px;
  height: 27px;

  stroke: currentColor;
}


/* Feature Text */

.evo3-oa-feature-title {
  display: block;

  margin: 0 !important;

  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;

  color: #1d1d1f !important;
}

.evo3-oa-feature-desc {
  display: block;

  margin: 8px 0 0 !important;

  font-size: 11px !important;
  line-height: 1.55 !important;

  color: #8b8b8f !important;
}


/* ============================================================
   CSS 06 - ACTUAL FOOTAGE
   实际避障视频
   ============================================================ */

.evo3-oa-demo {
  margin-top: 75px;
}


/* Demo Header */

.evo3-oa-demo-header {
  max-width: 760px;

  margin-bottom: 28px;
}

.evo3-oa-demo-title {
  margin: 0 !important;

  font-size: 25px !important;
  line-height: 1.25 !important;
  font-weight: 650 !important;

  letter-spacing: -0.5px !important;

  color: #1d1d1f !important;
}

.evo3-oa-demo-desc {
  max-width: 650px;

  margin: 10px 0 0 !important;

  font-size: 13px !important;
  line-height: 1.6 !important;

  color: #7d7d82 !important;
}


/* Video */

.evo3-oa-video-wrap {
  width: 100%;

  overflow: hidden;

  background: #f5f5f5;
}

.evo3-oa-section video.evo3-oa-video {
  display: block !important;

  width: 100% !important;
  height: auto !important;

  aspect-ratio: 16 / 9;

  object-fit: cover;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  box-shadow: none !important;
}


/* Video Caption */

.evo3-oa-video-info {
  display: flex;

  justify-content: space-between;
  align-items: center;

  margin-top: 10px;
}

.evo3-oa-video-info span {
  font-size: 10px !important;
  line-height: 1.4 !important;

  color: #99999d !important;
}


/* ============================================================
   CSS 07 - SAFETY NOTE
   ============================================================ */

.evo3-oa-note {
  max-width: 1000px;

  margin: 25px 0 0 !important;
  padding: 0 !important;

  font-size: 9px !important;
  line-height: 1.6 !important;

  color: #99999d !important;
}


/* ============================================================
   CSS 08 - TABLET
   ============================================================ */

@media screen and (max-width: 900px) {

  .evo3-oa-inner {
    width: min(100% - 40px, 1280px);

    padding: 70px 0;
  }

  .evo3-oa-performance {
    grid-template-columns: 0.65fr 1.35fr;

    gap: 45px;
  }

  .evo3-oa-feature {
    padding: 24px 18px;
  }

}


/* ============================================================
   CSS 09 - MOBILE
   ============================================================ */

@media screen and (max-width: 650px) {

  .evo3-oa-inner {
    width: calc(100% - 32px);

    padding: 55px 0;
  }


  /* HEADER */

  .evo3-oa-header {
    margin-bottom: 32px;
  }

  .evo3-oa-title {
    font-size: 27px !important;

    letter-spacing: -0.5px !important;
  }

  .evo3-oa-desc {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }


  /* SENSOR IMAGE */

  .evo3-oa-sensor-visual {
    padding: 15px 10px;
  }

  .evo3-oa-section img.evo3-oa-sensor-image {
    width: 100% !important;
    max-height: none !important;
  }

  .evo3-oa-image-caption {
    display: none;
  }


  /* 720 PERFORMANCE */

  .evo3-oa-performance {
    display: block;

    margin-top: 38px;
  }

  .evo3-oa-main-value {
    font-size: 58px !important;

    letter-spacing: -2px !important;
  }

  .evo3-oa-main-label {
    margin-top: 12px !important;

    font-size: 17px !important;
  }

  .evo3-oa-main-desc {
    font-size: 12px !important;
  }


  /* FEATURES */

  .evo3-oa-features {
    display: block;

    margin-top: 32px;

    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }

  .evo3-oa-feature,
  .evo3-oa-feature:first-child {
    padding: 20px 0;

    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .evo3-oa-feature:last-child {
    border-bottom: 0;
  }


  /* Mobile does not show icons */

  .evo3-oa-feature-icon {
    display: none !important;
  }

  .evo3-oa-feature-title {
    font-size: 13px !important;
  }

  .evo3-oa-feature-desc {
    max-width: 340px;

    margin-top: 5px !important;

    font-size: 11px !important;
  }


  /* ACTUAL FOOTAGE */

  .evo3-oa-demo {
    margin-top: 50px;
  }

  .evo3-oa-demo-header {
    margin-bottom: 22px;
  }

  .evo3-oa-demo-title {
    font-size: 22px !important;
  }

  .evo3-oa-demo-desc {
    font-size: 12px !important;
  }

  .evo3-oa-video-info {
    display: none;
  }


  /* NOTE */

  .evo3-oa-note {
    font-size: 8px !important;
    line-height: 1.55 !important;
  }

}
/* ============================================================
   EVO III - AUTEL OMNILINK VIDEO TRANSMISSION

   Desktop:
   Left  = Image
   Right = Main Information

   Mobile:
   Text / Specs → Image

   ============================================================ */


/* ============================================================
   CSS 01 - SECTION
   ============================================================ */

.evo3-omnilink-section {
  width: 100%;
  background: #ffffff;
  color: #1d1d1f;

  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    Helvetica,
    sans-serif;
}

.evo3-omnilink-section * {
  box-sizing: border-box;
}

.evo3-omnilink-inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 85px 0;

  border-top: 1px solid #eeeeee;
}


/* ============================================================
   CSS 02 - HEADER
   ============================================================ */

.evo3-omnilink-header {
  max-width: 850px;
  margin-bottom: 45px;
}

.evo3-omnilink-eyebrow {
  margin: 0 0 10px !important;
  padding: 0 !important;

  font-size: 12px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;

  letter-spacing: 1.2px !important;
  text-transform: uppercase;

  color: #8b8b8f !important;
}

.evo3-omnilink-title {
  margin: 0 !important;
  padding: 0 !important;

  font-size: clamp(30px, 3vw, 42px) !important;
  line-height: 1.15 !important;
  font-weight: 650 !important;

  letter-spacing: -0.9px !important;

  color: #1d1d1f !important;
}

.evo3-omnilink-desc {
  max-width: 760px;

  margin: 16px 0 0 !important;
  padding: 0 !important;

  font-size: 15px !important;
  line-height: 1.65 !important;

  color: #6e6e73 !important;
}


/* ============================================================
   CSS 03 - MAIN LAYOUT
   ============================================================ */

.evo3-omnilink-main {
  display: grid;

  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(0, 0.95fr);

  gap: 65px;

  align-items: center;
}


/* ============================================================
   CSS 04 - IMAGE
   ============================================================ */

.evo3-omnilink-visual {
  width: 100%;
  overflow: hidden;

  background: #f5f5f7;
}

.evo3-omnilink-section img.evo3-omnilink-image {
  display: block !important;

  width: 100% !important;
  height: auto !important;

  aspect-ratio: 16 / 10;
  object-fit: cover !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  box-shadow: none !important;
}


/* ============================================================
   CSS 05 - MAIN INFORMATION
   ============================================================ */

.evo3-omnilink-content {
  width: 100%;
}


/* 35 KM */

.evo3-omnilink-distance {
  margin-bottom: 35px;
}

.evo3-omnilink-value {
  display: block;

  margin: 0 !important;
  padding: 0 !important;

  font-size: clamp(52px, 6vw, 76px) !important;
  line-height: 0.95 !important;
  font-weight: 650 !important;

  letter-spacing: -2.5px !important;

  color: #1d1d1f !important;
}

.evo3-omnilink-value-label {
  display: block;

  margin: 14px 0 0 !important;

  font-size: 17px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;

  color: #1d1d1f !important;
}

.evo3-omnilink-condition {
  display: block;

  margin: 6px 0 0 !important;

  font-size: 11px !important;
  line-height: 1.5 !important;

  color: #929296 !important;
}


/* ============================================================
   CSS 06 - 3 CORE FEATURES
   ============================================================ */

.evo3-omnilink-features {
  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.evo3-omnilink-feature {
  min-width: 0;

  padding: 25px 22px;

  border-right: 1px solid #dedede;
}

.evo3-omnilink-feature:first-child {
  padding-left: 0;
}

.evo3-omnilink-feature:last-child {
  border-right: 0;
}


/* Small Icon */

.evo3-omnilink-feature-icon {
  width: 28px;
  height: 28px;

  margin-bottom: 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #555559;
}

.evo3-omnilink-feature-icon svg {
  display: block;

  width: 25px;
  height: 25px;

  stroke: currentColor;
}


/* Text */

.evo3-omnilink-feature-title {
  display: block;

  margin: 0 !important;

  font-size: 13px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;

  color: #1d1d1f !important;
}

.evo3-omnilink-feature-desc {
  display: block;

  margin: 7px 0 0 !important;

  font-size: 10px !important;
  line-height: 1.5 !important;

  color: #8b8b8f !important;
}


/* ============================================================
   CSS 07 - REGIONAL DISTANCE TABLE
   简洁展示不同地区
   ============================================================ */

.evo3-omnilink-regions {
  display: grid;

  grid-template-columns: repeat(4, minmax(0, 1fr));

  margin-top: 40px;

  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.evo3-omnilink-region {
  min-width: 0;

  padding: 23px 24px;

  border-right: 1px solid #dedede;
}

.evo3-omnilink-region:first-child {
  padding-left: 0;
}

.evo3-omnilink-region:last-child {
  border-right: 0;
}

.evo3-omnilink-region-name {
  display: block;

  margin: 0 !important;

  font-size: 11px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;

  color: #8b8b8f !important;
}

.evo3-omnilink-region-value {
  display: block;

  margin: 5px 0 0 !important;

  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 650 !important;

  color: #1d1d1f !important;
}

.evo3-omnilink-region-note {
  display: block;

  margin: 4px 0 0 !important;

  font-size: 9px !important;
  line-height: 1.45 !important;

  color: #99999d !important;
}


/* ============================================================
   CSS 08 - FREQUENCY / FOOTNOTE
   ============================================================ */

.evo3-omnilink-note {
  max-width: 1050px;

  margin: 22px 0 0 !important;
  padding: 0 !important;

  font-size: 9px !important;
  line-height: 1.65 !important;

  color: #99999d !important;
}


/* ============================================================
   CSS 09 - TABLET
   ============================================================ */

@media screen and (max-width: 900px) {

  .evo3-omnilink-inner {
    width: min(100% - 40px, 1280px);

    padding: 65px 0;
  }

  .evo3-omnilink-main {
    grid-template-columns: 1fr 1fr;

    gap: 40px;
  }

}


/* ============================================================
   CSS 10 - MOBILE

   Mobile:
   Content → Image → Region Specs
   No Icons
   ============================================================ */

@media screen and (max-width: 650px) {

  .evo3-omnilink-inner {
    width: calc(100% - 32px);

    padding: 55px 0;
  }


  /* HEADER */

  .evo3-omnilink-header {
    margin-bottom: 32px;
  }

  .evo3-omnilink-title {
    font-size: 27px !important;

    letter-spacing: -0.5px !important;
  }

  .evo3-omnilink-desc {
    font-size: 14px !important;
  }


  /* LAYOUT */

  .evo3-omnilink-main {
    display: flex;

    flex-direction: column;

    gap: 35px;
  }


  /* Mobile first = Parameters */

  .evo3-omnilink-content {
    order: 1;
  }

  .evo3-omnilink-visual {
    order: 2;
  }


  /* 35 KM */

  .evo3-omnilink-value {
    font-size: 58px !important;

    letter-spacing: -2px !important;
  }

  .evo3-omnilink-value-label {
    font-size: 16px !important;
  }


  /* FEATURES */

  .evo3-omnilink-features {
    display: block;
  }

  .evo3-omnilink-feature,
  .evo3-omnilink-feature:first-child {
    padding: 18px 0;

    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .evo3-omnilink-feature:last-child {
    border-bottom: 0;
  }


  /* Hide mobile icons */

  .evo3-omnilink-feature-icon {
    display: none !important;
  }

  .evo3-omnilink-feature-title {
    font-size: 13px !important;
  }

  .evo3-omnilink-feature-desc {
    max-width: 320px;

    margin-top: 4px !important;

    font-size: 10px !important;
  }


  /* IMAGE */

  .evo3-omnilink-section img.evo3-omnilink-image {
    aspect-ratio: auto;
  }


  /* REGION */

  .evo3-omnilink-regions {
    grid-template-columns: repeat(2, 1fr);

    margin-top: 35px;
  }

  .evo3-omnilink-region {
    padding: 20px 16px;
  }

  .evo3-omnilink-region:first-child,
  .evo3-omnilink-region:nth-child(3) {
    padding-left: 0;
  }

  .evo3-omnilink-region:nth-child(2),
  .evo3-omnilink-region:nth-child(4) {
    border-right: 0;
  }

  .evo3-omnilink-region:nth-child(-n+2) {
    border-bottom: 1px solid #dedede;
  }

  .evo3-omnilink-region-value {
    font-size: 18px !important;
  }

  .evo3-omnilink-note {
    font-size: 8px !important;
  }

}
/* ============================================================
   EVO III - AI INTELLIGENT OPERATIONS
   DIFFERENT VISUAL STYLE

   Desktop:
   01. Left headline + Right key message
   02. Full-width AI demonstration video
   03. 4-step workflow

   Mobile:
   Headline → Key Message → Video → Workflow

   ============================================================ */


/* ============================================================
   CSS 01 - SECTION
   ============================================================ */

.evo3-ai2-section {
  width: 100%;
  background: #ffffff;
  color: #1d1d1f;

  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    Helvetica,
    sans-serif;
}

.evo3-ai2-section * {
  box-sizing: border-box;
}

.evo3-ai2-inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 90px 0;

  border-top: 1px solid #eeeeee;
}


/* ============================================================
   CSS 02 - TOP INTRO

   LEFT:
   AI-Powered Operations
   From Command to Mission.

   RIGHT:
   short explanation + Voice / Text
   ============================================================ */

.evo3-ai2-intro {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(340px, 0.75fr);

  gap: 90px;

  align-items: end;

  margin-bottom: 48px;
}


/* LEFT */

.evo3-ai2-eyebrow {
  margin: 0 0 10px !important;
  padding: 0 !important;

  font-size: 12px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;

  letter-spacing: 1.2px !important;
  text-transform: uppercase;

  color: #8b8b8f !important;
}

.evo3-ai2-title {
  max-width: 650px;

  margin: 0 !important;
  padding: 0 !important;

  font-size: clamp(34px, 4vw, 52px) !important;
  line-height: 1.08 !important;
  font-weight: 650 !important;

  letter-spacing: -1.3px !important;

  color: #1d1d1f !important;
}


/* RIGHT */

.evo3-ai2-summary {
  padding-bottom: 4px;
}

.evo3-ai2-summary-title {
  display: block;

  margin: 0 !important;

  font-size: 17px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;

  color: #1d1d1f !important;
}

.evo3-ai2-summary-desc {
  max-width: 450px;

  margin: 9px 0 0 !important;

  font-size: 13px !important;
  line-height: 1.65 !important;

  color: #747478 !important;
}


/* Voice + Text small tags */

.evo3-ai2-inputs {
  display: flex;
  gap: 8px;

  margin-top: 18px;
}

.evo3-ai2-input-tag {
  display: inline-flex;

  align-items: center;

  padding: 7px 12px;

  border: 1px solid #dedede;

  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 500 !important;

  color: #555559 !important;
}


/* ============================================================
   CSS 03 - LARGE AI DEMO VIDEO
   这一部分成为模块主要视觉
   ============================================================ */

.evo3-ai2-media {
  width: 100%;
}

.evo3-ai2-video-wrap {
  position: relative;

  width: 100%;

  overflow: hidden;

  background: #f3f3f5;
}

.evo3-ai2-section video.evo3-ai2-video {
  display: block !important;

  width: 100% !important;
  height: auto !important;

  aspect-ratio: 16 / 8.5;

  object-fit: cover;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  box-shadow: none !important;
}


/* Optional label over video */

.evo3-ai2-video-label {
  position: absolute;

  left: 22px;
  bottom: 20px;

  padding: 7px 11px;

  background: rgba(0, 0, 0, 0.62);

  color: #ffffff;

  font-size: 10px;
  line-height: 1.2;

  letter-spacing: 0.4px;
}


/* ============================================================
   CSS 04 - WORKFLOW
   Input → Understand → Plan → Execute
   ============================================================ */

.evo3-ai2-workflow {
  display: grid;

  grid-template-columns: repeat(4, minmax(0, 1fr));

  margin-top: 42px;

  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.evo3-ai2-step {
  position: relative;

  min-width: 0;

  padding: 30px 28px 32px;

  border-right: 1px solid #dedede;
}

.evo3-ai2-step:first-child {
  padding-left: 0;
}

.evo3-ai2-step:last-child {
  border-right: 0;
}


/* STEP NUMBER */

.evo3-ai2-step-number {
  display: block;

  margin: 0 0 25px !important;

  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 600 !important;

  letter-spacing: 0.8px !important;

  color: #a0a0a4 !important;
}


/* MAIN STEP TITLE */

.evo3-ai2-step-title {
  display: block;

  margin: 0 !important;

  font-size: 17px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;

  color: #1d1d1f !important;
}


/* STEP DESCRIPTION */

.evo3-ai2-step-desc {
  display: block;

  max-width: 240px;

  margin: 8px 0 0 !important;

  font-size: 11px !important;
  line-height: 1.55 !important;

  color: #85858a !important;
}


/* ============================================================
   CSS 05 - BOTTOM SUMMARY
   ============================================================ */

.evo3-ai2-bottom {
  display: flex;

  justify-content: space-between;
  align-items: center;

  gap: 40px;

  margin-top: 36px;
}

.evo3-ai2-bottom-main {
  margin: 0 !important;

  font-size: 15px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;

  color: #1d1d1f !important;
}

.evo3-ai2-bottom-note {
  max-width: 560px;

  margin: 0 !important;

  font-size: 10px !important;
  line-height: 1.55 !important;

  text-align: right;

  color: #99999d !important;
}


/* ============================================================
   CSS 06 - TABLET
   ============================================================ */

@media screen and (max-width: 900px) {

  .evo3-ai2-inner {
    width: min(100% - 40px, 1280px);

    padding: 70px 0;
  }

  .evo3-ai2-intro {
    grid-template-columns: 1fr 0.75fr;

    gap: 50px;
  }

  .evo3-ai2-step {
    padding: 25px 20px;
  }

}


/* ============================================================
   CSS 07 - MOBILE

   Simple ecommerce layout:
   Title
   Summary
   Video
   4 steps vertically

   ============================================================ */

@media screen and (max-width: 650px) {

  .evo3-ai2-inner {
    width: calc(100% - 32px);

    padding: 55px 0;
  }


  /* INTRO */

  .evo3-ai2-intro {
    display: block;

    margin-bottom: 32px;
  }

  .evo3-ai2-title {
    font-size: 29px !important;

    letter-spacing: -0.6px !important;
  }

  .evo3-ai2-summary {
    margin-top: 24px;

    padding-top: 20px;

    border-top: 1px solid #eeeeee;
  }

  .evo3-ai2-summary-title {
    font-size: 15px !important;
  }

  .evo3-ai2-summary-desc {
    font-size: 12px !important;
  }

  .evo3-ai2-inputs {
    margin-top: 14px;
  }


  /* VIDEO */

  .evo3-ai2-section video.evo3-ai2-video {
    aspect-ratio: 16 / 10;
  }

  .evo3-ai2-video-label {
    left: 12px;
    bottom: 11px;

    font-size: 9px;
  }


  /* WORKFLOW */

  .evo3-ai2-workflow {
    display: block;

    margin-top: 32px;
  }

  .evo3-ai2-step,
  .evo3-ai2-step:first-child {
    padding: 22px 0;

    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .evo3-ai2-step:last-child {
    border-bottom: 0;
  }

  .evo3-ai2-step-number {
    margin-bottom: 10px !important;
  }

  .evo3-ai2-step-title {
    font-size: 15px !important;
  }

  .evo3-ai2-step-desc {
    max-width: 340px;

    margin-top: 5px !important;

    font-size: 10px !important;
  }


  /* BOTTOM */

  .evo3-ai2-bottom {
    display: block;

    margin-top: 28px;
  }

  .evo3-ai2-bottom-main {
    font-size: 13px !important;
  }

  .evo3-ai2-bottom-note {
    margin-top: 10px !important;

    text-align: left;

    font-size: 8px !important;
  }

}
/* ============================================================
   EVO III - MULTI-UAV & UGV COLLABORATION

   Structure:
   01. Header
   02. Large Collaboration Image / Video
   03. Three Collaboration Capabilities

   Desktop:
   Title → Large Visual → 3 Columns

   Mobile:
   Title → Visual → Stacked Capabilities
   ============================================================ */


/* ============================================================
   CSS 01 - SECTION
   ============================================================ */

.evo3-collab-section {
  width: 100%;
  background: #ffffff;
  color: #1d1d1f;

  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    Helvetica,
    sans-serif;
}

.evo3-collab-section * {
  box-sizing: border-box;
}

.evo3-collab-inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 85px 0;

  border-top: 1px solid #eeeeee;
}


/* ============================================================
   CSS 02 - HEADER
   ============================================================ */

.evo3-collab-header {
  max-width: 820px;
  margin-bottom: 42px;
}

.evo3-collab-eyebrow {
  margin: 0 0 10px !important;

  font-size: 12px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;

  letter-spacing: 1.2px !important;
  text-transform: uppercase;

  color: #8b8b8f !important;
}

.evo3-collab-title {
  margin: 0 !important;

  font-size: clamp(30px, 3vw, 42px) !important;
  line-height: 1.15 !important;
  font-weight: 650 !important;

  letter-spacing: -0.9px !important;

  color: #1d1d1f !important;
}

.evo3-collab-desc {
  max-width: 760px;

  margin: 16px 0 0 !important;

  font-size: 15px !important;
  line-height: 1.65 !important;

  color: #6e6e73 !important;
}


/* ============================================================
   CSS 03 - LARGE VISUAL
   图片或视频区域
   ============================================================ */

.evo3-collab-media {
  width: 100%;

  overflow: hidden;

  background: #f5f5f7;
}

.evo3-collab-section img.evo3-collab-image,
.evo3-collab-section video.evo3-collab-video {
  display: block !important;

  width: 100% !important;
  height: auto !important;

  aspect-ratio: 16 / 8.5;

  object-fit: cover;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  box-shadow: none !important;
}


/* ============================================================
   CSS 04 - THREE COLLABORATION FEATURES
   ============================================================ */

.evo3-collab-features {
  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  margin-top: 35px;

  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.evo3-collab-feature {
  min-width: 0;

  padding: 28px 26px;

  border-right: 1px solid #dedede;
}

.evo3-collab-feature:first-child {
  padding-left: 0;
}

.evo3-collab-feature:last-child {
  border-right: 0;
}

.evo3-collab-feature-number {
  display: block;

  margin: 0 0 18px !important;

  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 600 !important;

  letter-spacing: 0.8px !important;

  color: #a0a0a4 !important;
}

.evo3-collab-feature-title {
  display: block;

  margin: 0 !important;

  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;

  color: #1d1d1f !important;
}

.evo3-collab-feature-desc {
  display: block;

  max-width: 320px;

  margin: 8px 0 0 !important;

  font-size: 11px !important;
  line-height: 1.55 !important;

  color: #85858a !important;
}


/* ============================================================
   CSS 05 - NOTE
   ============================================================ */

.evo3-collab-note {
  max-width: 1000px;

  margin: 20px 0 0 !important;

  font-size: 9px !important;
  line-height: 1.6 !important;

  color: #99999d !important;
}


/* ============================================================
   CSS 06 - MOBILE
   ============================================================ */

@media screen and (max-width: 650px) {

  .evo3-collab-inner {
    width: calc(100% - 32px);

    padding: 55px 0;
  }

  .evo3-collab-header {
    margin-bottom: 30px;
  }

  .evo3-collab-title {
    font-size: 27px !important;

    letter-spacing: -0.5px !important;
  }

  .evo3-collab-desc {
    font-size: 14px !important;
  }

  .evo3-collab-section img.evo3-collab-image,
  .evo3-collab-section video.evo3-collab-video {
    aspect-ratio: 16 / 10;
  }

  .evo3-collab-features {
    display: block;

    margin-top: 30px;
  }

  .evo3-collab-feature,
  .evo3-collab-feature:first-child {
    padding: 21px 0;

    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .evo3-collab-feature:last-child {
    border-bottom: 0;
  }

  .evo3-collab-feature-number {
    margin-bottom: 8px !important;
  }

  .evo3-collab-feature-title {
    font-size: 14px !important;
  }

  .evo3-collab-feature-desc {
    max-width: 340px;

    margin-top: 5px !important;

    font-size: 10px !important;
  }

  .evo3-collab-note {
    font-size: 8px !important;
  }

}
/* ============================================================
   EVO III - CONTROL SYSTEM
   SMART REMOTE CONTROL V3 + AGX STATION

   STRUCTURE
   01. Header
   02. Smart Remote Control V3 Product Showcase
   03. Controller Core Features
   04. EVO III Control Ecosystem
       - Smart Remote Control V3
       - Autel AGX Station
   05. Notes

   ============================================================ */


/* ============================================================
   CSS 01 - SECTION
   ============================================================ */

.evo3-control-section {
  width: 100%;
  background: #ffffff;
  color: #1d1d1f;

  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    Helvetica,
    sans-serif;
}

.evo3-control-section * {
  box-sizing: border-box;
}

.evo3-control-inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 88px 0;

  border-top: 1px solid #eeeeee;
}


/* ============================================================
   CSS 02 - HEADER
   ============================================================ */

.evo3-control-header {
  max-width: 850px;
  margin-bottom: 42px;
}

.evo3-control-eyebrow {
  margin: 0 0 10px !important;
  padding: 0 !important;

  font-size: 12px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;

  letter-spacing: 1.2px !important;
  text-transform: uppercase;

  color: #8b8b8f !important;
}

.evo3-control-title {
  margin: 0 !important;
  padding: 0 !important;

  font-size: clamp(30px, 3vw, 42px) !important;
  line-height: 1.15 !important;
  font-weight: 650 !important;

  letter-spacing: -0.9px !important;

  color: #1d1d1f !important;
}

.evo3-control-desc {
  max-width: 760px;

  margin: 16px 0 0 !important;
  padding: 0 !important;

  font-size: 15px !important;
  line-height: 1.65 !important;

  color: #6e6e73 !important;
}


/* ============================================================
   CSS 03 - SMART REMOTE CONTROL V3 SHOWCASE
   ============================================================ */

.evo3-control-showcase {
  display: grid;

  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(0, 0.95fr);

  min-height: 500px;

  background: #f5f5f7;
}


/* ============================================================
   CSS 04 - CONTROLLER IMAGE
   ============================================================ */

.evo3-control-visual {
  min-width: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 42px 42px;
}

.evo3-control-section img.evo3-control-image {
  display: block !important;

  width: 100% !important;
  max-width: 560px !important;
  height: auto !important;
  max-height: 430px !important;

  object-fit: contain !important;

  margin: 0 auto !important;
  padding: 0 !important;

  border: 0 !important;
  box-shadow: none !important;
}


/* ============================================================
   CSS 05 - CONTROLLER MAIN SPECS
   ============================================================ */

.evo3-control-spec-area {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 45px 45px 45px 15px;
}

.evo3-control-spec-title {
  margin: 0 0 26px !important;

  font-size: 20px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;

  color: #1d1d1f !important;
}


.evo3-control-spec-grid {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  border-top: 1px solid #d9d9dc;
}

.evo3-control-spec {
  min-width: 0;

  padding: 24px 20px;

  border-right: 1px solid #d9d9dc;
  border-bottom: 1px solid #d9d9dc;
}

.evo3-control-spec:nth-child(odd) {
  padding-left: 0;
}

.evo3-control-spec:nth-child(even) {
  border-right: 0;
}

.evo3-control-spec-value {
  display: block;

  margin: 0 !important;

  font-size: 28px !important;
  line-height: 1.1 !important;
  font-weight: 650 !important;

  letter-spacing: -0.7px !important;

  color: #1d1d1f !important;
}

.evo3-control-spec-label {
  display: block;

  margin: 7px 0 0 !important;

  font-size: 12px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;

  color: #555559 !important;
}

.evo3-control-spec-note {
  display: block;

  margin: 4px 0 0 !important;

  font-size: 10px !important;
  line-height: 1.45 !important;

  color: #96969a !important;
}


/* ============================================================
   CSS 06 - CONTROLLER FUNCTION STRIP
   ============================================================ */

.evo3-control-functions {
  display: grid;

  grid-template-columns: repeat(4, minmax(0, 1fr));

  margin-top: 36px;

  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.evo3-control-function {
  min-width: 0;

  padding: 26px 24px;

  border-right: 1px solid #dedede;
}

.evo3-control-function:first-child {
  padding-left: 0;
}

.evo3-control-function:last-child {
  border-right: 0;
}

.evo3-control-function-title {
  display: block;

  margin: 0 !important;

  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;

  color: #1d1d1f !important;
}

.evo3-control-function-desc {
  display: block;

  margin: 6px 0 0 !important;

  font-size: 10px !important;
  line-height: 1.5 !important;

  color: #85858a !important;
}


/* ============================================================
   CSS 07 - CONTROL ECOSYSTEM
   ============================================================ */

.evo3-control-ecosystem {
  margin-top: 52px;
}

.evo3-control-ecosystem-head {
  max-width: 780px;
  margin-bottom: 28px;
}

.evo3-control-ecosystem-eyebrow {
  margin: 0 0 8px !important;

  font-size: 11px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;

  letter-spacing: 1px !important;
  text-transform: uppercase;

  color: #929296 !important;
}

.evo3-control-ecosystem-title {
  margin: 0 !important;

  font-size: 25px !important;
  line-height: 1.25 !important;
  font-weight: 650 !important;

  letter-spacing: -0.5px !important;

  color: #1d1d1f !important;
}

.evo3-control-ecosystem-desc {
  max-width: 720px;

  margin: 11px 0 0 !important;

  font-size: 13px !important;
  line-height: 1.6 !important;

  color: #79797e !important;
}


/* ============================================================
   CSS 08 - TWO CONTROL OPTIONS
   ============================================================ */

.evo3-control-platforms {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 14px;
}


/* Base Card */

.evo3-control-platform {
  min-width: 0;

  padding: 30px;

  background: #f5f5f7;
}


/* AGX slightly stronger */

.evo3-control-platform-agx {
  background: #ededf0;
}

.evo3-control-platform-type {
  display: block;

  margin: 0 0 15px !important;

  font-size: 10px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;

  letter-spacing: 0.9px !important;
  text-transform: uppercase;

  color: #99999d !important;
}

.evo3-control-platform-name {
  margin: 0 !important;

  font-size: 21px !important;
  line-height: 1.3 !important;
  font-weight: 650 !important;

  color: #1d1d1f !important;
}

.evo3-control-platform-desc {
  max-width: 470px;

  margin: 9px 0 0 !important;

  font-size: 12px !important;
  line-height: 1.6 !important;

  color: #77777c !important;
}


/* ============================================================
   CSS 09 - PLATFORM CAPABILITIES
   ============================================================ */

.evo3-control-platform-points {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 13px 20px;

  margin-top: 24px;
  padding-top: 20px;

  border-top: 1px solid #d5d5d8;
}

.evo3-control-platform-point {
  min-width: 0;
}

.evo3-control-platform-value {
  display: block;

  margin: 0 !important;

  font-size: 15px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;

  color: #1d1d1f !important;
}

.evo3-control-platform-label {
  display: block;

  margin: 3px 0 0 !important;

  font-size: 10px !important;
  line-height: 1.45 !important;

  color: #85858a !important;
}


/* ============================================================
   CSS 10 - NOTE
   ============================================================ */

.evo3-control-note {
  max-width: 1000px;

  margin: 20px 0 0 !important;

  font-size: 9px !important;
  line-height: 1.6 !important;

  color: #99999d !important;
}


/* ============================================================
   CSS 11 - TABLET
   ============================================================ */

@media screen and (max-width: 900px) {

  .evo3-control-inner {
    width: min(100% - 40px, 1280px);

    padding: 68px 0;
  }

  .evo3-control-showcase {
    grid-template-columns: 1fr 1fr;
  }

  .evo3-control-spec-area {
    padding: 36px 30px 36px 10px;
  }

}


/* ============================================================
   CSS 12 - MOBILE
   ============================================================ */

@media screen and (max-width: 650px) {

  .evo3-control-inner {
    width: calc(100% - 32px);

    padding: 55px 0;
  }


  /* Header */

  .evo3-control-header {
    margin-bottom: 30px;
  }

  .evo3-control-title {
    font-size: 27px !important;

    letter-spacing: -0.5px !important;
  }

  .evo3-control-desc {
    font-size: 14px !important;
  }


  /* Showcase */

  .evo3-control-showcase {
    display: block;

    min-height: 0;
  }


  /* Image */

  .evo3-control-visual {
    padding: 30px 20px 18px;
  }

  .evo3-control-section img.evo3-control-image {
    width: 94% !important;
    max-width: 420px !important;
    max-height: none !important;
  }


  /* Specs */

  .evo3-control-spec-area {
    padding: 24px 21px 28px;
  }

  .evo3-control-spec-title {
    margin-bottom: 18px !important;

    font-size: 17px !important;
  }

  .evo3-control-spec {
    padding: 19px 11px;
  }

  .evo3-control-spec:nth-child(odd) {
    padding-left: 0;
  }

  .evo3-control-spec:nth-child(even) {
    padding-right: 0;
  }

  .evo3-control-spec-value {
    font-size: 23px !important;
  }

  .evo3-control-spec-label {
    font-size: 11px !important;
  }

  .evo3-control-spec-note {
    font-size: 9px !important;
  }


  /* Controller functions */

  .evo3-control-functions {
    grid-template-columns: repeat(2, 1fr);

    margin-top: 30px;
  }

  .evo3-control-function {
    padding: 19px 14px;
  }

  .evo3-control-function:first-child,
  .evo3-control-function:nth-child(3) {
    padding-left: 0;
  }

  .evo3-control-function:nth-child(2),
  .evo3-control-function:nth-child(4) {
    padding-right: 0;
    border-right: 0;
  }

  .evo3-control-function:nth-child(-n+2) {
    border-bottom: 1px solid #dedede;
  }

  .evo3-control-function-title {
    font-size: 14px !important;
  }

  .evo3-control-function-desc {
    font-size: 9px !important;
  }


  /* Ecosystem */

  .evo3-control-ecosystem {
    margin-top: 40px;
  }

  .evo3-control-ecosystem-title {
    font-size: 21px !important;
  }

  .evo3-control-ecosystem-desc {
    font-size: 11px !important;
  }


  /* Control Options */

  .evo3-control-platforms {
    grid-template-columns: 1fr;

    gap: 10px;
  }

  .evo3-control-platform {
    padding: 23px 20px;
  }

  .evo3-control-platform-name {
    font-size: 18px !important;
  }

  .evo3-control-platform-desc {
    font-size: 10px !important;
  }

  .evo3-control-platform-points {
    gap: 12px 15px;
  }

  .evo3-control-platform-value {
    font-size: 13px !important;
  }

  .evo3-control-platform-label {
    font-size: 9px !important;
  }

  .evo3-control-note {
    font-size: 8px !important;
  }

}
/* ============================================================
   EVO III - SUPERIOR ANTI-INTERFERENCE
   Simplified Version

   Desktop:
   Left  = Main Message + 3 Anti-Interference Capabilities
   Right = Image / Video

   Mobile:
   Text → Capabilities → Image / Video
   ============================================================ */


/* ============================================================
   CSS 01 - SECTION
   ============================================================ */

.evo3-anti-section {
  width: 100%;
  background: #ffffff;
  color: #1d1d1f;

  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    Helvetica,
    sans-serif;
}

.evo3-anti-section * {
  box-sizing: border-box;
}

.evo3-anti-inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 88px 0;

  border-top: 1px solid #eeeeee;
}


/* ============================================================
   CSS 02 - MAIN LAYOUT
   ============================================================ */

.evo3-anti-main {
  display: grid;

  grid-template-columns:
    minmax(0, 0.78fr)
    minmax(0, 1.22fr);

  gap: 70px;

  align-items: center;
}


/* ============================================================
   CSS 03 - LEFT CONTENT
   ============================================================ */

.evo3-anti-content {
  min-width: 0;
}

.evo3-anti-eyebrow {
  margin: 0 0 10px !important;
  padding: 0 !important;

  font-size: 12px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;

  letter-spacing: 1.2px !important;
  text-transform: uppercase;

  color: #8b8b8f !important;
}

.evo3-anti-title {
  max-width: 520px;

  margin: 0 !important;
  padding: 0 !important;

  font-size: clamp(31px, 3.4vw, 46px) !important;
  line-height: 1.1 !important;
  font-weight: 650 !important;

  letter-spacing: -1px !important;

  color: #1d1d1f !important;
}

.evo3-anti-desc {
  max-width: 520px;

  margin: 18px 0 0 !important;
  padding: 0 !important;

  font-size: 14px !important;
  line-height: 1.7 !important;

  color: #6e6e73 !important;
}


/* ============================================================
   CSS 04 - THREE ANTI-INTERFERENCE CAPABILITIES
   ============================================================ */

.evo3-anti-capabilities {
  margin-top: 36px;

  border-top: 1px solid #dedede;
}

.evo3-anti-capability {
  display: flex;

  align-items: flex-start;

  gap: 14px;

  padding: 19px 0;

  border-bottom: 1px solid #e5e5e5;
}


/* Small Marker */

.evo3-anti-marker {
  flex: 0 0 8px;

  width: 8px;
  height: 8px;

  margin-top: 6px;

  border: 1.5px solid #555559;
  border-radius: 50%;
}

.evo3-anti-capability-text {
  min-width: 0;
}

.evo3-anti-capability-title {
  display: block;

  margin: 0 !important;

  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;

  color: #1d1d1f !important;
}

.evo3-anti-capability-desc {
  display: block;

  max-width: 430px;

  margin: 5px 0 0 !important;

  font-size: 11px !important;
  line-height: 1.55 !important;

  color: #85858a !important;
}


/* ============================================================
   CSS 05 - RIGHT VISUAL
   ============================================================ */

.evo3-anti-visual {
  width: 100%;

  overflow: hidden;

  background: #f3f3f5;
}

.evo3-anti-section img.evo3-anti-image,
.evo3-anti-section video.evo3-anti-video {
  display: block !important;

  width: 100% !important;
  height: auto !important;

  aspect-ratio: 16 / 10;

  object-fit: cover;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  box-shadow: none !important;
}


/* ============================================================
   CSS 06 - TABLET
   ============================================================ */

@media screen and (max-width: 900px) {

  .evo3-anti-inner {
    width: min(100% - 40px, 1280px);

    padding: 68px 0;
  }

  .evo3-anti-main {
    grid-template-columns:
      minmax(0, 0.9fr)
      minmax(0, 1.1fr);

    gap: 45px;
  }

}


/* ============================================================
   CSS 07 - MOBILE

   Text
   ↓
   Capabilities
   ↓
   Image / Video

   ============================================================ */

@media screen and (max-width: 650px) {

  .evo3-anti-inner {
    width: calc(100% - 32px);

    padding: 55px 0;
  }


  /* Main Layout */

  .evo3-anti-main {
    display: flex;

    flex-direction: column;

    gap: 30px;
  }


  /* Content First */

  .evo3-anti-content {
    order: 1;
  }

  .evo3-anti-visual {
    order: 2;
  }


  /* Title */

  .evo3-anti-title {
    font-size: 28px !important;

    letter-spacing: -0.6px !important;
  }

  .evo3-anti-desc {
    font-size: 13px !important;
    line-height: 1.65 !important;
  }


  /* Capabilities */

  .evo3-anti-capabilities {
    margin-top: 29px;
  }

  .evo3-anti-capability {
    display: block;

    padding: 17px 0;
  }


  /* Mobile Hide Marker */

  .evo3-anti-marker {
    display: none !important;
  }

  .evo3-anti-capability-title {
    font-size: 13px !important;
  }

  .evo3-anti-capability-desc {
    max-width: 340px;

    margin-top: 4px !important;

    font-size: 10px !important;
    line-height: 1.5 !important;
  }


  /* Visual */

  .evo3-anti-section img.evo3-anti-image,
  .evo3-anti-section video.evo3-anti-video {
    aspect-ratio: 16 / 10;
  }

}
/* specification*/

  /* =========================
     SECTION
  ========================== */

  .evo3-specification-section {
    width: 100%;
    background: #ffffff;
    padding: 48px 20px 70px;
    box-sizing: border-box;
  }

  .evo3-specification-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }


  /* =========================
     HEADER
  ========================== */

  .evo3-specification-header {
    margin-bottom: 34px;
  }

  .evo3-specification-header h2 {
    margin: 0;
    color: #161c2a;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.8px;
  }


  /* =========================
     TABS
  ========================== */

  .evo3-specification-tabs {
    display: flex;
    align-items: center;
    gap: 10px;

    width: 100%;

    margin-bottom: 30px;

    overflow-x: auto;
    overflow-y: hidden;

    padding-bottom: 1px;

    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .evo3-specification-tabs::-webkit-scrollbar {
    display: none;
  }

  .evo3-specification-tab-btn {
    appearance: none;
    -webkit-appearance: none;

    flex: 0 0 auto;

    border: 1px solid #dfe3e9;
    outline: none;

    background: #ffffff;
    color: #202635;

    border-radius: 11px;

    min-height: 40px;
    padding: 9px 18px;

    font-family: inherit;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;

    cursor: pointer;

    transition:
      background-color 0.2s ease,
      color 0.2s ease,
      border-color 0.2s ease,
      box-shadow 0.2s ease;
  }

  .evo3-specification-tab-btn:hover {
    border-color: #b9bec8;
  }

  .evo3-specification-tab-btn.active {
    background: #151b2a;
    border-color: #151b2a;
    color: #ffffff;
    font-weight: 500;
  }


  /* =========================
     PANEL
  ========================== */

  .evo3-specification-panel {
    display: none;
  }

  .evo3-specification-panel.active {
    display: block;
    animation: evo3SpecFadeIn 0.24s ease;
  }

  @keyframes evo3SpecFadeIn {
    from {
      opacity: 0;
      transform: translateY(4px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }


  /* =========================
     CARD
  ========================== */

  .evo3-specification-card {
    width: 100%;

    overflow: hidden;

    border: 1px solid #dfe3e9;
    border-radius: 18px;

    background: #ffffff;

    box-sizing: border-box;
  }


  /* =========================
     TABLE
  ========================== */

  .evo3-specification-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;

    table-layout: fixed;

    font-size: 14px;

    color: #626b7b;
  }

  .evo3-specification-table tr {
    border-bottom: 1px solid #e9ebef;
  }

  .evo3-specification-table tr:last-child {
    border-bottom: none;
  }

  .evo3-specification-table td {
    vertical-align: top;

    padding: 21px 22px;

    line-height: 1.65;

    word-break: normal;
    overflow-wrap: break-word;

    box-sizing: border-box;
  }


  /* LEFT COLUMN */

  .evo3-specification-table td:first-child {
    width: 34%;

    background: #fafafa;

    color: #202635;

    font-weight: 600;

    letter-spacing: 0.05px;
  }


  /* RIGHT COLUMN */

  .evo3-specification-table td:nth-child(2) {
    width: 66%;

    background: #ffffff;

    color: #677181;

    font-weight: 400;
  }


  /* =========================
     SUB HEADING
  ========================== */

  .evo3-specification-table
  .evo3-spec-subheading {
    border-bottom: 1px solid #dfe3e9;
  }

  .evo3-specification-table
  .evo3-spec-subheading td {
    width: 100% !important;

    padding: 14px 22px;

    background: #f3f4f6 !important;

    color: #171d2b !important;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 0.1px;
  }


  /* =========================
     NOTES
  ========================== */

  .evo3-spec-note {
    display: inline-block;

    margin-top: 5px;

    color: #87909e;

    font-size: 12px;
    line-height: 1.55;
  }


  .evo3-specification-table strong {
    color: #46505f;
    font-weight: 600;
  }


  /* =========================================================
     TABLET
  ========================================================= */

  @media screen and (max-width: 990px) {

    .evo3-specification-section {
      padding: 42px 18px 60px;
    }

    .evo3-specification-header h2 {
      font-size: 32px;
    }

    .evo3-specification-tabs {
      margin-bottom: 25px;
    }

  }


  /* =========================================================
     MOBILE
  ========================================================= */

  @media screen and (max-width: 749px) {

    .evo3-specification-section {
      padding: 34px 15px 50px;
    }

    .evo3-specification-header {
      margin-bottom: 25px;
    }

    .evo3-specification-header h2 {
      font-size: 27px;
      line-height: 1.25;
      letter-spacing: -0.4px;
    }

    .evo3-specification-tabs {
      gap: 8px;

      margin-right: -15px;
      width: calc(100% + 15px);

      padding-right: 15px;
    }

    .evo3-specification-tab-btn {
      min-height: 38px;

      border-radius: 10px;

      padding: 8px 15px;

      font-size: 12px;
    }

    .evo3-specification-card {
      border-radius: 14px;
    }

    .evo3-specification-table {
      font-size: 13px;
    }

    .evo3-specification-table td {
      padding: 17px 14px;

      line-height: 1.55;
    }

    .evo3-specification-table td:first-child {
      width: 38%;
    }

    .evo3-specification-table td:nth-child(2) {
      width: 62%;
    }

    .evo3-specification-table
    .evo3-spec-subheading td {
      padding: 12px 14px;

      font-size: 13px;
    }

    .evo3-spec-note {
      font-size: 11px;
    }

  }


  /* =========================================================
     EXTRA SMALL MOBILE
  ========================================================= */

  @media screen and (max-width: 480px) {

    .evo3-specification-header h2 {
      font-size: 25px;
    }

    .evo3-specification-table td {
      padding: 15px 12px;
    }

    .evo3-specification-table td:first-child {
      width: 40%;
    }

    .evo3-specification-table td:nth-child(2) {
      width: 60%;
    }

  }
  <!-- =========================================================
     CSS
========================================================= -->



/* =========================================================
   EVO III 4T PRO SPECIFICATION
========================================================= */

.evo3-4tpro-specification-section {
  width: 100%;
  background: #ffffff;
  padding: 48px 20px 70px;
  box-sizing: border-box;
}


/* =========================================================
   CONTAINER
========================================================= */

.evo3-4tpro-specification-section .specification-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.evo3-4tpro-specification-section .specification-header {
  margin-bottom: 34px;
}

.evo3-4tpro-specification-section .specification-header h2 {
  margin: 0;
  color: #161c2a;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.8px;
}


/* =========================================================
   TABS
========================================================= */

.evo3-4tpro-specification-section .specification-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 30px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 1px;

  scrollbar-width: none;
  -ms-overflow-style: none;
}

.evo3-4tpro-specification-section
.specification-tabs::-webkit-scrollbar {
  display: none;
}

.evo3-4tpro-specification-section
.specification-tab-btn {
  appearance: none;
  -webkit-appearance: none;

  flex: 0 0 auto;

  min-height: 40px;
  padding: 9px 18px;

  border: 1px solid #dfe3e9;
  border-radius: 11px;

  background: #ffffff;
  color: #202635;

  font-family: inherit;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;

  outline: none;
  cursor: pointer;

  white-space: nowrap;

  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.evo3-4tpro-specification-section
.specification-tab-btn:hover {
  border-color: #b9bec8;
}

.evo3-4tpro-specification-section
.specification-tab-btn.active {
  background: #151b2a;
  border-color: #151b2a;
  color: #ffffff;
  font-weight: 500;
}


/* =========================================================
   PANELS

   IMPORTANT:
   Your theme JS adds/removes "active" from
   .specification-panel.
========================================================= */

.evo3-4tpro-specification-section
.specification-panel {
  display: none;
}

.evo3-4tpro-specification-section
.specification-panel.active {
  display: block;
  animation: evo34tproSpecFadeIn 0.22s ease;
}

@keyframes evo34tproSpecFadeIn {

  from {
    opacity: 0;
    transform: translateY(3px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}


/* =========================================================
   CARD
========================================================= */

.evo3-4tpro-specification-section
.specification-card {
  width: 100%;
  overflow: hidden;

  border: 1px solid #dfe3e9;
  border-radius: 18px;

  background: #ffffff;

  box-sizing: border-box;
}


/* =========================================================
   TABLE
========================================================= */

.evo3-4tpro-specification-section
.specification-table {
  width: 100%;

  border-collapse: collapse;
  border-spacing: 0;

  table-layout: fixed;

  color: #626b7b;

  font-size: 14px;
}

.evo3-4tpro-specification-section
.specification-table tr {
  border-bottom: 1px solid #e8eaee;
}

.evo3-4tpro-specification-section
.specification-table tr:last-child {
  border-bottom: none;
}

.evo3-4tpro-specification-section
.specification-table td {
  vertical-align: top;

  padding: 20px 22px;

  line-height: 1.6;

  box-sizing: border-box;

  word-break: normal;
  overflow-wrap: break-word;
}


/* =========================================================
   LEFT COLUMN
========================================================= */

.evo3-4tpro-specification-section
.specification-table td:first-child {
  width: 34%;

  background: #fafafa;

  color: #202635;

  font-weight: 600;

  border-right: 1px solid #e8eaee;
}


/* =========================================================
   RIGHT COLUMN
========================================================= */

.evo3-4tpro-specification-section
.specification-table td:nth-child(2) {
  width: 66%;

  background: #ffffff;

  color: #687283;

  font-weight: 400;
}


/* =========================================================
   SUBHEADING
========================================================= */

.evo3-4tpro-specification-section
.specification-table
.specification-subheading {
  border-bottom: 1px solid #dde1e7;
}

.evo3-4tpro-specification-section
.specification-table
.specification-subheading td {
  width: 100% !important;

  padding: 14px 22px;

  background: #f4f5f7 !important;

  color: #161c2a !important;

  font-size: 14px;
  font-weight: 700;

  border-right: none !important;
}


/* =========================================================
   NOTES
========================================================= */

.evo3-4tpro-specification-section
.specification-note {
  display: block;

  margin-top: 6px;

  color: #8992a2;

  font-size: 12px;
  line-height: 1.5;
}

.evo3-4tpro-specification-section
.specification-table strong {
  color: #414a59;
  font-weight: 600;
}


/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 990px) {

  .evo3-4tpro-specification-section {
    padding: 42px 18px 60px;
  }

  .evo3-4tpro-specification-section
  .specification-header h2 {
    font-size: 32px;
  }

  .evo3-4tpro-specification-section
  .specification-tabs {
    margin-bottom: 25px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 749px) {

  .evo3-4tpro-specification-section {
    padding: 34px 15px 50px;
  }

  .evo3-4tpro-specification-section
  .specification-header {
    margin-bottom: 25px;
  }

  .evo3-4tpro-specification-section
  .specification-header h2 {
    font-size: 27px;
    line-height: 1.25;
    letter-spacing: -0.4px;
  }

  .evo3-4tpro-specification-section
  .specification-tabs {
    gap: 8px;

    width: calc(100% + 15px);
    margin-right: -15px;

    padding-right: 15px;
  }

  .evo3-4tpro-specification-section
  .specification-tab-btn {
    min-height: 38px;

    padding: 8px 15px;

    border-radius: 10px;

    font-size: 12px;
  }

  .evo3-4tpro-specification-section
  .specification-card {
    border-radius: 14px;
  }

  .evo3-4tpro-specification-section
  .specification-table {
    font-size: 13px;
  }

  .evo3-4tpro-specification-section
  .specification-table td {
    padding: 17px 14px;
    line-height: 1.55;
  }

  .evo3-4tpro-specification-section
  .specification-table td:first-child {
    width: 38%;
  }

  .evo3-4tpro-specification-section
  .specification-table td:nth-child(2) {
    width: 62%;
  }

  .evo3-4tpro-specification-section
  .specification-table
  .specification-subheading td {
    padding: 12px 14px;
    font-size: 13px;
  }

  .evo3-4tpro-specification-section
  .specification-note {
    font-size: 11px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media screen and (max-width: 480px) {

  .evo3-4tpro-specification-section
  .specification-header h2 {
    font-size: 25px;
  }

  .evo3-4tpro-specification-section
  .specification-table td {
    padding: 15px 12px;
  }

  .evo3-4tpro-specification-section
  .specification-table td:first-child {
    width: 40%;
  }

  .evo3-4tpro-specification-section
  .specification-table td:nth-child(2) {
    width: 60%;
  }

}
.packing-list-section {
  max-width: 1140px;
  margin: 0 auto;
  padding: 48px 20px 70px;
}

.packing-list-section h2 {
  margin: 0 0 30px;
  color: #161c2a;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.8px;
}

.packing-list-section picture,
.packing-list-section img {
  display: block;
  width: 100%;
}

.packing-list-section img {
  height: auto;
}

@media screen and (max-width: 749px) {
  .packing-list-section {
    padding: 34px 15px 50px;
  }

  .packing-list-section h2 {
    margin-bottom: 22px;
    font-size: 27px;
    letter-spacing: -0.4px;
  }
}


