/** Shopify CDN: Minification failed

Line 4605: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;
}

.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;
}

.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;


.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;
  }

  .evo3-flight-header {
    margin-bottom: 35px;
  }

  /* 主标题：27 → 29 */
  .evo3-flight-title {
    font-size: 29px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.5px !important;
  }

  /* 顶部正文：14 → 15 */
  .evo3-flight-desc {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .evo3-flight-performance-grid {
    display: block;
  }

  /* 35 km 主卡片 */
  .evo3-flight-transmission {
    min-height: 360px;
    padding: 30px 25px;
  }

  .evo3-flight-transmission-content {
    margin-top: 55px;
  }

  .evo3-flight-transmission-value {
    font-size: 62px !important;
    letter-spacing: -2px !important;
  }

  /* Max Video Transmission Distance */
  .evo3-flight-transmission-label {
    margin-top: 14px !important;
    font-size: 19px !important;
    line-height: 1.35 !important;
  }

  /* 35km 卡片正文 */
  .evo3-flight-transmission-desc {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }

  /* FCC 那段小字 */
  .evo3-flight-transmission-condition {
    font-size: 11px !important;
    line-height: 1.55 !important;
  }

  .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;
  }

  /* Up to 48 min / 23 m/s / IP43 */
  .evo3-flight-main-value {
    font-size: 27px !important;
  }

  /* Max Flight Time / Max Horizontal Speed */
  .evo3-flight-main-label {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  /* ABE41... / Forward... 这些灰色说明 */
  .evo3-flight-main-note {
    font-size: 11px !important;
    line-height: 1.45 !important;
  }

  .evo3-flight-secondary {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 38px;
  }

  .evo3-flight-secondary-item {
    padding: 26px 17px;
  }

  /* 5,000m / -20°C / ≤8 sec / ±0.1m */
  .evo3-flight-secondary-value {
    font-size: 21px !important;
  }

  /* Max Service Ceiling 等 */
  .evo3-flight-secondary-label {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  /* Above sea level 等灰色小字 */
  .evo3-flight-secondary-note {
    font-size: 10.5px !important;
    line-height: 1.45 !important;
  }

  /* 最下面 * Video transmission... */
  .evo3-flight-region-note {
    font-size: 10px !important;
    line-height: 1.55 !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;


.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%;
  aspect-ratio: 16 / 9;

  margin: 0;
  padding: 0;

  overflow: hidden;

  /*background: #000;*/
}

.evo3-oa-sensor-video {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  margin: 0;
  padding: 0;
}


/* 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;



.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 
  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;


.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: 2px;
    bottom: 3px;

    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;


.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;


.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: 15px !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: 12px !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;


.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;
  }
}


/* =========================================================
   VARIABLES 多机协同
========================================================= */

#evo3-agc {

  --evo3-red: #e1251b;

  --evo3-black: #151515;

  --evo3-text: #5f5f5f;

  --evo3-muted: #a2a2a2;

  --evo3-bg: #f5f5f7;

  --evo3-line: #e2e2e2;

  --evo3-white: #ffffff;


  width: 100%;

  padding:
    96px
    24px
    104px;

  background:
    var(--evo3-white);

  color:
    var(--evo3-black);

}


#evo3-agc *,
#evo3-agc *::before,
#evo3-agc *::after {

  box-sizing: border-box;

}



/* =========================================================
   CONTAINER
========================================================= */

.evo3-agc__container {

  width: 100%;

  max-width: 1380px;

  margin:
    0
    auto;

}



/* =========================================================
   HEADER
========================================================= */

/* =========================================================
   HEADER
   MATCH OTHER EVO III PAGE SECTIONS
========================================================= */

.evo3-agc__header {
  width: 100%;
  max-width: none;

  margin: 0 0 44px;

  text-align: left;
}


/* Small eyebrow */

.evo3-agc__eyebrow {
  margin: 0 0 14px;

  color: #7d7d7d;

  font-size: 12px;
  line-height: 1.4;

  font-weight: 500;

  letter-spacing: 0.11em;

  text-transform: uppercase;
}


/* Main heading */

.evo3-agc__title {
  margin: 0;

  color: #111111;

  font-size: clamp(36px, 3vw, 48px);
  line-height: 1.12;

  font-weight: 600;

  letter-spacing: -0.035em;
}


/* Description */

.evo3-agc__intro {
  max-width: 1180px;

  margin: 17px 0 0;

  color: #686868;

  font-size: 15px;
  line-height: 1.7;

  font-weight: 400;
}


/* OmniLink emphasis */

.evo3-agc__intro strong {
  color: #222222;

  font-weight: 600;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 990px) {

  .evo3-agc__header {
    margin-bottom: 36px;
  }

  .evo3-agc__title {
    font-size: 38px;
  }

  .evo3-agc__intro {
    font-size: 15px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 749px) {

  .evo3-agc__header {
    margin-bottom: 28px;

    padding: 0 20px;

    text-align: left;
  }


  .evo3-agc__eyebrow {
    margin-bottom: 10px;

    font-size: 10px;

    letter-spacing: 0.1em;
  }


  .evo3-agc__title {
    font-size: 30px;
    line-height: 1.12;

    letter-spacing: -0.025em;
  }


  .evo3-agc__intro {
    margin-top: 13px;

    font-size: 13px;
    line-height: 1.65;
  }

}


.evo3-agc__intro strong {

  color: #252525;

  font-weight: 600;

}



/* =========================================================
   SLIDER
========================================================= */

.evo3-agc__slider {

  width: 100%;

}



.evo3-agc__viewport {

  position: relative;

  width: 100%;

  overflow: hidden;

  background:
    var(--evo3-bg);

  border-radius: 8px;

}



/* =========================================================
   SLIDES
========================================================= */

.evo3-agc-slide {

  position: absolute;

  inset: 0;

  width: 100%;

  opacity: 0;

  visibility: hidden;

  pointer-events: none;

  transform:
    translateX(24px);

  transition:

    opacity
    .42s
    ease,

    transform
    .5s
    cubic-bezier(
      .22,
      .61,
      .36,
      1
    ),

    visibility
    .42s
    ease;

}



.evo3-agc-slide.is-active {

  position: relative;

  opacity: 1;

  visibility: visible;

  pointer-events: auto;

  transform:
    translateX(0);

}



/* =========================================================
   VISUAL
========================================================= */

.evo3-agc-slide__visual {

  position: relative;

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  overflow: hidden;

  background:
    var(--evo3-bg);

}



.evo3-agc-slide__visual picture {

  display: block;

  width: 100%;

}



.evo3-agc-slide__visual img {

  display: block;

  width: 100%;

  max-width: none;

  height: auto;

  user-select: none;

  -webkit-user-drag: none;

}



/* =========================================================
   DESKTOP IMAGE
========================================================= */

@media (min-width: 750px) {

  .evo3-agc-slide__visual {

    aspect-ratio:
      16 / 9;

  }


  .evo3-agc-slide__visual picture {

    width: 100%;

    height: 100%;

  }


  .evo3-agc-slide__visual img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

  }

}



/* =========================================================
   FEATURE COPY
========================================================= */

.evo3-agc-slide__info {

  width: 100%;

  display: grid;

  grid-template-columns:
    52px
    minmax(0, 1fr);

  gap: 20px;

  align-items: start;

  padding:

    30px
    46px
    34px;

  background:
    var(--evo3-bg);

  border-top:

    1px
    solid
    rgba(0,0,0,.045);

}



.evo3-agc-slide__index {

  padding-top: 5px;

  color:
    #aaaaaa;

  font-size: 13px;

  line-height: 1;

  font-weight: 600;

  letter-spacing: .06em;

}



.evo3-agc-slide__copy h3 {

  margin: 0;

  color:
    var(--evo3-black);

  font-size: 26px;

  line-height: 1.25;

  font-weight: 600;

  letter-spacing:
    -0.025em;

}



.evo3-agc-slide__copy p {

  max-width: 850px;

  margin:
    9px
    0
    0;

  color:
    #666666;

  font-size: 15px;

  line-height: 1.65;

}



/* =========================================================
   ARROWS
========================================================= */

.evo3-agc__arrow {

  position: absolute;

  top: 45%;

  z-index: 20;

  width: 46px;

  height: 46px;

  padding: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  border:

    1px
    solid
    rgba(0,0,0,.08);

  border-radius: 50%;

  background:
    rgba(255,255,255,.94);

  color:
    #292929;

  cursor: pointer;

  transform:
    translateY(-50%);

  box-shadow:

    0
    5px
    22px
    rgba(0,0,0,.08);

  transition:

    background
    .25s
    ease,

    box-shadow
    .25s
    ease;

}



.evo3-agc__arrow svg {

  width: 21px;

  height: 21px;

}



.evo3-agc__arrow:hover {

  background: #ffffff;

  box-shadow:

    0
    7px
    28px
    rgba(0,0,0,.12);

}



.evo3-agc__arrow--prev {

  left: 20px;

}



.evo3-agc__arrow--next {

  right: 20px;

}



/* =========================================================
   TABS
========================================================= */

.evo3-agc__tabs {

  width: 100%;

  display: grid;

  grid-template-columns:
    repeat(
      4,
      minmax(0,1fr)
    );

  background:
    #ffffff;

  border-bottom:

    1px
    solid
    var(--evo3-line);

}



.evo3-agc__tab {

  position: relative;

  min-width: 0;

  min-height: 74px;

  padding:

    18px
    18px
    17px;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 9px;

  border: 0;

  background:
    transparent;

  color:
    #696969;

  font-family: inherit;

  font-size: 14px;

  line-height: 1.35;

  font-weight: 500;

  cursor: pointer;

  transition:

    color
    .25s
    ease,

    background
    .25s
    ease;

}



.evo3-agc__tab:hover {

  color:
    #222222;

  background:
    rgba(0,0,0,.012);

}



.evo3-agc__tab::after {

  content: "";

  position: absolute;

  left: 50%;

  bottom: -1px;

  width: 0;

  height: 2px;

  background:
    var(--evo3-red);

  transform:
    translateX(-50%);

  transition:

    width
    .3s
    ease;

}



.evo3-agc__tab.is-active {

  color:
    var(--evo3-red);

  font-weight: 600;

}



.evo3-agc__tab.is-active::after {

  width: 100%;

}



.evo3-agc__tab-num {

  color:
    #b2b2b2;

  font-size: 11px;

  font-weight: 600;

}



.evo3-agc__tab.is-active
.evo3-agc__tab-num {

  color:
    var(--evo3-red);

}



/* =========================================================
   TABLET
========================================================= */

@media (max-width: 990px) {

  #evo3-agc {

    padding:

      78px
      20px
      86px;

  }


  .evo3-agc-slide__copy h3 {

    font-size: 23px;

  }


  .evo3-agc__tab {

    font-size: 12px;

  }

}



/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 749px) {

  #evo3-agc {

    padding:

      56px
      0
      64px;

  }



  /* Header */

  .evo3-agc__header {

    max-width: none;

    margin:

      0
      auto
      28px;

    padding:

      0
      20px;

  }



  .evo3-agc__eyebrow {

    margin-bottom: 9px;

    font-size: 10px;

    letter-spacing: .08em;

  }



  .evo3-agc__title {

    font-size: 31px;

    line-height: 1.1;

  }



  .evo3-agc__intro {

    margin-top: 15px;

    font-size: 14px;

    line-height: 1.62;

  }



  /* Main slider */

  .evo3-agc__viewport {

    border-radius: 0;

  }



  /* Mobile image */

  .evo3-agc-slide__visual {

    width: 100%;

    height: auto;

    aspect-ratio: auto;

  }



  .evo3-agc-slide__visual picture {

    width: 100%;

    height: auto;

  }



  .evo3-agc-slide__visual img {

    display: block;

    width: 100%;

    height: auto;

    object-fit: contain;

  }



  /* Mobile content */

  .evo3-agc-slide__info {

    display: block;

    padding:

      18px
      20px
      22px;

    background:
      #ffffff;

    border-top: 0;

  }



  .evo3-agc-slide__index {

    display: none;

  }



  .evo3-agc-slide__copy h3 {

    font-size: 18px;

    line-height: 1.32;

  }



  .evo3-agc-slide__copy p {

    margin-top: 7px;

    color:
      #707070;

    font-size: 13px;

    line-height: 1.56;

  }



  /* Hide arrows */

  .evo3-agc__arrow {

    display: none;

  }



  /* Mobile tabs */

  .evo3-agc__tabs {

    display: flex;

    width: 100%;

    overflow-x: auto;

    overflow-y: hidden;

    padding:

      0
      8px;

    scrollbar-width: none;

    scroll-behavior: smooth;

    -webkit-overflow-scrolling: touch;

  }



  .evo3-agc__tabs::-webkit-scrollbar {

    display: none;

  }



  .evo3-agc__tab {

    flex:
      0
      0
      auto;

    width: auto;

    min-width: max-content;

    min-height: 52px;

    padding:

      16px
      13px
      14px;

    display: block;

    white-space: nowrap;

    font-size: 12px;

    line-height: 1.2;

  }



  .evo3-agc__tab-num {

    display: none;

  }



  .evo3-agc__tab::after {

    height: 2px;

  }

}



/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 390px) {

  .evo3-agc__title {

    font-size: 28px;

  }


  .evo3-agc__intro {

    font-size: 13px;

  }


  .evo3-agc-slide__copy h3 {

    font-size: 17px;

  }


  .evo3-agc__tab {

    font-size: 11.5px;

    padding-left: 11px;

    padding-right: 11px;

  }

}



/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .evo3-agc-slide,

  .evo3-agc__tab,

  .evo3-agc__tab::after,

  .evo3-agc__arrow,

  .evo3-agc__tabs {

    transition:
      none !important;

    scroll-behavior:
      auto !important;

  }

}
/* =========================================================
   EVO III - MULTI-ENVIRONMENT AUTONOMY
========================================================= */

.evo3-mea-section {
  width: 100%;
  padding: 72px 24px 88px;
  background: #ffffff;
  box-sizing: border-box;
}

.evo3-mea-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.evo3-mea-header {
  width: 100%;
  margin: 0 0 42px;
  text-align: left;
}


/* Eyebrow */

.evo3-mea-eyebrow {
  margin: 0 0 16px;

  color: #7c7c7c;

  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;

  letter-spacing: 1.1px;
  text-transform: uppercase;
}


/* Main Title */

.evo3-mea-title {
  margin: 0;

  color: #111111;

  font-size: 28px;
  line-height: 1.25;
  font-weight: 600;

  letter-spacing: -0.7px;
}


/* Description */

.evo3-mea-desc {
  max-width: 1280px;

  margin: 18px 0 0;

  color: #686868;

  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;

  letter-spacing: 0.15px;
}


/* =========================================================
   MAIN MEDIA
========================================================= */

.evo3-mea-media {
  position: relative;

  width: 100%;

  aspect-ratio: 16 / 9;

  overflow: hidden;

  
}


/* Video */

.evo3-mea-video {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}


/* =========================================================
   POSITIONING / NAVIGATION
========================================================= */

.evo3-mea-navigation {
  width: 100%;
  margin: 34px auto 0;
}


/* Subtitle */

.evo3-mea-subtitle {
  margin: 0 0 22px;

  color: #777777;

  text-align: center;

  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
}


/* =========================================================
   FEATURE GRID
========================================================= */

.evo3-mea-grid {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 18px;
}


/* Feature Card */

.evo3-mea-card {
  display: flex;
  align-items: flex-start;

  min-height: 132px;

  padding: 26px 28px;

  background: #fafafa;

  border-radius: 8px;

  box-sizing: border-box;

  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}


.evo3-mea-card:hover {
  transform: translateY(-3px);

  background: #f6f6f6;
}


/* =========================================================
   CARD ICON
========================================================= */

.evo3-mea-card-icon {
  flex: 0 0 auto;

  width: 28px;

  padding-top: 4px;
}


.evo3-mea-card-icon span {
  position: relative;

  display: block;

  width: 10px;
  height: 10px;

  border: 1px solid #e58b8b;

  box-sizing: border-box;
}


.evo3-mea-card-icon span::after {
  content: "";

  position: absolute;

  top: 2px;
  left: 2px;

  width: 4px;
  height: 4px;

  background: #ee9a9a;
}


/* =========================================================
   CARD CONTENT
========================================================= */

.evo3-mea-card-content {
  min-width: 0;
}


.evo3-mea-card-content h4 {
  margin: 0;

  color: #737373;

  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}


.evo3-mea-card-content p {
  margin: 9px 0 0;

  color: #a0a0a0;

  font-size: 13px;
  line-height: 1.55;
  font-weight: 400;
}


/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 1024px) {

  .evo3-mea-section {
    padding: 60px 28px 72px;
  }


  /* Header */

  .evo3-mea-header {
    margin-bottom: 34px;
  }


  .evo3-mea-title {
    font-size: 27px;
  }


  .evo3-mea-desc {
    max-width: 950px;

    font-size: 14px;
  }


  /* Cards */

  .evo3-mea-card {
    padding: 24px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 749px) {

  .evo3-mea-section {
    padding: 46px 16px 54px;
  }


  /* =========================
     HEADER
  ========================== */

  .evo3-mea-header {
    margin-bottom: 26px;
  }


  .evo3-mea-eyebrow {
    margin-bottom: 11px;

    font-size: 10px;

    letter-spacing: 0.9px;
  }


  .evo3-mea-title {
    font-size: 25px;

    line-height: 1.2;

    letter-spacing: -0.5px;
  }


  .evo3-mea-desc {
    margin-top: 14px;

    font-size: 13px;

    line-height: 1.65;
  }


  /* =========================
     VIDEO
  ========================== */

  .evo3-mea-media {
    aspect-ratio: 16 / 10;
  }


  /* =========================
     NAVIGATION
  ========================== */

  .evo3-mea-navigation {
    margin-top: 26px;
  }


  .evo3-mea-subtitle {
    margin-bottom: 17px;

    font-size: 15px;
  }


  /* =========================
     FEATURE GRID
  ========================== */

  .evo3-mea-grid {
    grid-template-columns: 1fr;

    gap: 12px;
  }


  .evo3-mea-card {
    min-height: 0;

    padding: 20px 18px;

    border-radius: 7px;
  }


  .evo3-mea-card-icon {
    width: 25px;
  }


  .evo3-mea-card-content h4 {
    font-size: 13px;
  }


  .evo3-mea-card-content p {
    margin-top: 7px;

    font-size: 12px;

    line-height: 1.55;
  }

}

/* ============================================================
   EVO III - OMNILINK VIDEO TRANSMISSION
   INDEPENDENT MODULE
   Prefix: evo3-omni2-
   ============================================================ */


/* ============================================================
   01 - SECTION
   ============================================================ */

.evo3-omni2-section {
  width: 100%;
  background: #ffffff;
  color: #1d1d1f;
}

.evo3-omni2-section * {
  box-sizing: border-box;
}

.evo3-omni2-container {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 90px 0;
}


/* ============================================================
   02 - HEADER
   ============================================================ */

.evo3-omni2-header {
  max-width: 1000px;
  margin-bottom: 72px;
}

.evo3-omni2-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-omni2-title {
  margin: 0 !important;
  padding: 0 !important;

  font-size: clamp(32px, 3.2vw, 44px) !important;
  line-height: 1.15 !important;
  font-weight: 650 !important;

  letter-spacing: -0.9px !important;

  color: #1d1d1f !important;
}

.evo3-omni2-desc {
  max-width: 980px;

  margin: 17px 0 0 !important;
  padding: 0 !important;

  font-size: 15px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;

  color: #6e6e73 !important;
}


/* ============================================================
   03 - FEATURE ROW
   ============================================================ */

.evo3-omni2-row {
  display: grid;

  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(0, 1.1fr);

  gap: 70px;

  align-items: center;

  margin-bottom: 90px;
}

.evo3-omni2-row:last-child {
  margin-bottom: 0;
}


/* ============================================================
   04 - REVERSE ROW
   ============================================================ */

.evo3-omni2-row-reverse {
  grid-template-columns:
    minmax(0, 1.1fr)
    minmax(0, 0.9fr);
}


/* ============================================================
   05 - COPY
   ============================================================ */

.evo3-omni2-copy {
  width: 100%;
}

.evo3-omni2-feature-title {
  margin: 0 !important;
  padding: 0 !important;

  font-size: 24px !important;
  line-height: 1.3 !important;
  font-weight: 650 !important;

  letter-spacing: -0.35px !important;

  color: #1d1d1f !important;
}

.evo3-omni2-feature-desc {
  max-width: 500px;

  margin: 12px 0 0 !important;
  padding: 0 !important;

  font-size: 14px !important;
  line-height: 1.65 !important;

  color: #747478 !important;
}


/* ============================================================
   06 - MEDIA
   ============================================================ */

.evo3-omni2-media {
  width: 100%;

  overflow: hidden;

  background: transparent;
}

.evo3-omni2-section img.evo3-omni2-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;
}


/* ============================================================
   07 - TABLET
   ============================================================ */

@media screen and (max-width: 900px) {

  .evo3-omni2-container {
    width: min(100% - 40px, 1280px);
    padding: 70px 0;
  }

  .evo3-omni2-header {
    margin-bottom: 55px;
  }

  .evo3-omni2-row,
  .evo3-omni2-row-reverse {
    gap: 45px;
  }

  .evo3-omni2-feature-title {
    font-size: 22px !important;
  }

}


/* ============================================================
   08 - MOBILE
   ============================================================ */

@media screen and (max-width: 650px) {

  .evo3-omni2-container {
    width: calc(100% - 32px);
    padding: 55px 0;
  }


  /* Header */

  .evo3-omni2-header {
    margin-bottom: 40px;
  }

  .evo3-omni2-eyebrow {
    font-size: 11px !important;
  }

  .evo3-omni2-title {
    font-size: 28px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.5px !important;
  }

  .evo3-omni2-desc {
    margin-top: 14px !important;

    font-size: 14px !important;
    line-height: 1.6 !important;
  }


  /* Rows */

  .evo3-omni2-row,
  .evo3-omni2-row-reverse {
    display: flex;
    flex-direction: column;

    gap: 24px;

    margin-bottom: 55px;
  }


  /* Mobile order:
     text first
     image second
  */

  .evo3-omni2-row .evo3-omni2-copy,
  .evo3-omni2-row-reverse .evo3-omni2-copy {
    order: 1;
  }

  .evo3-omni2-row .evo3-omni2-media,
  .evo3-omni2-row-reverse .evo3-omni2-media {
    order: 2;
  }


  /* Feature text */

  .evo3-omni2-feature-title {
    font-size: 21px !important;
    line-height: 1.3 !important;
  }

  .evo3-omni2-feature-desc {
    max-width: 100%;

    margin-top: 9px !important;

    font-size: 13px !important;
    line-height: 1.6 !important;
  }


  /* Image */

  .evo3-omni2-media {
    width: 100%;

    background: transparent !important;

    border: none !important;
    box-shadow: none !important;
  }

  .evo3-omni2-section img.evo3-omni2-image {
    width: 100% !important;
    height: auto !important;

    aspect-ratio: 16 / 10;

    object-fit: cover !important;

    border: none !important;
    box-shadow: none !important;
    outline: none !important;
  }

}
/* =========================================================
   EVO III - AUTEL SDK
========================================================= */

.evo3-sdk-section {
  width: 100%;
  padding: 76px 24px 92px;
  box-sizing: border-box;
}

.evo3-sdk-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.evo3-sdk-header {
  width: 100%;
  margin: 0 0 42px;
  text-align: left;
}

.evo3-sdk-eyebrow {
  margin: 0 0 15px;

  color: #7b7b7b;

  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;

  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.evo3-sdk-title {
  margin: 0;

  color: #111111;

  font-size: 28px;
  line-height: 1.25;
  font-weight: 600;

  letter-spacing: -0.7px;
}

.evo3-sdk-desc {
  max-width: 1280px;

  margin: 18px 0 0;

  color: #626262;

  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;

  letter-spacing: 0.1px;
}


/* =========================================================
   SDK GRID
========================================================= */

.evo3-sdk-grid {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 26px;

  align-items: stretch;

  width: 100%;
}


/* =========================================================
   LEFT IMAGE
========================================================= */

.evo3-sdk-main-media {
  position: relative;

  width: 100%;

  overflow: hidden;

  /*background: #e9edf2;*/
}

.evo3-sdk-main-media img {
  display: block;

  width: 100%;
  height: 100%;

  aspect-ratio: 4 / 3;

  object-fit: cover;
}


/* =========================================================
   RIGHT CARD
========================================================= */

.evo3-sdk-card {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 100%;

  background: #ffffff;

  box-sizing: border-box;
}

.evo3-sdk-card-inner {
  width: 100%;
  max-width: 560px;

  padding: 60px 46px;

  text-align: center;

  box-sizing: border-box;
}


/* =========================================================
   ICON
========================================================= */

.evo3-sdk-icon-wrap {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 120px;
  height: 120px;

  margin: 0 auto 24px;
}

.evo3-sdk-icon-wrap img {
  display: block;
  box-shadow: none;
  width: 100%;
  height: 100%;

  object-fit: contain;
}


/* =========================================================
   CARD TEXT
========================================================= */

.evo3-sdk-card-title {
  margin: 0;

  color: #111111;

  font-size: 25px;
  line-height: 1.3;
  font-weight: 600;

  letter-spacing: -0.4px;
}

.evo3-sdk-card-desc {
  margin: 20px 0 0;

  color: #5f5f5f;

  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
}


/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 1024px) {

  .evo3-sdk-section {
    padding: 60px 28px 74px;
  }

  .evo3-sdk-header {
    margin-bottom: 34px;
  }

  .evo3-sdk-grid {
    gap: 20px;
  }

  .evo3-sdk-card-inner {
    padding: 42px 30px;
  }

  .evo3-sdk-icon-wrap {
    width: 96px;
    height: 96px;

    margin-bottom: 20px;
  }

  .evo3-sdk-card-title {
    font-size: 22px;
  }

  .evo3-sdk-card-desc {
    margin-top: 15px;

    font-size: 15px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 749px) {

  .evo3-sdk-section {
    padding: 46px 16px 56px;
  }


  /* Header */

  .evo3-sdk-header {
    margin-bottom: 28px;
  }

  .evo3-sdk-eyebrow {
    margin-bottom: 11px;

    font-size: 10px;

    letter-spacing: 0.9px;
  }

  .evo3-sdk-title {
    font-size: 25px;
    line-height: 1.2;

    letter-spacing: -0.5px;
  }

  .evo3-sdk-desc {
    margin-top: 14px;

    font-size: 13px;
    line-height: 1.65;
  }


  /* Grid → Vertical */

  .evo3-sdk-grid {
    display: flex;

    flex-direction: column;

    gap: 16px;
  }


  /* Main Image */

  .evo3-sdk-main-media {
    width: 100%;
  }

  .evo3-sdk-main-media img {
    width: 100%;
    height: auto;

    aspect-ratio: 4 / 3;

    object-fit: cover;
  }


  /* Card */

  .evo3-sdk-card {
    width: 100%;

    min-height: 360px;
  }

  .evo3-sdk-card-inner {
    max-width: none;

    padding: 42px 24px;
  }

  .evo3-sdk-icon-wrap {
    width: 88px;
    height: 88px;

    margin-bottom: 18px;
  }

  .evo3-sdk-card-title {
    font-size: 21px;
    line-height: 1.3;
  }

  .evo3-sdk-card-desc {
    margin-top: 13px;

    font-size: 14px;
    line-height: 1.6;
  }

}/* =========================================================
   AUTEL EVO III SERIES
   MULTI-MISSION PAYLOADS
========================================================= */

.evo3-payloads {
  width: 100%;
  padding: 96px 24px 105px;
  background: #ffffff;
  color: #111111;
  box-sizing: border-box;
}

.evo3-payloads *,
.evo3-payloads *::before,
.evo3-payloads *::after {
  box-sizing: border-box;
}


/* =========================================================
   CONTAINER
========================================================= */

.evo3-payloads__inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

/* =========================================================
   HEADER
========================================================= */

.evo3-payloads__header {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 56px;
  text-align: left;
}

.evo3-payloads__eyebrow {
  margin: 0 0 12px;
  padding: 0;

  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  color: #8a8a8a;
}

.evo3-payloads__title {
  margin: 0;
  padding: 0;

  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.035em;

  color: #222222;
}

.evo3-payloads__desc {
  max-width: 1080px;
  margin: 14px 0 0;
  padding: 0;

  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;

  color: #7a7a7a;
}


/* =========================================================
   THREE-COLUMN LAYOUT
========================================================= */

.evo3-payloads__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}


/* =========================================================
   PAYLOAD COLUMN

   Desktop structure:
   Row 1 = Image
   Row 2 = Introduction
   Row 3 = Key Specifications
   Row 4 = Best For
   Row 5 = CTA

   All three payloads use exactly the same row heights.
========================================================= */

.evo3-payload {
  display: grid;

  grid-template-rows:
    330px
    285px
    365px
    155px
    82px;

  min-width: 0;
  height: 100%;

  padding: 0 32px;

  background: transparent;

  border: 0;
  outline: 0;
  box-shadow: none;
}


/* First column */

.evo3-payload:first-child {
  padding-left: 0;
}


/* Last column */

.evo3-payload:last-child {
  padding-right: 0;
}


/* Vertical divider */

.evo3-payload + .evo3-payload {
  border-left: 1px solid #d9d9d9;
}


/* =========================================================
   IMPORTANT
   Flatten body so its child sections enter the same grid.
========================================================= */

.evo3-payload__body {
  display: contents;
}


/* =========================================================
   ROW 01
   IMAGE
========================================================= */

.evo3-payload__media {
  grid-row: 1;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;

  margin: 0;
  padding: 0 0 24px;

  overflow: hidden;

  background: transparent;

  border: 0 !important;
  border-top: 0 !important;

  outline: 0 !important;
  box-shadow: none !important;
}

.evo3-payload__media::before,
.evo3-payload__media::after {
  display: none !important;
  content: none !important;
}

.evo3-payload__media img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;

  margin: 0;
  padding: 0;

  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}


/* =========================================================
   ROW 02
   INTRODUCTION
========================================================= */

.evo3-payload__intro-section {
  grid-row: 2;

  display: block;

  width: 100%;
  height: 100%;

  padding: 27px 0 28px;

  border-bottom: 1px solid #d9d9d9;

  overflow: hidden;
}


/* EVO III */

.evo3-payload__series {
  margin: 0 0 7px;

  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;

  letter-spacing: .04em;

  color: #777777;
}


/* Payload name */

.evo3-payload__name {
  margin: 0;

  font-size: 29px;
  line-height: 1.14;
  font-weight: 700;

  letter-spacing: -.025em;

  color: #111111;
}


/* Positioning line */

.evo3-payload__positioning {
  margin: 9px 0 0;

  font-size: 14px;
  line-height: 1.45;

  color: #6d6d6d;
}


/* Description */

.evo3-payload__intro {
  margin: 18px 0 0;

  font-size: 14px;
  line-height: 1.65;

  color: #555555;
}


/* =========================================================
   COMMON SECTION
========================================================= */

.evo3-payload__section {
  width: 100%;
}


/* Section label */

.evo3-payload__section-label {
  margin: 0 0 18px;

  font-size: 10px;
  line-height: 1.4;
  font-weight: 700;

  letter-spacing: .12em;

  color: #696969;
}


/* =========================================================
   ROW 03
   KEY SPECIFICATIONS
========================================================= */

.evo3-payload__spec-section {
  grid-row: 3;

  display: block;

  width: 100%;
  height: 100%;

  padding: 27px 0 28px;

  border-bottom: 1px solid #d9d9d9;

  overflow: hidden;
}


/* =========================================================
   SPEC GRID
========================================================= */

.evo3-payload__specs {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  grid-auto-rows: 82px;

  width: 100%;

  align-content: start;
}


/* =========================================================
   SPEC ITEM
========================================================= */

.evo3-payload__spec {
  min-width: 0;

  height: 82px;

  padding:
    14px
    14px
    13px
    0;

  border-top: 1px solid #e1e1e1;
}


/* Left column */

.evo3-payload__spec:nth-child(odd) {
  padding-right: 17px;

  border-right: 1px solid #e1e1e1;
}


/* Right column */

.evo3-payload__spec:nth-child(even) {
  padding-left: 17px;
}


/* Bottom row of 4T / 4N */

.evo3-payload__spec:nth-child(5),
.evo3-payload__spec:nth-child(6) {
  border-bottom: 1px solid #e1e1e1;
}


/* 3M bottom line */

.evo3-payload:first-child
.evo3-payload__spec:nth-child(3) {
  border-bottom: 1px solid #e1e1e1;
}


/* =========================================================
   SPEC VALUE
========================================================= */

.evo3-payload__spec strong {
  display: block;

  margin: 0 0 5px;

  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;

  color: #111111;
}


/* =========================================================
   SPEC DESCRIPTION
========================================================= */

.evo3-payload__spec span {
  display: block;

  font-size: 11px;
  line-height: 1.4;

  color: #777777;
}


/* =========================================================
   ROW 04
   BEST FOR
========================================================= */

.evo3-payload__best {
  grid-row: 4;

  display: block;

  width: 100%;
  height: 100%;

  padding: 26px 0 27px;

  border-bottom: 1px solid #d9d9d9;

  overflow: hidden;
}


/* Best For label */

.evo3-payload__best
.evo3-payload__section-label {
  margin-bottom: 11px;
}


/* Best For text */

.evo3-payload__best-text {
  margin: 0;

  font-size: 13px;
  line-height: 1.6;

  color: #555555;
}


/* =========================================================
   ROW 05
   CTA
========================================================= */

.evo3-payload__cta {
  grid-row: 5;

  display: flex;
  align-items: flex-end;

  width: 100%;
  height: 100%;

  padding-top: 22px;
}


/* =========================================================
   BUTTON
========================================================= */

.evo3-payload__button {
  display: flex;

  align-items: center;
  justify-content: space-between;

  width: 100%;
  height: 54px;

  padding: 0 19px;

  background: #111111 !important;

  border: 1px solid #111111 !important;

  color: #ffffff !important;

  text-decoration: none !important;

  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;

  opacity: 1 !important;

  transition:
    background .22s ease,
    color .22s ease,
    border-color .22s ease;
}


/* Prevent theme from changing button text */

.evo3-payload__button span {
  color: #ffffff !important;
  opacity: 1 !important;
}


/* Arrow */

.evo3-payload__arrow {
  flex: 0 0 auto;

  margin-left: 16px;

  font-size: 20px;
  line-height: 1;

  transition: transform .22s ease;
}


/* Hover */

.evo3-payload__button:hover {
  background: #ffffff !important;

  border-color: #111111 !important;

  color: #111111 !important;
}

.evo3-payload__button:hover span {
  color: #111111 !important;
}

.evo3-payload__button:hover
.evo3-payload__arrow {
  transform: translateX(4px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

  .evo3-payloads {
    padding-left: 22px;
    padding-right: 22px;
  }


  .evo3-payloads__grid {
    grid-template-columns: 1fr;

    max-width: 720px;

    margin: 0 auto;
  }


  /* Remove fixed desktop grid */

  .evo3-payload {
    display: block;

    height: auto;

    padding: 50px 0;

    border-left: 0 !important;

    border-bottom: 1px solid #d5d5d5;
  }


  .evo3-payload:first-child {
    padding-top: 0;
  }


  .evo3-payload:last-child {
    padding-bottom: 0;

    border-bottom: 0;
  }


  /* Restore normal body layout */

  .evo3-payload__body {
    display: block;
  }


  /* Image */

  .evo3-payload__media {
    height: auto;

    aspect-ratio: 16 / 9;

    padding-bottom: 20px;
  }


  /* Sections */

  .evo3-payload__intro-section,
  .evo3-payload__spec-section,
  .evo3-payload__best,
  .evo3-payload__cta {
    height: auto;

    overflow: visible;
  }


  .evo3-payload__intro-section {
    padding: 27px 0 28px;
  }


  .evo3-payload__spec-section {
    padding: 27px 0 28px;
  }


  .evo3-payload__best {
    padding: 26px 0 27px;
  }


  .evo3-payload__cta {
    padding-top: 24px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

  .evo3-payloads {
    padding: 68px 16px 76px;
  }


  /* =======================================================
     HEADER
  ======================================================= */

  .evo3-payloads__header {
    margin-bottom: 38px;

    text-align: left;
  }


  .evo3-payloads__eyebrow {
    margin-bottom: 9px;

    font-size: 10px;
  }


  .evo3-payloads__title {
    font-size: 30px;

    line-height: 1.12;
  }


  .evo3-payloads__desc {
    margin-top: 15px;

    font-size: 14px;

    line-height: 1.6;
  }


  /* =======================================================
     PAYLOAD
  ======================================================= */

  .evo3-payload {
    padding: 42px 0;
  }


  /* =======================================================
     IMAGE
  ======================================================= */

  .evo3-payload__media {
    aspect-ratio: 1 / .82;

    padding-bottom: 18px;
  }


  /* =======================================================
     INTRO
  ======================================================= */

  .evo3-payload__intro-section {
    padding: 24px 0;
  }


  .evo3-payload__series {
    font-size: 10px;
  }


  .evo3-payload__name {
    font-size: 26px;
  }


  .evo3-payload__positioning {
    margin-top: 7px;

    font-size: 13px;
  }


  .evo3-payload__intro {
    margin-top: 16px;

    font-size: 13px;

    line-height: 1.65;
  }


  /* =======================================================
     SECTION LABEL
  ======================================================= */

  .evo3-payload__section-label {
    margin-bottom: 15px;

    font-size: 9px;
  }


  /* =======================================================
     SPECIFICATIONS
  ======================================================= */

  .evo3-payload__spec-section {
    padding: 23px 0 24px;
  }


  .evo3-payload__specs {
    grid-auto-rows: 78px;
  }


  .evo3-payload__spec {
    height: 78px;

    padding-top: 13px;

    padding-bottom: 13px;
  }


  .evo3-payload__spec strong {
    font-size: 17px;
  }


  .evo3-payload__spec span {
    font-size: 10px;
  }


  /* =======================================================
     BEST FOR
  ======================================================= */

  .evo3-payload__best {
    padding: 23px 0 24px;
  }


  .evo3-payload__best-text {
    font-size: 12px;

    line-height: 1.6;
  }


  /* =======================================================
     BUTTON
  ======================================================= */

  .evo3-payload__cta {
    padding-top: 22px;
  }


  .evo3-payload__button {
    height: 50px;

    padding: 0 16px;

    font-size: 12px;
  }


  .evo3-payload__arrow {
    font-size: 18px;
  }

}