.cta-price {
    text-align: center;
    margin-top: -30px;
    padding: 30px 0;
    background-color: #fff;
}

.cta-price .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.cta-price .price-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: white;
    border: 2px solid #ff6600;
    font-size: 20px;
    font-weight: bold;
    color: #ff6600;
    border-radius: 50px;
}

.cta-price .signup-button {
    padding: 16px 36px;
    background-color: #ff6600;
    color: white;
    font-size: 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.cta-price .signup-button:hover {
    background-color: #e05500;
}
