/* =====================================================
   Theme 08: Deep Blue Executive - Components
   深蓝商务精英风 - 组件样式与特效
   ===================================================== */

/* ============ 广告区商务光柱 ============ */
.hero-banner {
  position: relative;
}

.hero-glow-layer {
  background: radial-gradient(circle at 50% 0%, rgba(119,141,169,0.1) 0%, transparent 50%);
}

/* 几何网格背景 */
.hero-bg-layer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(119,141,169,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(119,141,169,0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: 0;
}

/* ============ 标题商务风 ============ */
.hero-title {
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* ============ 按钮商务精英 ============ */
.btn-register {
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-register:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(224,225,221,0.2);
}

.btn-download {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.btn-download:hover {
  transform: translateY(-2px);
}

/* ============ 导航栏商务 ============ */
.site-header {
  border-bottom: 1px solid rgba(119,141,169,0.15);
}

.nav-menu a {
  font-weight: 500;
  letter-spacing: 0.01em;
}

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

.nav-btn {
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* ============ 卡片商务 ============ */
.post-card {
  border: 1px solid rgba(119,141,169,0.08);
  background: #fff;
}

.post-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(13,27,42,0.1);
  border-color: rgba(119,141,169,0.15);
}

/* ============ 页脚CTA商务 ============ */
.footer-cta-banner {
  background: linear-gradient(135deg, #0D1B2A 0%, #1B263B 100%);
  border-top: 1px solid rgba(119,141,169,0.1);
}

/* ============ 滚动提示 ============ */
.scroll-hint .scroll-arrow {
  background: rgba(119,141,169,0.1);
  border: 1px solid rgba(119,141,169,0.2);
}

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

/* ============ 文章内CTA ============ */
.in-content-cta {
  background: linear-gradient(135deg, #1B263B 0%, #0D1B2A 100%);
  border: 1px solid rgba(119,141,169,0.1);
}

/* ============ 移动端FAB ============ */
.fab-register {
  box-shadow: 0 4px 20px rgba(224,225,221,0.2);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(224,225,221,0.2); }
  50% { box-shadow: 0 0 0 12px rgba(224,225,221,0); }
}

/* ============ 搜索表单 ============ */
.search-form input[type="search"] {
  background: #fff;
  border: 1px solid rgba(119,141,169,0.15);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.search-form input[type="search"]:focus {
  border-color: var(--color-secondary);
  box-shadow: 0 0 0 3px rgba(119,141,169,0.1);
  outline: none;
}

/* ============ 响应式微调 ============ */
@media (max-width: 767px) {
  .hero-title {
    letter-spacing: -0.01em;
  }
}

/* === 赌场装饰增强 (深海蓝) [casino-enhance] === */

/* SVG装饰可见度提升 */
.hero-casino-decor svg {
  color: rgba(13,27,42,0.10);
  opacity: 0.5;
  filter: drop-shadow(0 0 15px rgba(119,141,169,0.08));
}

/* 装饰层光晕 */
.hero-casino-decor::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -5%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(119,141,169,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(13,27,42,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(119,141,169,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 — Deep Ocean Theme ============ */
/* Auto-generated by batch_theme_hero_css.php */

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

.brand-icon { color: #4FC3F7; }

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

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

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

.stat-number { color: #4FC3F7; }
.stat-icon { color: #4FC3F7; }

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

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

/* Theme-specific Effects */
.hero-title { text-shadow: 0 0 30px rgba(0,150,255,0.2); }
  .hero-visual-wrapper::before { background: radial-gradient(circle, rgba(0,150,255,0.1) 0%, transparent 70%); animation: theme08deep 8s ease-in-out infinite; }
  @keyframes theme08deep { 0%,100%{transform:scale(1);opacity:0.5}50%{transform:scale(1.15);opacity:0.8} }
  .hero-banner::after { content:""; position:absolute; bottom:0; left:0; right:0; height:80px; background:linear-gradient(to top, rgba(0,10,30,0.5), transparent); z-index:2; }


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

/* Variant C Enhancement: Deep Ocean Card */
.hero-banner[data-variant="C"] .hero-card-main {
  border-radius: 20px;
  box-shadow: 0 25px 70px rgba(0,150,255,0.15), 0 0 0 1px rgba(0,150,255,0.1);
}
.hero-banner[data-variant="C"] .hero-card-main:hover {
  box-shadow: 0 35px 90px rgba(0,150,255,0.25), 0 0 0 1px rgba(0,150,255,0.2);
}
.hero-banner[data-variant="C"] .hero-card-bg-svg {
  background: radial-gradient(circle at 70% 30%, rgba(0,150,255,0.05) 0%, transparent 60%);
}

