/* ============================================================
   豹小秘 Pro - 基础样式
   ============================================================ */

/* 响应式工具类 */
.media-pc {
  display: block;
}

.media-m {
  display: none;
}

/* ============================================================
   全局容器
   ============================================================ */
.gbad {
  width: 100%;
  overflow: hidden;
}

.gbad-main-container {
  width: 1200px;
  margin: 0 auto;
}

/* ============================================================
   Banner - PC (legacy, kept for compatibility)
   ============================================================ */
.gbad-banner-pc {
  background: url('https://www.orionstar.com/res/orics/down/ow001_20250902_8c49e4504f8048fe130ebfc035d4bfdf.webp') no-repeat center;
  background-size: cover;
}

.gbad-banner-pc .gbad-banner-container {
  height: 800px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.gbad-banner-pc .gbad-banner-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.gbad-banner-pc .gbad-banner-title-img {
  width: 420px;
  height: auto;
  margin-bottom: 40px;
  display: block;
  margin-left: 156px;
}

.gbad-banner-pc .gbad-banner-title {
  color: #222222;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.747px;
  margin: 0 0 24px 0;
}

.gbad-banner-pc .gbad-banner-desc {
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.gbad-banner-pc .gbad-banner-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 56px;
}

/* 按钮基础 */
.gbad-banner-pc .gbad-banner-btn {
  height: 60px;
  min-width: 200px;
  border: 1px solid #222222;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  padding: 0 32px;
  transition: all 0.25s ease;
}

.gbad-banner-pc .gbad-banner-btn:hover {
  border-color: #222222;
  background: rgba(0, 0, 0, 0.06);
}

/* 深色主按钮 */
.gbad-banner-pc .gbad-banner-btn-dark {
  background: #222222;
  border-color: #222222;
}

.gbad-banner-pc .gbad-banner-btn-dark:hover {
  background: #444444;
}

.gbad-banner-pc .gbad-banner-btn-dark .gbad-banner-btn-text {
  color: #ffffff;
}

.gbad-banner-pc .gbad-banner-btn-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  filter: invert(1);
}

.gbad-banner-pc .gbad-banner-btn-text {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.gbad-banner-l {
  max-width: 720px;
  width: 100%;
  text-align: center;
}

/* ============================================================
   Banner V2 - PC (Figma design: node 42-111，2026-07 改版)
   整块背景大图 + 从左到右渐变遮罩，左侧文字浮层
   ============================================================ */
.gbad-banner-pc-v2 {
  position: relative;
  min-height: 800px;
  overflow: hidden;
  background: #eff2f9;
}

/* 背景大图：铺满右侧约74%区域（对齐 Figma: left 25.99%, width 74.03%） */
.gbad-banner-v2-bg-img {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}

/* 从左到右的渐变遮罩，让左侧文字区可读 */
.gbad-banner-v2-bg-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(89.55deg, rgba(239, 242, 249, 1) 27.47%, rgba(239, 242, 249, 0.05) 74.23%);
}

.gbad-banner-v2-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 800px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  box-sizing: border-box;
}

/* Left column: 720px */
.gbad-banner-v2-left {
  width: 100%;
  max-width: 720px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.gbad-banner-v2-title-wrap {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

/* "GreetingBot AD" – 68px black */
.gbad-banner-v2-name {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 68px;
  line-height: 1.15;
  letter-spacing: 0.0156em;
  color: #222222;
}

/* "AI Agent Retail Robot" – 40px gradient teal→blue */
.gbad-banner-v2-subtitle {
  display: block;
  font-family: 'Poppins', sans-serif;
  margin-top: 10px;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.0156em;
  background: linear-gradient(240deg, rgba(25, 211, 232, 1) 65%, rgba(16, 79, 155, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Description */
.gbad-banner-v2-desc {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.0373em;
  color: rgba(34, 34, 34, 0.7);
  margin: 0;
  max-width: 537px;
  white-space: pre-line;
}

/* Buttons row */
.gbad-banner-v2-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  padding: 66px 0;
}

/* "Contact Sales" filled black button */
.gbad-banner-v2-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 14px;
  height: 60px;
  padding: 0 30px;
  background: #222222;
  border-radius: 32px;
  cursor: pointer;
  transition: background 0.2s ease;
  text-decoration: none;
  border: none;
  outline: none;
}

.gbad-banner-v2-btn:hover {
  background: #444444;
}

.gbad-banner-v2-btn-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #ffffff;
  white-space: nowrap;
  text-transform: capitalize;
}

.gbad-banner-v2-btn-arrow {
  flex-shrink: 0;
}

/* ============================================================
   Banner V2 - Mobile (Figma h5 node: 92:1789，2026-07)
   文字区在上，机器人图在下方铺满宽度；渐变背景 #f7f7f7 → #caccdc
   ============================================================ */
.gbad-banner-m-v2 {
  background: linear-gradient(180deg, #F7F7F7 45.62%, #CACCDE 100%);
}

.gbad-banner-v2-m-inner {
  display: flex;
  width: 100%;
  padding: 12vw 0 0.93vw 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 7.07vw;
  box-sizing: border-box;
}

.gbad-banner-v2-m-text {
  width: 100%;
  padding: 0 12.667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  box-sizing: border-box;
}

.gbad-banner-v2-m-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 3.47vw;
}

.gbad-banner-v2-m-name {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 8vw;
  line-height: 1.15;
  letter-spacing: 0.1vw;
  color: #222222;
}

.gbad-banner-v2-m-subtitle {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 5.07vw;
  line-height: 1.2;
  letter-spacing: 0.1vw;
  background: linear-gradient(258.59deg, rgba(25, 211, 232, 1) 64.77%, rgba(16, 79, 155, 1) 98.68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gbad-banner-v2-m-desc {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 2.4vw;
  line-height: normal;
  letter-spacing: 0.1vw;
  color: rgba(34, 34, 34, 0.7);
  text-align: center;
  margin: 0;
}

.gbad-banner-v2-m-btns {
  margin-top: 5.6vw;
  display: flex;
  justify-content: center;
}

/* 描边按钮（移动端为描边样式，非PC的黑色实心） */
.gbad-banner-v2-m-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.87vw;
  height: 8.53vw;
  padding: 0 4vw;
  border: 1px solid rgba(34, 34, 34, 0.7);
  border-radius: 4.27vw;
  cursor: pointer;
  box-sizing: border-box;
}

.gbad-banner-v2-m-btn-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 3.2vw;
  line-height: normal;
  color: #222222;
  white-space: nowrap;
  text-transform: capitalize;
}

.gbad-banner-v2-m-btn-arrow {
  width: 29px;
  height: 29px;
  flex-shrink: 0;
}

.gbad-banner-v2-m-img-wrap {
  width: 100%;
}

.gbad-banner-v2-m-product-img {
  width: 100%;
  height: 111.87vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


/* Banner - 移动端（legacy, kept for compatibility）
   ============================================================ */
.gbad-banner-m {
  background: url('https://www.orionstar.com/res/orics/down/ow001_20250903_e5e22f8e9f0f16e492408e18dc48c562.webp') no-repeat center;
  background-size: cover;
  position: relative;
}

.gbad-banner-m .gbad-banner-container {
  height: 177.86666667vw;
  position: relative;
}

.gbad-banner-m .gbad-banner-text-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 177.86666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.gbad-banner-m .gbad-banner-title-img {
  width: 56vw;
  height: auto;
  margin: 8vw 0 3.2vw 0;
  display: block;
}

.gbad-banner-m .gbad-banner-title {
  color: #222222;
  font-size: 5.2vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1vw;
  text-align: center;
  margin: 0;
}

.gbad-banner-m .gbad-banner-desc {
  color: #222222;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: 2.4vw;
}

.gbad-banner-m .gbad-banner-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4vw;
  margin-top: 5.33333333vw;
}

.gbad-banner-m .gbad-banner-btn {
  height: 10.66666667vw;
  min-width: 34.8vw;
  border: 1px solid #222222;
  border-radius: 5.33333333vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.33333333vw;
  cursor: pointer;
  padding: 0 4.8vw;
  box-sizing: border-box;
  transition: all 0.25s ease;
}

.gbad-banner-m .gbad-banner-btn-dark {
  background: #222222;
  border-color: #222222;
}

.gbad-banner-m .gbad-banner-btn-dark .gbad-banner-btn-text {
  color: #ffffff;
}

.gbad-banner-m .gbad-banner-btn-icon {
  width: 9.06666667vw;
  height: 9.06666667vw;
  flex-shrink: 0;
  filter: invert(1);
}

.gbad-banner-m .gbad-banner-btn-text {
  color: #222222;
  font-size: 3.73333333vw;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

/* ============================================================
   模块2：Meet the new era of in-store retail robot
   Figma node: 27:367
   ============================================================ */
.gbad-retail-era {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 113px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gbad-retail-era-main {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 113px;
}

.gbad-retail-era-bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 0;
}

.gbad-retail-era-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  display: block;
}

.gbad-retail-era-container {
  position: relative;
  z-index: 1;
  width: 1200px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}

/* 标题行 */
.gbad-retail-era-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 109px;
  width: 100%;
}

.gbad-retail-era-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1.2;
  color: #000;
  width: 507px;
  margin: 0;
}

.gbad-retail-era-divider {
  width: 1px;
  height: 244px;
  background: #d9d9d9;
  flex-shrink: 0;
}

.gbad-retail-era-subhead {
  width: 465px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gbad-retail-era-subhead-title-1,
.gbad-retail-era-subhead-title-2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  color: #222;
  margin: 0;
}

.gbad-retail-era-subhead-desc {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(34, 34, 34, 0.7);
  margin: 0;
}

/* 视频区 + 卡片区 */
.gbad-retail-era-visual-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8vw;
}

.gbad-retail-era-visual {
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 1200 / 732;
  height: auto;
  border-radius: 40px;
  background-color: #1a2a4a;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gbad-retail-era-play-btn {
  width: 132px;
  height: 132px;
  flex-shrink: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.25s ease;
}

.gbad-retail-era-play-btn svg:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gbad-retail-era-visual:hover .gbad-retail-era-play-btn {
  transform: scale(1.08);
}

.gbad-retail-era-play-triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 53px;
  height: 60px;
  z-index: 2;
}

/* 3张卡片 */
.gbad-retail-era-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  width: 100%;
}

.gbad-retail-era-card {
  position: relative;
  width: 464px;
  height: 280px;
  border-radius: 20px;
  border: none;
  padding: 4px 24px 24px;
  display: flex;
  flex-direction: column;
  background: rgba(42, 81, 144, 0.60);
  box-shadow: 6px 20px 57.6px 0 rgba(7, 29, 73, 0.20);
  backdrop-filter: blur(40.25px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  cursor: pointer;
}

.gbad-retail-era-card:hover {
  transform: scale(1.05);
  box-shadow: 6px 20px 80px 0 rgba(7, 29, 73, 0.40);
  background: rgba(42, 81, 144, 0.75);
}

/* Figma SVG 精确还原：单条对角线渐变边框 */
/* 0%=左上纯白 → 50%=中间透明 → 100%=右下0.5白 */
.gbad-retail-era-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.gbad-retail-era-card-num {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #3377ff;
  padding: 10px;
}

.gbad-retail-era-card-body {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.gbad-retail-era-card-icon {
  width: 112px;
  height: 112px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.gbad-retail-era-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gbad-retail-era-card-text {
  width: 273px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.gbad-retail-era-card-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #ffffff;
  margin: 0;
  text-transform: capitalize;
}

.gbad-retail-era-card-desc {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: rgba(255, 255, 255, 0.70);
  margin: 0;
  padding-right: 20px;
}

/* ============================================================
   第三屏：Key Features（3组图文交替）
   Figma node: 5:3569 ~ 6:3814
   ============================================================ */
.gbad-key-features {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.gbad-key-features-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 160px 24px 60px;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}

.gbad-key-features-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  margin: 0;
}

.gbad-key-features-row {
  display: flex;
  padding: 120px 0;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 90px;
  width: 100%;
}

.gbad-key-features-row-reverse {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.gbad-key-features-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 26px;
  padding: 12px;
  flex: 0 0 540px;
  min-width: 0;
  margin-left: max(24px, calc((100% - 1200px) / 2));
  box-sizing: border-box;
}

.gbad-key-features-row-reverse .gbad-key-features-text {
  margin-left: 0;
  margin-right: max(24px, calc((100% - 1200px) / 2));
}

.gbad-key-features-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.gbad-key-features-item-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.gbad-key-features-item-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gbad-key-features-item-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 46px;
  line-height: 70px;
  color: #222;
  margin: 0;
  margin-right: -12px;
}

.gbad-key-features-item-desc {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
  color: rgba(34, 34, 34, 0.7);
  margin: 0;
  white-space: pre-line;
  padding-right: 11px;

}

.gbad-key-features-image {
  flex: 1;
  max-width: 930px;
  width: 100%;
  height: auto;
  aspect-ratio: 45 / 29;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e2e9ff;
  opacity: 1 !important;
}

/* 第二个文字距顶部74px, 第三个距顶部92px */
.gbad-key-features-row:nth-child(3) .gbad-key-features-text {
  padding-top: 74px;
}

.gbad-key-features-row:nth-child(4) .gbad-key-features-text {
  padding-top: 92px;
}

/* ============================================================
   第四屏：We're engineering a smarter retail service robot
   Figma node: 8:4702
   ============================================================ */
.gbad-engineering {
  position: relative;
  padding: 160px 0;
  background: linear-gradient(124deg, #F7F8FB 63.3%, #E1E9FF 98.53%);
  overflow: hidden;
}

.gbad-engineering-header {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.gbad-engineering-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  color: #000;
  text-transform: capitalize;
  margin: 0;
}

.gbad-engineering-desc {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 2;
  color: rgba(34, 34, 34, 0.7);
  margin: 32px 0;
  max-width: 1200px;
}

.gbad-engineering-body {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding-top: 60px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.gbad-engineering-list {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding-bottom: 60px;
}

.gbad-engineering-visual {
  flex-shrink: 0;
}

.gbad-engineering-visual img.media-pc {
  display: block;
  width: 410px;
  height: 1131px;
  max-width: 100%;
  object-fit: contain;
}

.gbad-engineering-divider {
  height: 1px;
  background: rgba(34, 34, 34, 0.1);
  width: 100%;
  max-width: 638px;
}

.gbad-engineering-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 12px;
  width: 100%;
  max-width: 684px;
}

.gbad-engineering-item-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gbad-engineering-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gbad-engineering-item-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gbad-engineering-item-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  color: #000;
  text-transform: capitalize;
  margin: 0;
}

.gbad-engineering-item-desc {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #222;
  margin: 0;

  white-space: normal;
  word-break: break-word;
}

.gbad-engineering-item-specs {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

.gbad-engineering-spec {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 120px;
}

.gbad-engineering-spec-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #0079FF;
  text-align: left;
  text-transform: capitalize;
  margin: 0;
  white-space: nowrap;
}

.gbad-engineering-spec-value {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: rgba(34, 34, 34, 0.70);
  text-transform: capitalize;
  margin: 0;
  white-space: pre-line;
}

.gbad-engineering-spec-divider {
  width: 1px;
  height: 48px;
  flex-shrink: 0;
  align-self: center;
  background: rgba(34, 34, 34, 0.10);
}

/* ============================================================
   第五屏：TECHNICAL SPECIFICATIONS（Tab切换）
   Figma node: 14:5127
   ============================================================ */
.gbad-tech-specs {
  background: #28292e;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px clamp(24px, 12vw, 230px);
}

.gbad-tech-specs-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin: 0;
  padding-bottom: 80px;
}

/* Tab 容器 */
.gbad-tech-specs-tabs-wrapper {
  width: 100%;
}

.gbad-tech-specs-tabs-row {
  display: flex;
  align-items: center;
  gap: 0;
  overflow: visible;
  position: relative;
}

.gbad-tech-specs-tab-arrow {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0;
  transition: opacity 0.2s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  user-select: none;
}

#techSpecsArrowLeft {
  left: -48px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

#techSpecsArrowRight {
  right: 48px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

#techSpecsArrowLeft:hover {
  transform: translateY(-50%) translateX(-4px);
}

#techSpecsArrowLeft:active {
  transform: translateY(-50%) translateX(-6px);
}

#techSpecsArrowRight:hover {
  transform: translateY(-50%) translateX(4px);
}

#techSpecsArrowRight:active {
  transform: translateY(-50%) translateX(6px);
}

/* 扩大点击热区，确保可点击 */
.gbad-tech-specs-tab-arrow::after {
  content: '';
  position: absolute;
  inset: -12px;
  cursor: pointer;
}

.gbad-tech-specs-tab-arrow:hover {
  opacity: 0.75;
}

.gbad-tech-specs-tab-arrow:active {
  opacity: 0.5;
}

.gbad-tech-specs-tabs-viewport {
  flex: 1;
  overflow: hidden;
  width: 100%;
}

.gbad-tech-specs-tabs {
  display: flex;
  height: 46px;
  width: 100%;
  gap: 60px;
}

/* tab 滑动动画 */
@keyframes gbad-tab-slide-in-right {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes gbad-tab-slide-in-left {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes gbad-tab-slide-out-left {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(-30px);
  }
}

@keyframes gbad-tab-slide-out-right {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(30px);
  }
}

.gbad-tech-specs-tabs.slide-in-right {
  animation: gbad-tab-slide-in-right 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.gbad-tech-specs-tabs.slide-in-left {
  animation: gbad-tab-slide-in-left 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.gbad-tech-specs-tabs.slide-out-left {
  animation: gbad-tab-slide-out-left 0.18s ease both;
}

.gbad-tech-specs-tabs.slide-out-right {
  animation: gbad-tab-slide-out-right 0.18s ease both;
}

/* tab 容器：flex:1 等分，左对齐文字 */
.gbad-tech-specs-tab {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  white-space: nowrap;
  flex: 1;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: color 0.2s ease;
  padding-left: 6px;
}

.gbad-tech-specs-tab:first-child {
  margin-left: 0;
}

.gbad-tech-specs-tab:hover {
  color: #fff;
}

/* active tab 内层pill：只包文字那么宽，蓝色背景 */
.gbad-tech-specs-tab-active-pill {
  display: inline-flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  border-radius: 20px;
  background: #0079FF;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  white-space: nowrap;
}

/* 两侧fade：文字渐变透明暗示还有更多 */
.gbad-tech-specs-tab.fade-right {
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.05) 20%, rgba(255, 255, 255, 0.01) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.gbad-tech-specs-tab-arrow:hover {
  opacity: 0.8;
}

/* 分割线容器：和viewport对齐 */
.gbad-tech-specs-tab-divider-wrap {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

/* 全宽灰色渐变分割线，作为蓝色指示器的定位容器 */
.gbad-tech-specs-tab-divider {
  position: relative;
  width: 100%;
  height: 2px;
  border-radius: 71px;
  background: linear-gradient(90deg, #575757 0%, rgba(87, 87, 87, 0) 100%);
  margin: 34px 0;
  transition: background 0.3s ease;
}

/* 蓝色选中指示器：叠在分割线上，对齐第一个 tab */
.gbad-tech-specs-tab-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 167px;
  height: 2px;
  border-radius: 24px;
  background: #076DEC;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 最左端：左透明→右实（暗示左边还有） */
.gbad-tech-specs-tab-divider.has-left {
  background: linear-gradient(90deg, rgba(87, 87, 87, 0) 0%, #575757 50%, rgba(87, 87, 87, 0) 100%);
}

/* 两端都有：中间实，两端透明 */
.gbad-tech-specs-tab-divider.has-both {
  background: linear-gradient(90deg, rgba(87, 87, 87, 0) 0%, #575757 20%, #575757 80%, rgba(87, 87, 87, 0) 100%);
}

/* 无更多（仅4个或最右端）：纯实色 */
.gbad-tech-specs-tab-divider.has-none {
  background: #575757;
}

/* 参数内容区：4列 + 列间分割线（两侧各30px gap） */
.gbad-tech-specs-content {
  display: flex;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  overflow: hidden;
}

/* 滑入动画 */
@keyframes gbad-slide-in-right {
  from {
    opacity: 0;
    transform: translateX(40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes gbad-slide-in-left {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.gbad-tech-specs-content.animate-right {
  animation: gbad-slide-in-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.gbad-tech-specs-content.animate-left {
  animation: gbad-slide-in-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* tab 切换淡变 */
.gbad-tech-specs-tabs {
  transition: opacity 0.2s ease;
}

.gbad-tech-specs-tabs.fading {
  opacity: 0;
}

.gbad-tech-specs-col {
  flex: 1;
  min-width: 0;
}

.gbad-tech-specs-col-divider {
  width: 1px;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.16);
  flex-shrink: 0;
  margin: 0 30px;
}

.gbad-tech-specs-col-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gbad-tech-specs-col-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
}

.gbad-tech-specs-col-badge {
  display: inline-flex;
  align-self: flex-start;
  background: #0079FF;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  padding: 10px 14px;
  border-radius: 20px;
  line-height: 1.2;
}

.gbad-tech-specs-items {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.gbad-tech-specs-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 6px;
}

.gbad-tech-specs-item-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.70);
  text-transform: capitalize;
  margin: 0;
}

.gbad-tech-specs-item-value {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  text-align: left;
  margin: 0;
}

/* ============================================================
   第六屏：Ready to Upgrade Your In-Store Marketing & Service?
   Figma node: 22:219
   ============================================================ */
.gbad-cta {
  background: #fff;
  padding: 36px 0;
}

.gbad-cta-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gbad-cta-visual {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gbad-cta-visual img {
  width: 100%;
  height: auto;
  max-width: 667px;
  display: block;
  object-fit: contain;
}

.gbad-cta-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.gbad-cta-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2;
  color: #000;
  margin: 0 0 24px;
}

.gbad-cta-desc {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: rgba(34, 34, 34, 0.7);
  margin: 0 0 56px;
  max-width: 642px;
  padding-right: 20px;
  white-space: pre-line;
}

.gbad-cta-btns {
  display: flex;
  align-items: center;
  gap: 28px;
}

.gbad-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  height: 60px;
  padding: 0 30px;
  background: #222;
  background: color(display-p3 0.1333 0.1333 0.1333);
  border-radius: 32px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.gbad-cta-btn-primary:hover {
  background: #444;
}

.gbad-cta-btn-primary-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
  white-space: nowrap;
}

.gbad-cta-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 45px;
  padding: 0 20px;
  border: 1px solid rgba(34, 34, 34, 0.7);
  border-radius: 32px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.gbad-cta-btn-secondary:hover {
  background: rgba(0, 0, 0, 0.04);
}

.gbad-cta-btn-secondary-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: rgba(34, 34, 34, 0.7);
  text-transform: capitalize;
  white-space: nowrap;
}

/* ============================================================
   移动端媒体查询
   ============================================================ */
@media (max-width: 1024px) {
  .media-pc {
    display: none;
  }

  .media-m {
    display: block;
  }

  /* 模块2：Meet the new era 移动端 — Figma h5 node: 92:1851 */
  .gbad-retail-era {
    padding: 16vw 0;
    overflow: visible;
  }

  .gbad-retail-era-main {
    padding-bottom: 0;
  }

  .gbad-retail-era-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30vw;
  }

  .gbad-retail-era-wave-m {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 123.6vw;
    display: block;
  }

  .gbad-retail-era-container {
    width: 100%;
    gap: 5.333vw;
    padding: 0 9vw;
    box-sizing: border-box;
  }

  .gbad-retail-era-header {
    flex-direction: column;
    gap: 5.47vw;
    text-align: center;
    padding: 0 8.933vw;

  }

  .gbad-retail-era-title {
    width: 100%;
    padding: 0 1.333vw;
    font-size: 7.2vw;
    text-align: center;
  }

  .gbad-retail-era-divider {
    display: none;
  }

  .gbad-retail-era-subhead {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .gbad-retail-era-subhead-title-1,
  .gbad-retail-era-subhead-title-2 {
    font-size: 3.2vw;
    text-transform: capitalize;
  }

  .gbad-retail-era-subhead-desc {
    font-size: 2.4vw;
    line-height: normal;
    text-transform: capitalize;
  }

  å .gbad-retail-era-visual-wrap {
    gap: 6vw;
  }

  .gbad-retail-era-visual {
    width: 100%;
    height: 49.87vw;
    border-radius: 2.67vw;
  }

  .gbad-retail-era-play-btn {
    width: 8.533vw;
    height: 8.533vw;
  }

  .gbad-retail-era-play-triangle {
    width: 4.8vw;
    height: 4.8vw;
  }

  .gbad-retail-era-cards {
    flex-direction: column;
    gap: 5.33vw;
  }

  .gbad-retail-era-card {
    width: 100%;
    height: auto;
    padding: 3.33vw 3.2vw;
    flex-direction: row;
    align-items: center;
    border-radius: 2.667vw;
  }

  .gbad-retail-era-card::before {
    padding: 1px;
  }

  .gbad-retail-era-card-num {
    display: none;
  }

  .gbad-retail-era-card-body {
    gap: 3.2vw;
    align-items: center;
    flex: 1;
    padding: 0 2vw;
  }

  .gbad-retail-era-card-arrow {
    display: block;
    width: 7px;
    height: 15px;
    flex-shrink: 0;
  }

  .gbad-retail-era-card-icon {
    width: 12.267vw;
    height: 12.267vw;
  }

  .gbad-retail-era-card-title {
    font-size: 3.2vw;
  }

  .gbad-retail-era-card-desc {
    font-size: 2.4vw;
    padding-right: 0;
  }

  .gbad-retail-era-card-text {
    width: auto;
    flex: 1;
    gap: 1.87vw;
  }

  .gbad-retail-era-card {
    background: rgba(25, 83, 149, 0.60);
    box-shadow: 6px 20px 57.6px 0 rgba(0, 30, 75, 0.20);
  }

  .gbad-retail-era-card-title {
    font-weight: 500;
    line-height: 1.2;
  }

  /* 第三屏移动端：Key Features */
  .gbad-key-features-header {
    padding: 16vw 5.333vw 0;
  }

  .gbad-key-features-title {
    font-size: 7.2vw;
  }

  .gbad-key-features-row,
  .gbad-key-features-row-reverse {
    flex-direction: column;
    gap: 12vw;
    padding: 0 0 16vw;
  }

  .gbad-key-features-text,
  .gbad-key-features-row-reverse .gbad-key-features-text {
    width: 100%;
    align-items: flex-start;
    text-align: left;
    padding: 0 5.333vw;
    box-sizing: border-box;
    gap: 0;
    flex: 1;
    margin-left: 0;
  }

  .gbad-key-features-item-content {
    gap: 3vw;
  }

  .gbad-key-features-item-title {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 4.27vw;
    font-weight: 600;
    line-height: 9.33vw;
    padding-top: 16vw;
    margin-right: 0;
  }

  .gbad-key-features-item-desc {
    padding-right: 5.6vw;
    font-size: 3.2vw;
    white-space: normal;
  }

  .gbad-key-features-image {
    flex: 0 0 auto;
    min-width: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 191 / 123;
    border-radius: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  /* PC端第二/三个文字块的额外顶部间距，移动端不需要 */
  .gbad-key-features-row:nth-child(3) .gbad-key-features-text,
  .gbad-key-features-row:nth-child(4) .gbad-key-features-text {
    padding-top: 0;
  }

  /* 第四屏移动端：We're engineering...（Figma 移动端设计还原：图片居中在标题下方，卡片式列表） */
  .gbad-engineering {
    padding: 16vw 5vw;
  }

  .gbad-engineering-header {
    padding: 0 5.333vw;
    margin-bottom: 6vw;
  }

  .gbad-engineering-title {
    font-size: 7.2vw;
    padding: 0 4vw;
  }

  .gbad-engineering-desc {
    font-size: 3.2vw;
    line-height: 1.8;
    margin: 4.267vw 0 0;
    padding: 0 4vw;
  }

  .gbad-engineering-body {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  /* 图片在标题与卡片列表之间居中显示（不改HTML，用order调整视觉顺序） */
  .gbad-engineering-visual {
    order: -1;
    width: 42.933vw;
    margin: 10.667vw auto;
  }

  .gbad-engineering-visual img.media-pc {
    display: none !important;
  }

  .gbad-engineering-visual img.media-m {
    width: 100%;
    height: 82vw;
    object-fit: contain;
  }

  .gbad-engineering-list {
    gap: 10.667vw;
    padding-bottom: 0;
    width: 100%;
  }

  /* 移动端卡片之间用独立卡片样式替代分割线 */
  .gbad-engineering-divider {
    display: none;
  }

  .gbad-engineering-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.6vw;
    padding: 3.2vw;
    max-width: none;
    box-sizing: border-box;
    border-radius: 2vw;
    border: 0.267vw solid rgba(0, 0, 0, 0.10);
    box-shadow: 0 0.267vw 0.8vw 0 rgba(0, 0, 0, 0.10);
    background: #fff;
  }

  .gbad-engineering-item-icon {
    width: 6.933vw;
    height: 6.933vw;
  }

  .gbad-engineering-item-body {
    gap: 2.67vw;
  }

  .gbad-engineering-item-title {
    font-size: 4vw;
    text-align: left;
  }

  .gbad-engineering-item-desc {
    padding-right: 4.3vw;
    font-size: 2.133vw;
    line-height: normal;
  }

  .gbad-engineering-item-specs {
    gap: 2vw;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .gbad-engineering-spec {
    min-width: 0;
    flex: 1;
    gap: 1.33vw;
  }

  .gbad-engineering-spec-label {
    font-size: 2.133vw;
    text-align: left;
    white-space: normal;
  }

  .gbad-engineering-spec-value {
    font-size: 1.733vw;
  }

  .gbad-engineering-spec-divider {
    height: 5.067vw;
    align-self: flex-start;
    margin-top: 0.8vw;
  }

  .gbad-engineering-dot {
    display: none;
  }

  /* 第五屏移动端：TECHNICAL SPECIFICATIONS */
  .gbad-tech-specs {
    padding: 16vw 5.333vw;
    gap: 0;
  }

  .gbad-tech-specs-title {
    padding-bottom: 10.667vw;
    font-size: 7vw;
    line-height: 1.3;
  }

  .gbad-tech-specs-tabs-wrapper {
    width: 100%;
  }

  .gbad-tech-specs-tab-arrow {
    width: 4.8vw;
    height: 4.8vw;
  }

  #techSpecsArrowLeft {
    left: -4vw;
  }

  #techSpecsArrowRight {
    right: 3vw;
  }

  .gbad-tech-specs-tabs {
    height: auto;
    gap: 6vw;
    padding: 0;
  }

  .gbad-tech-specs-tab {
    font-size: 2.667vw;
    height: auto;
    padding: 0;
    line-height: 1.4;
  }

  .gbad-tech-specs-tab-active-pill {
    margin-left: 3.2vw;
    font-size: 3.2vw;
    padding: 1.33vw 2.13vw;
    gap: 1.33vw;
    border-radius: 2.67vw;
    text-transform: capitalize;
  }

  .gbad-tech-specs-tab.fade-right {
    background: linear-gradient(90deg, #FFF 0%, #FFF 28.41%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .gbad-tech-specs-tab-divider {
    width: 100%;
    margin: 4.53vw 0;
  }

  .gbad-tech-specs-content {
    flex-direction: row;
    gap: 0;
  }

  .gbad-tech-specs-col {
    width: auto;
    gap: 6vw;
  }

  .gbad-tech-specs-col-divider {
    margin: 0 4vw;
  }

  .gbad-tech-specs-col-name,
  .gbad-tech-specs-col-badge {
    font-size: 4.5vw;
  }

  .gbad-tech-specs-items {
    gap: 4.533vw;
  }

  .gbad-tech-specs-item {
    gap: 2.133vw;
  }

  .gbad-tech-specs-item-label {
    font-size: 2.133vw;
  }

  .gbad-tech-specs-item-value {
    font-size: 2.667vw;
    text-align: left;
  }

  /* 第六屏移动端：Ready to Upgrade CTA */
  .gbad-cta {
    background: #F6F8F9;
    background: color(display-p3 0.9647 0.9725 0.9765);
    padding: 16vw 5.33vw;
  }

  .gbad-cta-inner {
    flex-direction: column;
    gap: 0;
  }

  .gbad-cta-visual {
    display: none;
  }

  .gbad-cta-content {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .gbad-cta-title {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 7.2vw;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 4.27vw;
  }

  .gbad-cta-desc {
    color: rgba(34, 34, 34, 0.70);
    font-family: 'Poppins', sans-serif;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.1vw;
    margin-bottom: 4.27vw;
    max-width: 80.333vw;
    padding-right: 0;
  }

  .gbad-cta-btns {
    flex-direction: column;
    width: 100%;
    gap: 3.733vw;
    align-items: center;
  }

  .gbad-cta-btn-primary {
    height: 8vw;
    padding: 0 4vw;
    gap: 1.87vw;
    border-radius: 4.27vw;
    background: #222;
  }

  .gbad-cta-btn-primary-text {
    font-size: 3.2vw;
  }

  .gbad-cta-btn-secondary {
    width: 25.6vw;
    height: 6vw;
    padding: 0 2.67vw;
    border-radius: 4.27vw;
    border: 1px solid rgba(34, 34, 34, 0.70);
  }

  .gbad-cta-btn-secondary-text {
    font-size: 2.13vw;
  }
}