/* Trial Section - Eski Boyutlar + Tek QR */

#trial {
    width: 85% !important;
    margin: 6em auto !important;
    padding: 4em 6em !important;
    border-radius: 50px !important;
}

/* Yıldız - geri eklendi */
#trial .ws-1 {
    position: absolute;
    bottom: -8% !important;
    right: 38% !important;
    width: 90px !important;
    filter: blur(0px) !important;
    opacity: 1 !important;
    z-index: 10;
    transform: rotate(-15deg);
}

/* Tek QR Kod */
.qr-single-wrapper {
    display: flex;
    justify-content: center;
}

.qr-code-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.qr-placeholder {
    background: white;
    border-radius: 20px;
    padding: 1.5em;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.qr-placeholder:hover {
    transform: scale(1.05);
}

.qr-label {
    margin-top: 1.5em;
    color: white;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

#trial h1 {
    font-size: 36pt !important;
    line-height: 1.3;
}

/* Responsive */
@media (max-width: 992px) {
    #trial {
        width: 90% !important;
        margin: 4em auto !important;
        padding: 3em 2em !important;
        border-radius: 30px !important;
    }
    
    #trial .ws-1 {
        bottom: -5% !important;
        right: 30% !important;
        width: 60px !important;
    }
    
    #trial h1 {
        font-size: 24pt !important;
    }
    
    .qr-placeholder svg {
        width: 160px;
        height: 160px;
    }
}

/* Header menü tek satır */
.cropid-nav {
    white-space: nowrap;
}
.cropid-nav-item a {
    white-space: nowrap;
}
