.soho-container {
    font-family: Arial, sans-serif;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.soho-title {
    margin-bottom: 2rem;
    font-weight: bold;
}

.soho-card {
    border-radius: 10px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.soho-card-header {
    background: #c00;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    font-size: 24px;
}

.soho-card-body {
    background: #E25450;
    padding: 20px;
    color: #fff;
}

.soho-bandwidth {
    font-size: 80px;
    font-weight: bold;
    margin: 0;
}

.soho-price {
    margin: 10px 0;
    font-weight: bold;
}

.soho-features li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.soho-card-footer {
    background: #c00;
    padding: 15px;
}

.soho-btn {
    border-radius: 5px;
    padding: 10px 20px;
}

.soho-terms {
    margin-top: 3rem;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

.soho-terms h5 {
    font-weight: bold;
}

.soho-card {
    position: relative;
    overflow: hidden;
}

.recommended-stamp {
    position: absolute;
    top: 12px;
    right: -55px;
    background: #ff9800;
    color: white;
    font-weight: bold;
    padding: 5px 70px;
    transform: rotate(45deg);
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    z-index: 10;
    text-align: right;
    margin-top: 20px;
}

.btn-center {
    text-align: center;
    margin-top: 20px;
}
