/* Signup Section */
.signup-section {
    display: flex;
    justify-content: center;
    padding: 80px 40px;
    background: #fff;
}

.signup-container {
    width: 100%;
    max-width: 600px;
}

.signup-heading {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 300;
    text-align: center;
    margin-bottom: 12px;
}

.signup-subheading {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    margin-bottom: 48px;
    line-height: 1.6;
}

/* Reuse form styles from contactus.css */
