.sc-336a57fb-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    padding: 20px 0;
}

.sc-336a57fb-left {
    flex: 1 1 450px;
}

.sc-336a57fb-right {
    flex: 1 1 400px;
    max-width: 550px;
}

.sc-336a57fb-subtitle {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.sc-336a57fb-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 24px 0;
    letter-spacing: -0.5px;
}

.sc-336a57fb-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 24px;
}

.sc-336a57fb-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sc-336a57fb-list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.5;
    color: #2d3748;
}

.sc-336a57fb-check {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    margin-top: 2px;
}

/* Card Styling */
.sc-336a57fb-card {
    --primary-color: #c21b50;
    background-color: #f7f8f9;
    border: 1px solid #edf2f7;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.sc-336a57fb-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #4a5568;
    margin: 0 0 12px 0;
}

.sc-336a57fb-current-value {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

.sc-336a57fb-slider-wrapper {
    margin-bottom: 30px;
}

.sc-336a57fb-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #e2e8f0;
    outline: none;
    margin-bottom: 12px;
}

/* Webkit / Chrome / Safari slider thumb */
.sc-336a57fb-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.1s ease;
}

.sc-336a57fb-slider::-webkit-slider-thumb:hover {
    transform: scale(1.2);
}

/* Mozilla Firefox slider thumb */
.sc-336a57fb-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.1s ease;
}

.sc-336a57fb-slider::-moz-range-thumb:hover {
    transform: scale(1.2);
}

.sc-336a57fb-slider-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #a0aec0;
}

.sc-336a57fb-divider {
    height: 1px;
    background-color: #e2e8f0;
    margin: 0 0 24px 0;
}

.sc-336a57fb-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.sc-336a57fb-row-label {
    font-size: 15px;
    color: #4a5568;
}

.sc-336a57fb-dynamic-val {
    font-size: 24px;
    font-weight: 800;
}

.sc-336a57fb-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 16px 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 12px;
    margin-top: 24px;
    transition: opacity 0.2s ease, transform 0.1s ease;
}

.sc-336a57fb-btn:hover {
    opacity: 0.95;
    color: #ffffff;
}

.sc-336a57fb-btn:active {
    transform: scale(0.99);
}

@media (max-width: 768px) {
    .sc-336a57fb-title {
        font-size: 32px;
    }
    .sc-336a57fb-card {
        padding: 24px;
    }
}
