.sell {
    background: radial-gradient(circle at 20% 30%, rgba(255, 200, 200, 0.4), transparent),
                radial-gradient(circle at 80% 70%, rgba(200, 255, 230, 0.4), transparent),
                #faf7f2;
    padding: 8rem 0;
}

.clamp {
    width: 500px;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    text-align: center;
}

/*--------------------------------------------------------------
# HowItWorks Section
--------------------------------------------------------------*/
.howItWork {
    background: #ffffff;
    padding: 6rem 0;
}

.howItWork .icon-wrapper {
    background-color: #e91e63;
    border-radius: 12px;
    width: 68px;
    height: 68px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.howItWork h3 {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.howItWork p.lead {
    color: #555;
    margin-bottom: 3rem;
}

.howItWork h6 {
    font-weight: bold;
    margin-top: 1rem;
}

.howItWork p.small {
    font-size: 0.9rem;
    color: #777;
}

/*--------------------------------------------------------------
# Why Section
--------------------------------------------------------------*/
.why {
    background-color: #fff8f4;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.why-text {
    text-align: center;
    margin-bottom: 40px;
}

.why-text .highlight {
    color: #ec2f5f;
}

.why-text p {
    margin-top: 10px;
    font-size: 16px;
    color: #444;
}

.why-content {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20rem;
}

.why-images {
    flex: 1;
    position: relative;
    max-width: 350px;
}

.why-images .img {
    width: 100%;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    border: 5px solid #000;
    position: absolute;
}

.why-features {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.feature {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.feature i.icon {
    font-size: 28px;
    color: #ec2f5f;
    background-color: #ffe6ec;
    padding: 10px;
    border-radius: 8px;
}

.feature strong {
    font-size: 16px;
    display: block;
}

.feature span {
    font-size: 14px;
    color: #666;
}

/*--------------------------------------------------------------
# StartSell Section
--------------------------------------------------------------*/
.startSell {
    background-color: #ffffff;
    padding: 60px 20px;
}

.startSell .subtitle {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    max-width: 400px;
}

.startSell .btn-join {
    display: inline-block;
    background-color: #e91e63;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
}

.startSell .start-text h2{
    font-size: 50px;
    margin-bottom: 20px;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    justify-content: center;
    align-items: center;
}