.gamer-faq-wrapper {
    max-width: 900px;
    margin: 40px auto;
    background: rgba(10, 0, 0, 0.9);
    border: 1px solid #5d2e00;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.gamer-faq-wrapper::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 3px;
    background: linear-gradient(90deg, #9db900, #ff7f32, #ffcc00);
    box-shadow: 0 0 15px #9db900;
}

.faq-header {
    margin-bottom: 30px;
    text-align: center;
}

.faq-header h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.6);
    margin: 0;
}

.faq-header span {
    color: #ff7f32;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: linear-gradient(90deg, #1a0505, #000);
    border: 1px solid #ffdd00;
    transform: skew(-10deg);
    transition: all 0.3s ease;
}

.faq-item:hover, .faq-item.active {
    border-color: #ff7f32;
    box-shadow: 0 0 15px rgba(255, 69, 0, 0.2);
    transform: skew(-10deg) translateX(5px);
}

.faq-question {
    width: 100%;
    padding: 15px 25px;
    background: transparent;
    border: none;
    color: #e0e0e0;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
}

.faq-question span {
    transform: skew(10deg); 
    display: block;
}

.faq-icon {
    font-size: 20px;
    color: #9db900;
    transition: 0.3s;
    transform: skew(10deg);
}

.faq-item.active .faq-question span {
    color: #ffcc00;
}

.faq-item.active .faq-icon {
    transform: skew(10deg) rotate(45deg);
    color: #ffcc00;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5);
}

.faq-answer-inner {
    padding: 0 25px 20px 25px;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #bbb;
    transform: skew(10deg);
}

.faq-answer p {
    margin: 0;
    border-left: 3px solid #ff7f32;
    padding-left: 15px;
}

@media (max-width: 768px) {
    .faq-item { transform: skew(0deg); }
    .faq-question span, .faq-icon, .faq-answer-inner { transform: skew(0deg); }
    .faq-item:hover, .faq-item.active { transform: translateX(0); }
}

.babayo-dock-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 75px;
    background: linear-gradient(
 180deg,
 #2a0000 0%,
 #cf0000 40%,
 #1a0000 100%
);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    z-index: 9999;    
    box-shadow: 0 -10px 30px rgba(0,0,0,0.9);
    border-top: 1px solid var(--card-bg);
}
.babayo-dock-nav::before {
    content: '';
    position: absolute;
    top: -2px; left: 0;
    width: 100%; height: 2px;
    background: linear-gradient(90deg, var(--secondary-color), var(--primary-color), var(--accent-color));
    z-index: 10000;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.4); 
}

.dock-link {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: rgb(244 244 244); 
    font-family: 'Exo 2', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.2s ease;
    padding-top: 5px;
}

.dock-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
    fill: rgb(244 244 244);
    transition: all 0.2s ease;
}

.dock-link:hover, .dock-link.active {
    color: var(--secondary-color);
}

.dock-link:hover .dock-icon, .dock-link.active .dock-icon {
    fill: var(--secondary-color);
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.6)); 
    transform: translateY(-3px);
}

.dock-center-wrapper {
    position: relative;
    width: 80px; 
    height: 80px;
    display: flex;
    justify-content: center;
    margin-top: -35px;
    z-index: 10001;
}

.dock-btn-center {
    width: 65px;
    height: 65px;
    background: var(--primary-color);
    
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--text-light);
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
    font-size: 10px;
    box-shadow: 0 0 20px rgba(217, 4, 41, 0.6); 
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2);
}

.dock-btn-center .dock-icon {
    width: 28px;
    height: 28px;
    fill: var(--text-light);
    margin-bottom: 0;
}

.dock-btn-center:hover {
    transform: scale(1.15) translateY(-5px);
    background: #e6052e; 
    box-shadow: 0 0 30px rgba(217, 4, 41, 0.9);
}

.dock-center-bg {
    position: absolute;
    bottom: 0;
    width: 90px;
    height: 45px;
    background: var(--bg-dark);
    border-top: 2px solid var(--secondary-color);
    border-radius: 50px 50px 0 0; 
    z-index: -1;
    box-shadow: 0 -5px 10px rgba(0,0,0,0.5);
}

@media (max-width: 360px) {
    .dock-link { font-size: 9px; }
    .dock-icon { width: 20px; height: 20px; }
    .dock-btn-center { width: 55px; height: 55px; }
    .dock-center-wrapper { margin-top: -25px; }
}