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

/* ========== Hero Banner 样式 ========== */
.act-cps-hero .uno-hero-buttons .uno-button-contained.uno-button-primary:active,
.act-cps-hero .uno-hero-buttons .uno-button-contained.uno-button-primary:hover {
  background: linear-gradient(135deg, #ff6a00, #ff9500);
}

.act-cps-hero .uno-button-outlined.uno-button-weak:active,
.act-cps-hero .uno-button-outlined.uno-button-weak:hover {
  color: #fff;
}

.uno-hero-banner {
  position: relative;
  background: linear-gradient(135deg, #0a1628 0%, #0d2b5e 30%, #1a4fa0 60%, #2b7de9 100%);
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* 粒子背景 */
.uno-hero-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.uno-hero-particle {
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  pointer-events: none;
  animation: particleFloat linear infinite;
}

@keyframes particleFloat {

  0%,
  100% {
    transform: translateY(0) translateX(0);
    opacity: 0.1;
  }

  50% {
    transform: translateY(-20px) translateX(10px);
    opacity: 0.5;
  }
}

/* 内容容器 */
.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(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #a8d4ff;
  font-size: 13px;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 24px;
  backdrop-filter: blur(4px);
  font-weight: 500;
}

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

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

.uno-hero-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  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: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.uno-hero-buttons .uno-button-primary {
  background: linear-gradient(135deg, #ff6a00, #ff9500);
  box-shadow: 0 4px 16px rgba(255, 106, 0, 0.3);
}

.uno-hero-buttons .uno-button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(255, 106, 0, 0.4);
}

.uno-hero-buttons .uno-button-weak {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  background: transparent;
}

.uno-hero-buttons .uno-button-weak:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
}

/* 右侧插画区域 */
.uno-hero-illustration {
  flex: 1;
  width: 540px;
  position: relative;
  height: 400px;
}

/* 3D场景 */
.uno-hero-scene {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uno-hero-cloud-icon {
  font-size: 120px;
  color: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: cloudFloat 6s ease-in-out infinite;
}

.uno-hero-cloud-icon .uno-icon {
  width: 120px;
  height: 120px;
}

/* 金币元素 */
.uno-hero-coin {
  position: absolute;
  font-size: 40px;
  animation: coinFloat 4s ease-in-out infinite;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.uno-coin-1 {
  top: 15%;
  left: 10%;
  animation-delay: 0s;
}

.uno-coin-2 {
  top: 45%;
  right: 5%;
  animation-delay: 1.2s;
}

.uno-coin-3 {
  bottom: 12%;
  left: 30%;
  animation-delay: 2.4s;
}

/* 浮动卡片 */
.uno-hero-card-float {
  position: absolute;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  animation: floatCard 5s ease-in-out infinite;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.uno-hero-card-float .uno-icon {
  color: #ffd666;
  font-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.uno-card-float-1 {
  top: 40px;
  right: 60px;
  animation-delay: 0s;
}

.uno-card-float-2 {
  bottom: 100px;
  right: 30px;
  animation-delay: 1.5s;
}

.uno-card-float-3 {
  bottom: 50px;
  left: 30px;
  animation-delay: 3s;
}

/* 动画定义 */
@keyframes cloudFloat {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-20px) scale(1.05);
  }
}

@keyframes coinFloat {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  25% {
    transform: translateY(-15px) rotate(10deg);
  }

  50% {
    transform: translateY(-30px) rotate(0deg);
  }

  75% {
    transform: translateY(-15px) rotate(-10deg);
  }
}

@keyframes floatCard {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

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

/* 平板设备 */
@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;
  }

  .uno-hero-illustration {
    max-width: 400px;
    height: 340px;
  }

  .uno-hero-coin {
    font-size: 32px;
  }
}

/* 移动设备 */
@media (max-width: 768px) {
  .uno-hero-banner {
    min-height: 600px;
  }

  .uno-hero-content {
    flex-direction: column;
    padding: 50px 20px;
    gap: 40px;
    text-align: center;
  }

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

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

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

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

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

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

  .uno-hero-illustration {
    max-width: 100%;
    height: 300px;
  }

  .uno-hero-cloud-icon {
    font-size: 100px;
  }

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

  .uno-hero-card-float {
    padding: 10px 16px;
    font-size: 12px;
  }

  .uno-hero-card-float .uno-icon {
    font-size: 16px;
    width: 16px;
    height: 16px;
  }

  .uno-card-float-1 {
    top: 20px;
    right: 20px;
  }

  .uno-card-float-2 {
    bottom: 80px;
    right: 10px;
  }

  .uno-card-float-3 {
    bottom: 30px;
    left: 10px;
  }
}

/* 小屏幕移动设备 */
@media (max-width: 480px) {
  .uno-hero-banner {
    min-height: 550px;
  }

  .uno-hero-content {
    padding: 40px 16px;
  }

  .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%;
  }

  .uno-hero-illustration {
    height: 250px;
  }

  .uno-hero-cloud-icon {
    font-size: 80px;
  }
}

/* ========== 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;
  }
}