/* =====================================================
   Theme 11: Green Fortune Fengshui - Components
   绿色财富风水风 - 组件样式与特效
   ===================================================== */

/* ============ 广告区风水光芒 ============ */
.hero-banner {
  position: relative;
}

/* 金色祥云装饰 */
.hero-bg-layer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 80%, rgba(255,215,0,0.03) 0%, transparent 30%),
              radial-gradient(circle at 80% 20%, rgba(255,215,0,0.03) 0%, transparent 30%);
  z-index: 0;
}

/* 四角装饰线 */
.hero-banner::before {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255,215,0,0.1);
  z-index: 2;
  pointer-events: none;
}

/* ============ 标题金色 ============ */
.hero-title {
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

/* ============ 按钮风水风格 ============ */
.btn-register {
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(255,215,0,0.3);
}

.btn-register:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 6px 20px rgba(255,215,0,0.4);
}

/* ============ 导航栏风水 ============ */
.site-header {
  border-bottom: 1px solid rgba(255,215,0,0.1);
}

.nav-menu a {
  font-weight: 600;
}

.nav-menu a::after {
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #FFD700, #FFF8E1);
}

/* ============ 卡片风水风格 ============ */
.post-card {
  border: 1px solid rgba(0,77,64,0.08);
  position: relative;
}

.post-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #004D40, #FFD700, #004D40);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.post-card:hover::before {
  opacity: 1;
}

.post-card:hover {
  border-color: rgba(0,77,64,0.15);
  box-shadow: 0 8px 30px rgba(0,77,64,0.1);
}

/* ============ 页脚CTA风水 ============ */
.footer-cta-banner {
  background: linear-gradient(135deg, #004D40 0%, #00695C 100%);
  position: relative;
}

.footer-cta-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255,215,0,0.05) 0%, transparent 50%);
}

/* ============ 滚动提示 ============ */
.scroll-hint .scroll-arrow {
  background: rgba(255,215,0,0.15);
  border: 2px solid rgba(255,215,0,0.3);
}

/* ============ 侧边栏widget ============ */
.widget-title {
  border-bottom: 2px solid #FFD700;
}

/* ============ 文章内CTA ============ */
.in-content-cta {
  background: linear-gradient(135deg, #004D40 0%, #00695C 100%);
}

/* ============ 移动端FAB ============ */
.fab-register {
  box-shadow: 0 4px 15px rgba(255,215,0,0.3);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,215,0,0.3); }
  50% { box-shadow: 0 0 0 12px rgba(255,215,0,0); }
}

/* ============ 响应式微调 ============ */
@media (max-width: 767px) {
  .hero-title {
    text-shadow: 0 1px 4px rgba(0,0,0,0.2);
  }
}

/* === 赌场装饰增强 (皇家绿) [casino-enhance] === */

/* SVG装饰可见度提升 */
.hero-casino-decor svg {
  color: rgba(0,77,64,0.10);
  opacity: 0.5;
  filter: drop-shadow(0 0 15px rgba(255,215,0,0.08));
}

/* 装饰层光晕 */
.hero-casino-decor::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -5%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(255,215,0,0.08) 0%, transparent 70%);
  border-radius: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* 扑克牌花色散布 */
.hero-casino-decor::before {
  content: '♠ ♥ ♦ ♣ ♠ ♥ ♦ ♣';
  position: absolute;
  top: 15%;
  left: 5%;
  font-size: 1.8rem;
  letter-spacing: 1.2rem;
  color: rgba(0,77,64,0.10);
  opacity: 0.25;
  pointer-events: none;
  word-spacing: 1.5rem;
}

/* 页脚三栏增强 (暗色页脚) */
.footer-nav-section {
  background: var(--color-primary);
}

.footer-nav-title {
  color: #fff;
  border-bottom-color: var(--color-secondary);
}

.footer-nav-list a {
  color: rgba(255,255,255,0.7);
  transition: color 0.3s, padding-left 0.3s;
}

.footer-nav-list a:hover {
  color: #fff;
  padding-left: 4px;
}

/* 页脚CTA横幅 */
.footer-cta-banner {
  background: linear-gradient(135deg, var(--color-primary) 0%, rgba(255,255,255,0.08) 100%);
  border: 1px solid rgba(255,215,0,0.08);
}

/* 内页底部CTA */
.page-bottom-cta {
  background: linear-gradient(135deg, var(--color-primary), rgba(0,0,0,0.1));
  border-left: 4px solid var(--color-secondary);
  color: #fff;
}

.page-bottom-cta a {
  color: #fff;
}

/* 面包屑 */
.page-breadcrumb a {
  color: var(--color-secondary);
}

/* FAQ手风琴 */
.page-body details {
  border-left: 3px solid var(--color-secondary);
}

/* 联系卡片 */
.contact-card {
  border-top: 3px solid var(--color-secondary);
}


/* ============ Hero & Navigation — Royal Emerald Theme ============ */
/* Auto-generated by batch_theme_hero_css.php */

/* Navigation Glass */
.site-header {
  background: rgba(5,15,5,0.9);
  border-bottom: 1px solid rgba(212,175,55,0.12);
}

.brand-icon { color: #FFD700; }

.nav-link:hover { color: #FFD700; }
.nav-link::after { background: #FFD700; }

.hero-banner::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #FFD70040, transparent);
  z-index: 3;
}

.hero-stats-bar {
  background: rgba(0,128,0,0.04);
  border-color: rgba(212,175,55,0.12);
}

.stat-number { color: #FFD700; }
.stat-icon { color: #FFD700; }

.btn-register { --btn-register-glow: rgba(0,128,0,0.3); }

.scroll-arrow {
  background: rgba(255,255,255,0.05);
  border-color: rgba(212,175,55,0.12);
}

/* Theme-specific Effects */
.hero-title { text-shadow: 0 0 30px rgba(0,128,0,0.15); }
  .trust-badge { border-color: rgba(212,175,55,0.3); }
  .hero-visual-wrapper::after { content:""; position:absolute; inset:-10%; border:1px solid rgba(212,175,55,0.08); border-radius:50%; animation:theme11rotate 30s linear infinite; }
  @keyframes theme11rotate { from{transform:rotate(0deg)}to{transform:rotate(360deg)} }


/* ============ Layout Variant A Enhancement ============ */
/* Auto-generated by batch_theme_layout_css.php */

/* Variant A Enhancement: Royal Emerald Split */
.hero-banner[data-variant="A"] .hero-split { gap: 4.5rem; }
.hero-banner[data-variant="A"] .hero-float-decor {
  background: radial-gradient(circle, rgba(0,128,0,0.1) 0%, transparent 70%);
  border-radius: 50%;
}
.hero-banner[data-variant="A"] .hero-stats-cards .stat-item {
  background: linear-gradient(135deg, rgba(0,128,0,0.05) 0%, rgba(212,175,55,0.03) 100%);
  border-color: rgba(212,175,55,0.12);
}
.hero-banner[data-variant="A"] .hero-stats-cards .stat-item:hover {
  border-color: rgba(0,128,0,0.25);
}

