.wm-container-7f699882 {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.wm-viewport-7f699882 {
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    width: 100%;
    position: relative;
    user-select: none;
    touch-action: pan-y;
}

.wm-track-7f699882 {
    display: flex;
    flex-shrink: 0;
    align-items: stretch;
    animation: wm-scroll-7f699882 30s linear infinite;
}

@keyframes wm-scroll-7f699882 {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-100% - var(--gap, 0px))); }
}

.wm-arrow-7f699882 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #1a3c40;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.wm-arrow-7f699882:hover {
    background: #f0f8f5;
    color: #558765;
}

.wm-arrow-7f699882 svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.wm-arrow-prev-7f699882 {
    left: 0;
}

.wm-arrow-next-7f699882 {
    right: 0;
}

.wm-card-7f699882 {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    white-space: normal;
    transition: transform 0.3s ease;
}

.wm-card-7f699882:hover {
    transform: translateY(-5px);
}

.wm-image-wrapper-7f699882 {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.wm-image-wrapper-7f699882 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wm-badge-7f699882 {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f0f8f5;
    color: #2b5c5d;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.wm-content-7f699882 {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.wm-title-7f699882 {
    margin: 0 0 12px;
    font-size: 22px;
    color: #1a3c40;
    font-weight: 700;
}

.wm-desc-7f699882 {
    margin: 0;
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.5;
}

.wm-divider-7f699882 {
    margin: 24px 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
}

.wm-benefits-list-7f699882 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wm-benefits-list-7f699882 li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 600;
}

.wm-benefit-icon-7f699882 {
    color: #558765;
    display: flex;
    align-items: center;
    margin-top: 3px;
}

.wm-benefit-icon-7f699882 svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.wm-btn-wrap-7f699882 {
    margin-top: auto;
    padding-top: 24px;
}

.wm-btn-7f699882 {
    display: inline-block;
    padding: 10px 24px;
    background-color: #558765;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.3s;
}

.wm-btn-7f699882:hover {
    opacity: 0.9;
    color: #fff;
}
