/* 巴西风格最终调整 - Brazilian Style Final Touches */

/* 确保所有按钮都使用新的巴西风格 */
.photo-5e9a, 
.hovered_78c1,
a[href*="gogo"] {
  background: linear-gradient(45deg, #FF6B35 0%, #F7931E 50%, #FFD700 100%) !important;
  color: #FFFFFF !important;
  border-radius: 15px !important;
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4) !important;
  transition: all 0.3s ease !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  border: none !important;
}

.photo-5e9a:hover, 
.hovered_78c1:hover,
a[href*="gogo"]:hover {
  background: linear-gradient(45deg, #E55A2B 0%, #E8821A 50%, #E6C200 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.6) !important;
}

/* 确保所有文本都使用新的颜色方案 */
.overlay_warm_16b8,
p,
span {
  color: #F0F8FF !important;
  line-height: 1.7 !important;
}

/* 强化标题样式 */
.content_5d3b,
h1,
h2,
h3 {
  color: #FFD700 !important;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
  font-weight: bold !important;
}

/* 导航菜单项的最终样式 */
.info_e0d7 {
  color: #F0F8FF !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.summary_up_228b:hover .info_e0d7 {
  color: #1B4D3E !important;
}

/* 移动端菜单背景 */
.alert_ba15 {
  background: rgba(255, 215, 0, 0.2) !important;
  border-radius: 10px !important;
  transition: all 0.3s ease !important;
}

/* 确保图片有正确的边框效果 */
img {
  border-radius: 15px !important;
  transition: all 0.3s ease !important;
}

.narrow_7788:hover {
  transform: scale(1.02) !important;
  filter: brightness(1.2) contrast(1.1) saturate(1.1) !important;
}

/* 页面容器的最终背景 */
#page {
  background: linear-gradient(135deg, #1B4D3E 0%, #2D5016 50%, #0F4C75 100%) !important;
  min-height: 100vh !important;
}

/* 内容区域的巴西风格装饰 */
.hero-aa47 {
  position: relative;
}

.hero-aa47::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #00A86B 0%, #FFD700 50%, #FF6B35 100%);
  border-radius: 2px;
  animation: brazilian-pulse 3s ease-in-out infinite;
}

/* 确保链接的巴西风格 */
a {
  transition: all 0.3s ease !important;
}

a:hover {
  text-decoration: none !important;
}

/* 巴西风格的选择效果 */
::selection {
  background: rgba(255, 215, 0, 0.4) !important;
  color: #1B4D3E !important;
}

/* 移动端特殊调整 */
@media (max-width: 767px) {
  .block-medium-b292 .content_5d3b {
    font-size: 32px !important;
    background: linear-gradient(45deg, #FFD700 0%, #FFA500 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
  }
  
  .photo-5e9a {
    font-size: 18px !important;
    padding: 12px 25px !important;
  }
  
  .hovered_78c1 {
    font-size: 14px !important;
    padding: 10px 20px !important;
    width: 110px !important;
  }
}

/* 动画关键帧 */
@keyframes brazilian-pulse {
  0%, 100% { 
    opacity: 0.7; 
    transform: translateX(-50%) scale(1); 
  }
  50% { 
    opacity: 1; 
    transform: translateX(-50%) scale(1.1); 
  }
}

/* 确保所有元素都有平滑过渡 */
* {
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease !important;
} 
/* css-noise: 2b1c */
.shadow-element-z2 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.2;
}
