/* =====================================================
   Theme 07: Fresh Tropical - Components
   清新自然热带风 - 组件样式与特效
   ===================================================== */

/* ============ 广告区热带波浪 ============ */
.hero-banner {
  position: relative;
}

/* 底部SVG波浪占位（由JS或SVG插入） */
.hero-banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120'%3E%3Cpath fill='%23ffffff' fill-opacity='0.15' d='M0,64L48,58.7C96,53,192,43,288,48C384,53,480,75,576,80C672,85,768,75,864,64C960,53,1056,43,1152,48C1248,53,1344,75,1392,85.3L1440,96L1440,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-bubbles-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/* ============ 标题热带风 ============ */
.hero-title {
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

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

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

.btn-download:hover {
  background: var(--btn-download-hover-bg);
  box-shadow: 0 4px 15px rgba(255,255,255,0.2);
}

/* ============ 导航栏热带 ============ */
.site-header {
  border-bottom: none;
  box-shadow: 0 2px 10px rgba(0,191,165,0.1);
}

.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(0,191,165,0.08);
}

.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,191,165,0.15);
}

/* ============ 页脚CTA热带 ============ */
.footer-cta-banner {
  background: linear-gradient(135deg, #00BFA5 0%, #4DB6AC 100%);
  position: relative;
}

.footer-cta-banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80'%3E%3Cpath fill='%23ffffff' fill-opacity='0.1' d='M0,32L48,37.3C96,43,192,53,288,53.3C384,53,480,43,576,37.3C672,32,768,32,864,37.3C960,43,1056,53,1152,53.3C1248,53,1344,43,1392,37.3L1440,32L1440,80L1392,80C1344,80,1248,80,1152,80C1056,80,960,80,864,80C768,80,672,80,576,80C480,80,384,80,288,80C192,80,96,80,48,80L0,80Z'%3E%3C/path%3E%3C/svg%3E") no-repeat bottom;
  background-size: cover;
}

/* ============ 滚动提示 ============ */
.scroll-hint .scroll-arrow {
  background: rgba(255,213,79,0.2);
  border: 2px solid rgba(255,213,79,0.4);
}

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

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

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

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

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

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

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

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

/* Navigation Glass */
.site-header {
  background: rgba(240,255,250,0.92);
}

.brand-icon { color: #00838F; }

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

.hero-stats-bar {
  background: rgba(0,188,212,0.04);
  border-color: rgba(0,188,212,0.1);
}

.btn-register { --btn-register-glow: rgba(0,188,212,0.25); }

.scroll-arrow {
  background: rgba(0,0,0,0.03);
  border-color: rgba(0,188,212,0.1);
}

/* Theme-specific Effects */
.hero-visual-wrapper svg { animation: theme07sway 7s ease-in-out infinite; }
  @keyframes theme07sway { 0%,100%{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-8px) rotate(2deg)}66%{transform:translateY(-12px) rotate(-2deg)} }
  .hero-stats-bar { background: rgba(255,255,255,0.7); }


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

/* Variant B Enhancement: Tropical Cinematic */
.hero-banner[data-variant="B"] { background: linear-gradient(135deg, #004D40 0%, #00695C 50%, #00838F 100%); }
.hero-banner[data-variant="B"]::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(255,213,79,0.1) 0%, transparent 60%);
  z-index: 1;
}
.hero-banner[data-variant="B"] .hero-stats-fullwidth .hero-stats-bar {
  background: linear-gradient(to top, rgba(0,77,64,0.4), rgba(0,0,0,0.3));
}
.site-header[data-nav-style="transparent"] .nav-link { color: rgba(255,255,255,0.85); }
.site-header[data-nav-style="transparent"] .brand-name { color: #FFFFFF; }
.site-header[data-nav-style="transparent"] .hamburger-line { background: #FFFFFF; }

