
/*
Theme Name: WSB Deutsch Theme
Author: AI Generator
Description: Dark Mode Theme für WallStreetBets Deutsch. Conversion-fokussiert für Copy-Trading.
Version: 1.2
*/

:root {
    --bg-dark: #0b0e11;
    --bg-card: #151a21;
    --primary: #00c805; /* Trading Green */
    --primary-hover: #00e606;
    --text-main: #ffffff;
    --text-muted: #9aa0a6;
    --accent: #ffb115; /* WSB Gold */
    --border: #2a2e33;
}

* { box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background-color: var(--bg-dark); color: var(--text-main); line-height: 1.6; margin: 0; padding: 0; }
a { text-decoration: none; color: var(--primary); transition: 0.3s; }
a:hover { color: var(--primary-hover); }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4 { font-weight: 800; letter-spacing: -0.5px; color: #fff; margin-top: 0; }

/* Header */
.site-header { background: rgba(21, 26, 33, 0.95); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); padding: 15px 0; position: sticky; top: 0; z-index: 1000; }
.header-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; }

.site-branding { display: flex; align-items: center; text-decoration: none; }
.logo-icon { font-size: 1.5rem; margin-right: 10px; }
.site-title { font-weight: 900; font-size: 1.3rem; color: #fff; text-transform: uppercase; letter-spacing: 1px; display: flex; flex-direction: column; line-height: 1; }
.site-title span { color: var(--accent); font-size: 0.9rem; }

.header-cta { background: var(--primary); color: #000; padding: 10px 20px; border-radius: 4px; font-weight: 800; font-size: 0.9rem; text-transform: uppercase; box-shadow: 0 0 15px rgba(0, 200, 5, 0.2); }
.header-cta:hover { background: var(--primary-hover); transform: scale(1.05); box-shadow: 0 0 25px rgba(0, 200, 5, 0.4); color: #000; }

/* Navigation */
.main-navigation { margin-right: 20px; }
.main-navigation ul { list-style: none; margin: 0; padding: 0; display: flex; }
.main-navigation li { margin-left: 20px; position: relative; }
.main-navigation a { color: #fff; font-weight: 600; font-size: 0.95rem; }
.main-navigation a:hover { color: var(--accent); }
.main-navigation ul ul { display: none; position: absolute; top: 100%; left: 0; background: var(--bg-card); border: 1px solid var(--border); min-width: 200px; flex-direction: column; padding: 10px 0; border-radius: 6px; }
.main-navigation ul ul a { display: block; padding: 8px 15px; }
.main-navigation li:hover > ul { display: flex; }

/* Mobile Menu */
@media (max-width: 900px) {
    .header-inner { flex-wrap: wrap; }
    .main-navigation { width: 100%; display: none; margin-top: 15px; order: 3; background: var(--bg-card); padding: 10px; border-radius: 6px; }
    .main-navigation.active { display: block; }
    .main-navigation ul { flex-direction: column; }
    .main-navigation li { margin: 10px 0; border-bottom: 1px solid var(--border); padding-bottom: 5px; }
    .mobile-menu-toggle { display: block; cursor: pointer; font-size: 1.8rem; color: #fff; margin-left: auto; margin-right: 20px; }
    .header-cta { order: 2; font-size: 0.8rem; padding: 8px 15px; }
}
@media (min-width: 901px) { .mobile-menu-toggle { display: none; } }

/* Hero Section */
.hero-section { padding: 80px 20px; text-align: center; background: radial-gradient(circle at center, #1a232e 0%, #0b0e11 100%); border-bottom: 1px solid var(--border); }
.hero-content { max-width: 900px; margin: 0 auto; }
.hero-title { font-size: 3rem; margin-bottom: 20px; line-height: 1.1; }
.hero-title span { color: var(--primary); }
.hero-subtitle { font-size: 1.2rem; color: var(--text-muted); margin-bottom: 40px; max-width: 700px; margin-left: auto; margin-right: auto; }
.wsb-mascot { max-width: 200px; margin-bottom: 30px; filter: drop-shadow(0 0 20px rgba(255, 177, 21, 0.3)); }
.hero-btn-big { display: inline-block; background: var(--primary); color: #000; font-size: 1.3rem; padding: 20px 50px; border-radius: 50px; font-weight: 900; text-transform: uppercase; box-shadow: 0 0 30px rgba(0, 200, 5, 0.3); transition: 0.3s; margin-top: 20px; }
.hero-btn-big:hover { transform: scale(1.05) translateY(-3px); box-shadow: 0 0 50px rgba(0, 200, 5, 0.6); color: #000; }

/* Trust Bar */
.trust-bar { background: var(--bg-card); padding: 20px; border-bottom: 1px solid var(--border); }
.trust-grid { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; font-weight: 700; color: #fff; font-size: 0.9rem; text-transform: uppercase; }
.trust-icon { color: var(--accent); margin-right: 10px; font-size: 1.2rem; }

/* Content Areas */
.section-wrapper { padding: 70px 20px; max-width: 1200px; margin: 0 auto; }
.section-title { text-align: center; font-size: 2.2rem; margin-bottom: 50px; }
.section-title span { border-bottom: 3px solid var(--primary); }

/* Testimonials */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 30px; }
.testi-box { background: var(--bg-card); padding: 30px; border-radius: 12px; border: 1px solid var(--border); position: relative; }
.testi-box:before { content: "“"; font-size: 4rem; position: absolute; top: 10px; left: 20px; color: var(--border); font-family: serif; }
.stars { color: var(--accent); margin-bottom: 15px; letter-spacing: 2px; }
.testi-quote { font-style: italic; color: #ddd; margin-bottom: 20px; font-size: 0.95rem; z-index: 2; position: relative; }
.testi-author { font-weight: 700; color: var(--primary); font-size: 0.9rem; text-align: right; }

/* FAQ */
.faq-container { max-width: 800px; margin: 0 auto; }
.faq-item { border: 1px solid var(--border); border-radius: 8px; margin-bottom: 15px; overflow: hidden; background: var(--bg-card); }
.faq-head { padding: 20px; cursor: pointer; font-weight: 700; display: flex; justify-content: space-between; align-items: center; transition: background 0.2s; }
.faq-head:hover { background: #222933; }
.faq-body { padding: 25px; display: none; border-top: 1px solid var(--border); color: var(--text-muted); line-height: 1.7; }
.faq-item.active .faq-body { display: block; }
.faq-item.active .faq-head { color: var(--primary); }

/* Blog Grid */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.blog-card { background: var(--bg-card); padding: 30px; border-radius: 12px; border: 1px solid var(--border); transition: 0.3s; }
.blog-card:hover { border-color: var(--primary); transform: translateY(-5px); }
.blog-meta { color: var(--text-muted); font-size: 0.8rem; margin-bottom: 10px; }
.blog-card h3 a { color: #fff; }
.blog-card h3 a:hover { color: var(--primary); }
.read-more { color: var(--primary); font-weight: bold; font-size: 0.9rem; display: inline-block; margin-top: 15px; }

/* Forum Widget Styling */
.forum-section { background: #0b0e11; padding: 50px 30px; margin-top: 50px; border-radius: 12px; border: 1px solid #2a2e33; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
/* Specific WPForo Overrides */
.wpforo-widget-content { color: #fff; }
.wpforo-widget-content ul li { border-bottom: 1px solid #333; padding: 8px 0; list-style:none; }
.wpforo-widget-content a { color: #ccc; text-decoration: none; font-weight:500; }
.wpforo-widget-content a:hover { color: var(--primary); }

/* SEO Content */
.seo-content { margin-top: 60px; color: var(--text-muted); text-align: justify; }
.seo-content h2 { color: #fff; }

/* Footer */
.site-footer { background: #000; padding: 60px 20px; text-align: center; border-top: 1px solid var(--border); margin-top: 80px; }
.footer-links a { color: #fff; margin: 0 15px; text-decoration: none; font-size: 0.9rem; opacity: 0.7; }
.footer-links a:hover { opacity: 1; color: var(--primary); }
.copyright { color: #555; margin-top: 30px; font-size: 0.8rem; }

/* Sidebar Layout */
.has-sidebar .content-wrapper { display: grid; grid-template-columns: 2fr 1fr; gap: 50px; max-width: 1200px; margin: 50px auto; padding: 0 20px; }
.content-wrapper { max-width: 1200px; margin: 50px auto; padding: 0 20px; }
@media (max-width: 800px) { .has-sidebar .content-wrapper { grid-template-columns: 1fr; } }
.sidebar-widget { background: var(--bg-card); padding: 25px; border-radius: 8px; border: 1px solid var(--border); margin-bottom: 30px; }
.widget-title { font-size: 1.1rem; color: #fff; border-bottom: 2px solid var(--primary); padding-bottom: 10px; margin-bottom: 20px; }
.sidebar-widget ul { list-style: none; padding: 0; }
.sidebar-widget li { border-bottom: 1px solid #333; padding: 10px 0; }
.sidebar-widget a { color: var(--text-muted); }
.sidebar-widget a:hover { color: var(--primary); }
