/**
 * IntlRecomList 国际站推荐福利模块样式
 * 设计稿参考: apps/qcact-ssr/src/shared/partner/cps/components/test/index.html
 *
 */

/* ========== Hero Banner 样式 ========== */
.uno-hero-banner {
  position: relative;
  background: linear-gradient(204deg, #FBF7FF 32.92%, rgba(212, 212, 250, 0.00) 88.96%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image: url('https://dscache.tencent-cloud.cn/upload/uploader/pc-banner-95a07953bba49b48410d83843aa94669d2b2c28b.png');
}

/* 粒子背景已不需要 */
.uno-hero-particles {
  display: none;
}

/* 内容容器 */
.uno-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* 文本区域 */
.uno-hero-text-section {
  flex: 1;
  max-width: 600px;
}

.uno-hero-badge {
  display: inline-block;
  background: rgba(143, 73, 255, 0.08);
  border: 1px solid rgba(143, 73, 255, 0.15);
  color: #8f49ff;
  font-size: 13px;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 24px;
  backdrop-filter: blur(4px);
  font-weight: 600;
}

.uno-hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #111111;
  line-height: 1.3;
  margin-bottom: 20px;
  max-height: 130px;
}

.uno-hero-title .highlight-text,
.uno-hero-title strong {
  color: #0052d9;
  font-size: 56px;
}

.uno-hero-subtitle {
  font-size: 16px;
  color: #555555;
  margin-bottom: 36px;
  line-height: 1.6;
}

.uno-hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* 按钮样式扩展 */
.uno-button-large {
  font-size: 16px;
  padding: 14px 40px;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.uno-hero-buttons .uno-button-primary {
  background: #0052d9;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 82, 217, 0.2);
  border-radius: 4px;
}

.uno-hero-buttons .uno-button-weak {
  border: 1px solid #cdd7e4;
  color: #444;
  background: #fff;
  border-radius: 4px;
}

/* 移除原有的多张插画绝对定位和 hover 特效样式 */

/* ========== 响应式设计 ========== */

/* 平板设备 */
@media (max-width: 1024px) {
  .uno-hero-content {
    padding: 60px 24px;
    gap: 40px;
  }

  .uno-hero-title {
    font-size: 40px;
  }

  .uno-hero-title .highlight-text,
  .uno-hero-title strong {
    font-size: 46px;
  }
}

/* 移动设备 */
@media (max-width: 768px) {
  .uno-hero-banner {
    min-height: auto;
    background-position: center top;
    /* 移动端背景大图人物偏上显示 */
    /* background: linear-gradient(143deg, #F7F5FE 5.12%, #EFF2F7 94.74%); */
    background-image: url('https://dscache.tencent-cloud.cn/upload/uploader/mobile-banner1-aaf6fba7ad52254892e84f2e65bcf8a403fcda28.png');
  }

  .uno-hero-content {
    flex-direction: column;
    padding: 240px 20px 48px;
    /* 顶部预留 240px 的 padding，完美展示背景图的人物插图并防重合 */
    gap: 0;
    text-align: center;
  }

  .uno-hero-text-section {
    max-width: 100%;
    width: 100%;
  }

  .uno-hero-title {
    font-size: 32px;
    padding-top: 90px;
    margin-bottom: 16px;
    max-height: none;
  }

  .uno-hero-title .highlight-text,
  .uno-hero-title strong {
    font-size: 36px;
  }

  .uno-hero-subtitle {
    font-size: 14px;
    margin-bottom: 28px;
    color: #555;
  }

  .uno-hero-buttons {
    justify-content: center;
    gap: 12px;
  }

  .uno-button-large {
    font-size: 14px;
    padding: 12px 32px;
  }
}

/* 小屏幕移动设备 */
@media (max-width: 480px) {
  .uno-hero-content {
    padding: 200px 16px 40px;
    /* 超小屏顶部推下 200px 即可，完美防遮挡 */
  }

  .uno-hero-title {
    font-size: 28px;
  }

  .uno-hero-title .highlight-text,
  .uno-hero-title strong {
    font-size: 32px;
  }

  .uno-hero-buttons {
    flex-direction: column;
    width: 100%;
  }

  .uno-button-large {
    width: 100%;
  }
}

/* ========== Header 左对齐样式 ========== */
.act-cps-intl-recomlist .uno-section-header-left {
  text-align: left;
}

/* 国际站高亮蓝色 #D4A017 (设计稿指定色值) */
.act-cps-intl-recomlist .uno-section-tit strong {
  color: #D4A017;
  font-weight: 700;
}

/* ========== 描述+链接横向排列 ========== */
.act-cps-intl-recomlist .uno-section-benefits-desc {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

/* 金色高亮文本 #D4A017 (设计稿指定色值) */
.act-cps-intl-recomlist .uno-section-sub-tit strong {
  color: #D4A017;
  font-weight: 700;
}

.act-cps-intl-recomlist .uno-link {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  color: #0052d9;
  font-size: 14px;
  cursor: pointer;
  transition: color 0.2s;
}

.act-cps-intl-recomlist .uno-link:hover {
  color: #003da5;
}

.act-cps-intl-recomlist .uno-link-text {
  margin-right: 4px;
}

/* ========== 福利卡片容器 ========== */
.module-benefits-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ========== 单个福利卡片样式 ========== */
.module-benefit-card {
  background: #fff;
  border-radius: 12px;
  padding: 36px 28px;
  text-align: center;
  border: 1px solid #e8ecf0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* 卡片顶部渐变条 (4px 高度) */
.module-benefit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}

/* 差异化渐变条配色 */
.benefit-card-1::before {
  background: linear-gradient(90deg, #0052d9, #4d9cf7);
}

.benefit-card-2::before {
  background: linear-gradient(90deg, #ff6a00, #ffb347);
}

.benefit-card-3::before {
  background: linear-gradient(90deg, #00c48c, #7bed9f);
}

/* 卡片悬停效果 - 上浮 + 阴影 + 边框透明 */
.module-benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}

/* ========== 图标容器 ========== */
.module-benefit-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
  transition: all 0.3s ease;
}

/* 差异化图标背景配色 */
.benefit-card-1 .module-benefit-card-icon {
  background: #e8f0fe;
  color: #0052d9;
}

.benefit-card-2 .module-benefit-card-icon {
  background: #fff3e0;
  color: #ff6a00;
}

.benefit-card-3 .module-benefit-card-icon {
  background: #e0f7ef;
  color: #00c48c;
}

/* FontAwesome 图标支持 */
.module-benefit-card-icon i {
  font-style: normal;
}

/* ========== 卡片文本 ========== */
.module-benefit-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
  line-height: 1.4;
}

.module-benefit-card-title strong {
  color: #ff5400;
  font-weight: 700;
}

.module-benefit-card-desc {
  font-size: 14px;
  color: #888;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* ========== 响应式适配 ========== */
@media (max-width: 768px) {

  .module-benefits-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .module-benefit-card {
    padding: 28px 20px;
  }

  .act-cps-intl-recomlist .uno-section-benefits-desc {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .module-benefit-card-icon {
    width: 56px;
    height: 56px;
    font-size: 24px;
    margin-bottom: 16px;
  }

  .module-benefit-card-title {
    font-size: 16px;
  }

  .module-benefit-card-desc {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .module-benefit-card {
    padding: 24px 16px;
  }
}