.cagnotte-section {
    padding: 4rem 1rem;
    background-color: var(--bg-color);
    display: flex;
    justify-content: center;
    scroll-margin-top: 80px;
}

.cagnotte-card {
    max-width: 720px;
    width: 100%;
    background-color: var(--white);
    border: 3px solid var(--lot-orange);
    border-radius: 16px;
    padding: 2.5rem 2rem;
    line-height: 1.7;
    color: #333;
}

.cagnotte-title {
    font-size: clamp(1.4rem, 3vw, 2rem);
    color: var(--lot-green);
    font-weight: 800;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.cagnotte-intro {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.cagnotte-subtitle {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    color: var(--lot-green);
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.cagnotte-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 1.5rem;
}

.cagnotte-list li {
    background-color: rgba(254, 222, 123, 0.25);
    border-left: 3px solid var(--lot-orange);
    padding: 0.75rem 1rem;
    margin-bottom: 0.6rem;
    border-radius: 6px;
}

.cagnotte-outro {
    text-align: center;
    font-size: 1.05rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.cagnotte-cta-wrapper {
    text-align: center;
    margin-top: 1rem;
}

@media (max-width: 600px) {
    .cagnotte-section {
        padding: 2.5rem 1rem;
    }

    .cagnotte-card {
        padding: 2rem 1.25rem;
    }
}
