.qanu-club-landing-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    font-family: inherit;
    text-align: center;
}

.qanu-club-landing-hero {
    background: linear-gradient(135deg, #2b2b2b 0%, #3f3f46 100%);
    color: #fff;
    padding: 80px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
}

.qanu-club-landing-logo {
    display: block;
    height: 350px !important;
    max-width: 100%;
    width: auto;
    margin: 0 auto 30px auto;
    filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
    .qanu-club-landing-logo {
        width: 100%;
        height: auto;
        max-height: none;
    }
}

.qanu-club-landing-subtitle {
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 40px;
    opacity: 0.9;
}

.qanu-club-landing-btn {
    display: inline-block;
    background-color: #fff;
    color: #000 !important;
    padding: 15px 40px;
    font-size: 1.3rem; /* T�k b�y�t�ld� */
    font-weight: 700; /* Daha kal�n */
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 30px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.qanu-club-landing-btn:hover {
    background-color: #f3f4f6;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 255, 255, 0.2);
    color: #000 !important;
}

.qanu-club-landing-login-link {
    display: block;
    color: #d1d5db;
    font-size: 1.05rem; /* T�k b�y�t�ld� */
    text-decoration: underline;
    margin-top: 10px;
}

.qanu-club-landing-login-link:hover {
    color: #fff;
}

.qanu-club-landing-features {
    padding: 40px 0;
}

.qanu-club-landing-features-title {
    font-size: 2.2rem; /* T�k b�y�t�ld� */
    font-weight: 700;
    margin-bottom: 40px;
    color: #111827;
}

.qanu-club-landing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.qanu-club-landing-item {
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.qanu-club-landing-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.qanu-club-landing-icon {
    font-size: 2.5rem;
    color: #4b5563;
    margin-bottom: 20px;
}

.qanu-club-landing-item p {
    font-size: 1.15rem; /* T�k b�y�t�ld� */
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
}
