.sp-e3711a26-wrapper {
    width: 100%;
    padding: 100px 20px;
    background: #FAFAFA;
}
.sp-e3711a26-container {
    max-width: 1200px;
    margin: 0 auto;
}
.sp-e3711a26-header {
    text-align: center;
    margin-bottom: 50px;
}
.sp-e3711a26-headline {
    font-size: 32px;
    font-weight: 600;
    color: #111;
    margin: 0 0 10px 0;
}
.sp-e3711a26-subheadline {
    font-size: 18px;
    color: #555;
    margin: 0 0 20px 0;
}
.sp-e3711a26-summary {
    display: inline-block;
    padding: 8px 16px;
    background: #fff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.sp-e3711a26-carousel {
    padding: 20px 0 50px 0;
    overflow: hidden;
}
.sp-e3711a26-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.sp-e3711a26-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.sp-e3711a26-card-img {
    height: 200px;
    background-size: cover;
    background-position: center;
}
.sp-e3711a26-card-content {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.sp-e3711a26-stars {
    font-size: 14px;
    margin-bottom: 12px;
}
.sp-e3711a26-review {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    font-style: italic;
    margin: 0 0 20px 0;
    flex-grow: 1;
}
.sp-e3711a26-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
.sp-e3711a26-name {
    font-weight: 600;
    color: #111;
}
.sp-e3711a26-verified {
    color: #27ae60;
    font-weight: 500;
    font-size: 12px;
}
.swiper-button-next, .swiper-button-prev {
    color: #111 !important;
}
.swiper-pagination-bullet-active {
    background: #111 !important;
}
@media (max-width: 768px) {
    .sp-e3711a26-wrapper { padding: 60px 20px; }
    .sp-e3711a26-headline { font-size: 26px; }
}