/* =====================================================
   Theme 12: Orange Sunrise Vitality - Components
   橙色活力日出风 - 组件样式与特效
   ===================================================== */

/* ============ 广告区日出渐变 ============ */
.hero-banner {
  position: relative;
}

/* 山丘剪影 */
.hero-banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120'%3E%3Cpath fill='%23FFF3E0' fill-opacity='0.3' d='M0,96L48,90.7C96,85,192,75,288,80C384,85,480,107,576,101.3C672,96,768,64,864,58.7C960,53,1056,75,1152,80C1248,85,1344,75,1392,69.3L1440,64L1440,120L1392,120C1344,120,1248,120,1152,120C1056,120,960,120,864,120C768,120,672,120,576,120C480,120,384,120,288,120C192,120,96,120,48,120L0,120Z'%3E%3C/path%3E%3C/svg%3E") no-repeat bottom;
  background-size: cover;
  z-index: 2;
  pointer-events: none;
}

/* ============ 标题日出风 ============ */
.hero-title {
  font-weight: 400;
  text-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

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

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

/* ============ 导航栏日出 ============ */
.site-header {
  border-bottom: none;
  box-shadow: 0 2px 10px rgba(255,109,0,0.08);
}

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

.nav-menu a::after {
  height: 2px;
  border-radius: 2px;
}

/* ============ 卡片日出风格 ============ */
.post-card {
  border: none;
  box-shadow: 0 2px 12px rgba(255,109,0,0.06);
}

.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(255,109,0,0.12);
}

/* ============ 页脚CTA日出 ============ */
.footer-cta-banner {
  background: linear-gradient(135deg, #FF6D00 0%, #FF8F00 100%);
  position: relative;
}

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

/* ============ 侧边栏widget ============ */
.widget-title {
  border-bottom: 2px solid var(--color-secondary);
}

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

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

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

/* ============ 响应式微调 ============ */
@media (max-width: 767px) {
  .hero-banner::after {
    height: 40px;
  }
}

/* === 赌场装饰增强 (日落橙) [casino-enhance] === */

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

/* 装饰层光晕 */
.hero-casino-decor::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -5%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(255,214,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(255,109,0,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,214,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 — Sunset Blaze Theme ============ */
/* Auto-generated by batch_theme_hero_css.php */

/* Navigation Glass */
.site-header {
  background: rgba(20,8,0,0.9);
  border-bottom: 1px solid rgba(255,152,0,0.12);
}

.brand-icon { color: #FFB74D; }

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

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

.hero-stats-bar {
  background: rgba(255,152,0,0.04);
  border-color: rgba(255,152,0,0.12);
}

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

.btn-register { --btn-register-glow: rgba(255,152,0,0.35); }

.scroll-arrow {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,152,0,0.12);
}

/* Theme-specific Effects */
.hero-banner::after { content:""; position:absolute; bottom:0; left:0; right:0; height:120px; background:linear-gradient(to top, rgba(230,81,0,0.2), transparent); z-index:2; }
  .hero-visual-wrapper svg { animation: heroVisualFloat 8s ease-in-out infinite; }
  .stat-number { color: #FFB74D; }


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

/* Variant B Enhancement: Sunset Blaze Cinematic */
.hero-banner[data-variant="B"] { background: linear-gradient(135deg, #1A0A00 0%, #2E1503 30%, #4E342E 70%, #6D4C41 100%); }
.hero-banner[data-variant="B"]::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center top, rgba(255,152,0,0.12) 0%, transparent 50%);
  z-index: 1;
}
.hero-banner[data-variant="B"] .hero-stats-fullwidth .hero-stats-bar {
  background: linear-gradient(to top, rgba(230,81,0,0.3), rgba(0,0,0,0.4));
}
.site-header[data-nav-style="transparent"] .nav-link { color: #FFCC80; }
.site-header[data-nav-style="transparent"] .brand-name { color: #FFFFFF; }
.site-header[data-nav-style="transparent"] .hamburger-line { background: #FFCC80; }

