.solargeneratorcity-land-new-on-site {
    background: linear-gradient(145deg, #020d18 0%, #040a16 100%);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.solargeneratorcity-land-new-on-site::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -10%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 255, 255, 0.07) 0%, transparent 60%);
    animation: floatGlow 8s infinite linear;
    z-index: 0;
}

@keyframes floatGlow {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-5%, -5%);
    }
    100% {
        transform: translate(0, 0);
    }
}

#solargeneratorcity-land-review-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.solargeneratorcity-land-main-review-card {
    display: flex;
    flex-direction: row;
    gap: 30px;
    background: rgba(0, 255, 255, 0.04);
    border: 1px solid rgba(0, 255, 255, 0.15);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.05);
    border-radius: 16px;
    backdrop-filter: blur(12px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.solargeneratorcity-land-main-review-card:hover {
    transform: scale(1.02);
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.15);
}

.solargeneratorcity-land-review-image {
    flex: 0 0 120px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.solargeneratorcity-land-review-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    filter: grayscale(20%) brightness(1.2);
}

.solargeneratorcity-land-review-info {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: rgba(0, 255, 255, 0.15);
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 0.85rem;
    color: #ffffff;
    text-shadow: 0 0 4px #00ffe7;
}

.solargeneratorcity-land-review-block-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    color: #c6fcff;
    flex: 1;
}

.solargeneratorcity-land-review-author-all {
    font-weight: bold;
    color: #00ffe7;
    font-size: 1rem;
    text-shadow: 0 0 5px rgba(0, 255, 255, 0.4);
}

.solargeneratorcity-land-review-text-all {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #c2f6ff;
}

.solargeneratorcity-land-review-rating-all {
    font-size: 1.1rem;
    color: #00ffe7;
    text-shadow: 0 0 4px #00ffe7;
}
