.elementor-2180 .elementor-element.elementor-element-0bf12c6 > .elementor-element-populated{margin:50px 50px 50px 50px;--e-column-margin-right:50px;--e-column-margin-left:50px;}/* Start custom CSS for html, class: .elementor-element-a07678f *//* Scoping */
.wc-thankyou {
    --wc-primary: #7C5CFF; 
    --wc-primary-dark: #6244d6;
    --wc-secondary: #9D85FF;
    --wc-bg-light: #F9F9FC;
    --wc-text-main: #2D2B55;
    --wc-text-muted: #6b6b85;
    --wc-white: #ffffff;
    --wc-radius: 12px;
    --wc-shadow: 0 10px 30px rgba(124, 92, 255, 0.08);
    
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--wc-text-main);
    line-height: 1.6;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    overflow-x: hidden; 
}

/* Canvas */
#wc-fireworks {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

/* Typography */
.wc-thankyou h1 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--wc-text-main);
    line-height: 1.2;
}

.wc-thankyou h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
}

.wc-thankyou p, .wc-thankyou li {
    font-size: 1.05rem;
    color: var(--wc-text-muted);
}

/* Hero */
.wc-hero {
    text-align: center;
    padding: 3rem 1rem 2rem;
    position: relative;
    z-index: 1;
}

.wc-hero-content {
    max-width: 700px;
    margin: 0 auto;
}

.wc-icon-wrapper {
    margin-bottom: 1.5rem;
    display: inline-block;
    padding: 15px;
    background: rgba(124, 92, 255, 0.1);
    border-radius: 50%;
    animation: wc-pulse 3s ease-in-out infinite;
}

/* Team Section */
.wc-team-section {
    padding: 2rem 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.wc-section-subtitle {
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.wc-team-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 1rem;
}

.wc-team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    margin-bottom: 1rem;
}

.wc-team-member img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--wc-white);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    transition: transform 0.3s ease;
    background: #f0f0f0;
}

/* Bruno Fix: Kopf nicht abschneiden (Ausrichtung Oben) */
.wc-team-member img.wc-bruno-avatar {
    object-position: top center;
}

.wc-team-member:hover img {
    transform: scale(1.05);
    border-color: var(--wc-secondary);
}

.wc-team-member .wc-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--wc-text-main);
    display: block;
    line-height: 1.3;
}

.wc-team-member .wc-role {
    font-size: 0.8rem;
    color: var(--wc-text-muted);
    display: block;
    line-height: 1.3;
    margin-top: 2px;
}

/* Game & Bruno Layout */
.wc-game-section-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 4rem 0 3rem;
    position: relative;
    z-index: 2;
}

.wc-bruno-wrapper {
    position: relative;
    margin-bottom: 1rem;
    text-align: center;
    display: inline-block; 
}

.wc-bruno-img {
    width: 120px;
    height: auto;
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.15));
    animation: wc-float 4s ease-in-out infinite;
    position: relative;
    z-index: 2;
}

.wc-bruno-speech {
    background: var(--wc-white);
    padding: 10px 15px;
    border-radius: 15px;
    font-size: 0.85rem;
    color: var(--wc-text-main);
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    position: absolute;
    top: 0;
    left: 140px; 
    right: auto;
    width: 150px;
    font-style: italic;
    border: 1px solid #eee;
    z-index: 3;
    text-align: left;
}

.wc-bruno-speech::after {
    content: '';
    position: absolute;
    left: -6px;
    top: 20px;
    bottom: auto;
    width: 12px;
    height: 12px;
    background: var(--wc-white);
    transform: rotate(45deg);
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

/* Game Card */
.wc-game-card {
    background: #2D2B55; 
    color: white;
    border-radius: var(--wc-radius);
    padding: 1.5rem;
    width: 100%;
    max-width: 500px;
    box-shadow: var(--wc-shadow);
    border: 1px solid rgba(255,255,255,0.1);
}

.wc-game-header h3 {
    color: white;
    margin: 0 0 5px 0;
    text-align: left;
}
.wc-game-header p {
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    text-align: left;
    margin: 0;
}

.wc-game-area {
    height: 220px;
    background: rgba(255,255,255,0.05);
    border-radius: 8px;
    margin-top: 1rem;
    position: relative;
    cursor: crosshair;
    overflow: hidden;
    touch-action: none;
}

.wc-game-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(45, 43, 85, 0.85);
    z-index: 10;
}

.wc-game-ui {
    position: absolute;
    top: 10px; left: 10px; right: 10px;
    display: flex;
    justify-content: space-between;
    font-family: monospace;
    font-size: 1rem;
    pointer-events: none;
    z-index: 5;
}

.wc-game-target {
    position: absolute;
    width: 34px;
    height: 34px;
    background: radial-gradient(circle, #FFD700 0%, #FFA500 100%);
    border-radius: 50%;
    box-shadow: 0 0 10px #FFD700;
    cursor: pointer;
    transition: transform 0.1s;
    z-index: 2;
}
.wc-game-target:active { transform: scale(0.8); }

/* Buttons */
.wc-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0 4rem;
    position: relative;
    z-index: 2;
}

.wc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
    font-size: 1rem;
    cursor: pointer;
}

.wc-icon {
    margin-right: 8px;
}

.wc-btn-primary {
    background: linear-gradient(135deg, var(--wc-primary), var(--wc-secondary));
    color: white !important;
    box-shadow: 0 4px 15px rgba(124, 92, 255, 0.3);
}
.wc-btn-primary:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(124, 92, 255, 0.4);
}

.wc-btn-secondary {
    background: var(--wc-white);
    color: var(--wc-primary) !important;
    border: 1px solid var(--wc-primary);
}
.wc-btn-secondary:hover { background: rgba(124, 92, 255, 0.05); }

.wc-btn-outline {
    color: var(--wc-text-muted) !important;
    border: 1px solid #ddd;
}
.wc-btn-outline:hover {
    border-color: var(--wc-text-main);
    color: var(--wc-text-main) !important;
}

.wc-btn-small {
    padding: 8px 18px;
    font-size: 0.9rem;
    background: var(--wc-primary);
    color: white;
    border: none;
    border-radius: 4px;
}

/* FAQ */
.wc-faq {
    max-width: 800px;
    margin: 0 auto 3rem;
    position: relative;
    z-index: 1;
}

.wc-accordion details {
    background: var(--wc-white);
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #eee;
    overflow: hidden;
}

.wc-accordion summary {
    padding: 18px 20px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 40px;
    color: var(--wc-text-main);
}
.wc-accordion summary::-webkit-details-marker { display: none; }

.wc-accordion summary::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--wc-primary);
    font-weight: bold;
    font-size: 1.4rem;
}
.wc-accordion details[open] summary::after { content: '-'; }

.wc-faq-content {
    padding: 0 20px 20px;
    color: var(--wc-text-muted);
    font-size: 0.95rem;
    border-top: 1px solid #f5f5f5;
}
.wc-faq-content ul { padding-left: 20px; margin: 10px 0; }
.wc-faq-content li { margin-bottom: 5px; }

/* Animations */
@keyframes wc-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
@keyframes wc-pulse {
    0% { box-shadow: 0 0 0 0 rgba(124, 92, 255, 0.4); }
    70% { box-shadow: 0 0 0 15px rgba(124, 92, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(124, 92, 255, 0); }
}

/* Mobile */
@media (max-width: 768px) {
    .wc-thankyou h1 { font-size: 1.8rem; }
    .wc-actions { flex-direction: column; }
    .wc-btn { width: 100%; }
    
    .wc-bruno-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 1rem;
    }
    .wc-bruno-speech {
        position: relative;
        top: 0; left: 0; right: 0;
        margin-top: 15px;
        width: auto;
        text-align: center;
    }
    .wc-bruno-speech::after {
        top: -6px; bottom: auto; left: 50%;
        transform: rotate(225deg) translateX(50%);
        border-left: none; border-bottom: none;
        border-right: 1px solid #eee; border-top: 1px solid #eee;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wc-icon-wrapper, .wc-bruno-img { animation: none; }
    #wc-fireworks { display: none; }
    .wc-game-section-wrapper { display: none; } 
}/* End custom CSS */