.signup-wrap {
    max-width: 540px;
    margin: 60px auto 80px;
}

.signup-title {
    font-weight: 800;
    color: #3d2b1f;
}

.form-label {
    font-weight: 600;
    color: #3d2b1f;
    font-size: 0.9rem;
}

.form-control:focus {
    border-color: #e07b39;
    box-shadow: 0 0 0 0.2rem rgba(224, 123, 57, 0.2);
}

.btn-signup {
    background-color: #e07b39;
    border: none;
    color: white;
    font-weight: 600;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
}

.btn-signup:hover {
    background-color: #c96a2a;
    color: white;
}

.btn-address {
    background-color: #3d2b1f;
    border: none;
    color: white;
    font-size: 0.85rem;
    white-space: nowrap;
}

.btn-address:hover {
    background-color: #5a3f2e;
    color: white;
}

.address-readonly {
    background-color: #f8f4f0;
}

.divider {
    border-top: 1px solid #f0e0d0;
    margin: 28px 0;
}

.section-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #b0917a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}
